summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Fix GTK threading deadlockTimothy Pearson2013-02-122-10/+25
|
* Verify desktop widget screen number before applying size changesTimothy Pearson2013-01-121-7/+20
| | | | This resolves Bug 1378
* Ensure that a valid DPI is always setTimothy Pearson2012-12-111-5/+10
|
* Fix X11 fd polling initialization in glib main loopTimothy Pearson2012-12-092-56/+70
| | | | This resolves Bug 1358
* Fix glib event loop threadingTimothy Pearson2012-12-072-69/+70
|
* Add level method to recursive mutexTimothy Pearson2012-12-073-50/+59
| | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop
* Maintain binary compatibility when switching between glib event loop and ↵Timothy Pearson2012-12-061-19/+18
| | | | standard event loop
* Add threading tutorial and fix a couple rare crashesTimothy Pearson2012-12-063-4/+13
|
* Add real threading support, including per-thread event loops, to QThreadTimothy Pearson2012-12-0614-437/+883
|
* Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-0112-19/+54
| | | | This breaks the ABI
* Add ability to enable/disable glib event pass throughTimothy Pearson2012-11-295-55/+89
| | | | This resolves problems experienced with TDE GTK theme engines when Qt3 glib event loop integration is enabled
* Add glib main loop support patchesTimothy Pearson2012-11-266-4/+1385
|
* Add flush command to external painter command setTimothy Pearson2012-11-182-2/+17
|
* Increase style method call speedTimothy Pearson2012-11-144-81/+98
| | | | This breaks the style ABI
* Speed up application loadingTimothy Pearson2012-11-142-1/+6
|
* Add ability to set progressbar orientationTimothy Pearson2012-11-061-0/+6
|
* Add additional information to style info structsTimothy Pearson2012-11-041-0/+9
|
* Extend style information structures slightlyTimothy Pearson2012-11-031-0/+10
|
* Add parent toolbar information to style info structsTimothy Pearson2012-10-311-0/+6
|
* Add new style hints for enhanced third party style compatibilityTimothy Pearson2012-10-311-0/+8
|
* Add new style primatives for enhanced third party style compatibilityTimothy Pearson2012-10-303-0/+39
|
* Fix tdebindings FTBFSTimothy Pearson2012-10-201-0/+3
|
* Add tab corner widget information to style data structuresTimothy Pearson2012-10-171-7/+18
| | | | This breaks the style ABI
* Move hover widget code into the Qt core instead of the stylesTimothy Pearson2012-10-162-17/+55
| | | | This more closely matches other widget toolkits such as GTK
* Add WAR_SetDefault and friendsTimothy Pearson2012-10-163-6/+44
|
* Fix focus rectangle drawing on external paint deviceTimothy Pearson2012-09-131-1/+1
|
* Fix focus rectangle fill when brush is set on call to focus rectangle paint ↵Timothy Pearson2012-09-131-1/+5
| | | | method
* Fix dropped style optionsTimothy Pearson2012-08-271-7/+7
|
* Extend style API further and clean up example themesTimothy Pearson2012-08-092-12/+78
|
* Fix problems in prior style API changesTimothy Pearson2012-08-085-35/+249
|
* Remove deprecation attributes from style functions, as they prevent smoke ↵Timothy Pearson2012-08-081-54/+0
| | | | from functioning properly
* Update usage of deprecated XKeycodeToKeysym functionTimothy Pearson2012-08-071-2/+2
|
* Trivial comment cleanupTimothy Pearson2012-08-071-4/+0
|
* Extend TQStyle API further and bump Qt version numberTimothy Pearson2012-08-072-33/+510
|
* Update style API to function without an active widget objectTimothy Pearson2012-08-053-54/+453
|
* Fix build warningsTimothy Pearson2012-07-287-48/+51
| | | | Thanks to Bruce Sass for the patch!
* Add 0084 compositing patch from RedHatTimothy Pearson2012-06-131-12/+20
|
* Fix Qt input method failureTimothy Pearson2012-06-132-7/+7
| | | | This resolves Bug 1019
* Fix xrandr resize event failing on some systemsTimothy Pearson2012-05-241-20/+21
|
* Fix potential crash when Qt3 is used as part of another application due to ↵Timothy Pearson2012-03-101-1/+2
| | | | multiple calls to XLib threading init function
* Fix TQPainter::drawWinFocusRectTimothy Pearson2012-03-053-5/+15
| | | | This patch brings the behaviour on external paint devices in line with the documentation at http://trinitydesktop.org/docs/qt3/qpainter.html#drawWinFocusRect
* Undo prior accidental commitTimothy Pearson2012-03-0279-754/+754
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0179-754/+754
|
* Export QAuBucket symbolsTimothy Pearson2012-02-211-1/+1
|
* Fix a few more build warningsTimothy Pearson2012-02-125-16/+19
|
* Add NFlags parameter to QWidget constructorTimothy Pearson2012-02-072-4/+4
| | | | This relies on GIT hash 0eb9f5e2 and breaks the ABI versus Qt 3.3.8
* Add NetWM/Motif controls to QWidgetTimothy Pearson2012-01-265-18/+185
| | | | This must break binary compatibility, so version was also bumped to 3.4.0
* Export QAuServer for tdebindingsTimothy Pearson2012-01-251-1/+1
|
* Initialize X11 threading when Qt threading is enabledTimothy Pearson2012-01-231-0/+6
| | | | This closes Bug 812
* Enable gcc visibility support in Qt3Timothy Pearson2012-01-083-29/+13
| | | | This partially closes Bug 696