summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix a number of threading problems and crashesTimothy Pearson2013-04-227-305/+757
| | | | This partially resolves Bug 1467
* Fix fatal X11 errors when both external display and command arguments are ↵Timothy Pearson2013-04-161-11/+19
| | | | | | provided to QApplication This resolves Bug 1456
* Properly set WM_CLASS atom even if Display pointer was passed to TQApplicationTimothy Pearson2013-04-112-2/+8
| | | | This relates to Bug 1443
* Add unpaged memory mode to TQString and TQLineEditTimothy Pearson2013-03-214-14/+127
| | | | Fix designer build warnings
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2013-03-031-1/+1
|\
| * Add more information to help debuggingDarrell Anderson2013-03-031-1/+1
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2013-03-025-16/+84
|\|
| * Fix textbox trails introduced with GIT commit 82b71e49Slávek Banko2013-03-011-3/+3
| | | | | | | | This resolves Bug 1408
| * Restore expected qApp->exit() behaviour when called from a non-GUI threadTimothy Pearson2013-02-241-1/+8
| |
| * Doublebuffer QIconView to reduce flickerTimothy Pearson2013-02-182-1/+47
| | | | | | | | This closes Bug 1408
| * Fix unintended rename of LOCKFILESlávek Banko2013-02-171-1/+1
| |
| * Fix CLI application failure when glib event loop is usedTimothy Pearson2013-02-131-4/+4
| |
| * Fix GTK threading deadlockTimothy Pearson2013-02-122-10/+25
| |
| * Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2013-01-141-7/+20
|\|
| * Verify desktop widget screen number before applying size changesTimothy Pearson2013-01-121-7/+20
| | | | | | | | This resolves Bug 1378
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-12-1949-3078/+5525
|\|
| * 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-076-50/+91
| | | | | | | | | | 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-0622-2947/+5251
| |
| * Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-0123-27/+101
| | | | | | | | This breaks the ABI
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-295-55/+89
|\|
| * 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
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-277-4/+1393
|\|
| * Add glib main loop support patchesTimothy Pearson2012-11-267-4/+1393
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-192-2/+17
|\|
| * Add flush command to external painter command setTimothy Pearson2012-11-182-2/+17
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-1520-600/+631
|\|
| * Increase style method call speedTimothy Pearson2012-11-1420-237/+255
| | | | | | | | This breaks the style ABI
| * Speed up application loadingTimothy Pearson2012-11-143-363/+376
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-105-31/+195
|\|
| * Add ability to set progressbar orientationTimothy Pearson2012-11-064-31/+102
| |
| * Add additional information to style info structsTimothy Pearson2012-11-042-0/+74
| |
| * Extend style information structures slightlyTimothy Pearson2012-11-032-0/+19
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-026-0/+50
|\|
| * Add accessor methods to list view items and popup menus for stylingTimothy Pearson2012-11-014-0/+40
| |
| * Add parent toolbar information to style info structsTimothy Pearson2012-10-312-0/+10
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-10-3112-91/+484
|\|
| * Add public set methods to QMenuItemTimothy Pearson2012-10-311-0/+14
| |
| * Add new style hints for enhanced third party style compatibilityTimothy Pearson2012-10-318-33/+243
| |
| * Add new style primatives for enhanced third party style compatibilityTimothy Pearson2012-10-3010-85/+254
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-10-201-0/+3
|\|
| * Fix tdebindings FTBFSTimothy Pearson2012-10-201-0/+3
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-10-1917-152/+335
|\|
| * Add tab corner widget information to style data structuresTimothy Pearson2012-10-172-7/+52
| | | | | | | | This breaks the style ABI
| * Move hover widget code into the Qt core instead of the stylesTimothy Pearson2012-10-1615-139/+239
| | | | | | | | This more closely matches other widget toolkits such as GTK