Commit Graph

178 Commits (9f882f9de741d76b8f45b0dc23d4fe65d6e09d78)

Author SHA1 Message Date
Timothy Pearson e154d27e30 Properly set WM_CLASS atom even if Display pointer was passed to TQApplication
This relates to Bug 1443
12 years ago
Timothy Pearson d09860faff Add unpaged memory mode to TQString and TQLineEdit
Fix designer build warnings
13 years ago
Darrell Anderson ed9739fcff Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Darrell Anderson 902e15edcf Add more information to help debugging 13 years ago
Darrell Anderson 79751823a7 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Slávek Banko d10d2321a3 Fix textbox trails introduced with GIT commit 82b71e49
This resolves Bug 1408
13 years ago
Timothy Pearson 89af6f8007 Restore expected qApp->exit() behaviour when called from a non-GUI thread 13 years ago
Timothy Pearson 82b71e4960 Doublebuffer QIconView to reduce flicker
This closes Bug 1408
13 years ago
Slávek Banko 5015438cc4 Fix unintended rename of LOCKFILE 13 years ago
Timothy Pearson c47f5e14e4 Fix CLI application failure when glib event loop is used 13 years ago
Timothy Pearson 5aa389f311 Fix GTK threading deadlock 13 years ago
Timothy Pearson d3e87ed4a0 Rename a few build variables for overall consistency 13 years ago
Darrell Anderson 577ad042c8 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson b85cdabf48 Verify desktop widget screen number before applying size changes
This resolves Bug 1378
13 years ago
Darrell Anderson 35202ed0d8 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson f19aa203c9 Ensure that a valid DPI is always set 13 years ago
Timothy Pearson 72eba91414 Fix X11 fd polling initialization in glib main loop
This resolves Bug 1358
13 years ago
Timothy Pearson a7865cf691 Fix glib event loop threading 13 years ago
Timothy Pearson 9bff9eeefc Add level method to recursive mutex
Enhance thread safety when making event calls
Minor cleanup of whitespace in glib event loop
13 years ago
Timothy Pearson 85b3c5d0ec Maintain binary compatibility when switching between glib event loop and standard event loop 13 years ago
Timothy Pearson caf80d8824 Add threading tutorial and fix a couple rare crashes 13 years ago
Timothy Pearson 78125ea2f0 Add real threading support, including per-thread event loops, to QThread 13 years ago
Timothy Pearson 7aa5ac7f0e Fix a number of build warnings that could lead to unstable operation
This breaks the ABI
13 years ago
Darrell Anderson 8d5add0e87 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson bb07131a91 Add ability to enable/disable glib event pass through
This resolves problems experienced with TDE GTK theme engines when Qt3 glib event loop integration is enabled
13 years ago
Darrell Anderson 2211b1bf66 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson de67a2b84b Add glib main loop support patches 13 years ago
Darrell Anderson 20ccd4b81e Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson b5d6591054 Add flush command to external painter command set 13 years ago
Darrell Anderson c4fcfaa593 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 5e04c37a6c Increase style method call speed
This breaks the style ABI
13 years ago
Timothy Pearson 30c5994817 Speed up application loading 13 years ago
Darrell Anderson 6bcbe0a787 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson d1c6722372 Add ability to set progressbar orientation 13 years ago
Timothy Pearson 37a8b8a912 Add additional information to style info structs 13 years ago
Timothy Pearson 380f29a7b4 Extend style information structures slightly 13 years ago
Darrell Anderson f7873ac336 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 180abfff4d Add accessor methods to list view items and popup menus for styling 13 years ago
Timothy Pearson 294ec2ee1f Add parent toolbar information to style info structs 13 years ago
Darrell Anderson 0a232e5b3c Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 289363b959 Add public set methods to QMenuItem 13 years ago
Timothy Pearson a5ced706e9 Add new style hints for enhanced third party style compatibility 13 years ago
Timothy Pearson 69429dcfc3 Add new style primatives for enhanced third party style compatibility 13 years ago
Darrell Anderson 95354d1b51 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 22d1ab9ecc Fix tdebindings FTBFS 13 years ago
Darrell Anderson f175db0cdb Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 4037eb7e84 Add tab corner widget information to style data structures
This breaks the style ABI
13 years ago
Timothy Pearson f209ff4b48 Move hover widget code into the Qt core instead of the styles
This more closely matches other widget toolkits such as GTK
13 years ago
Timothy Pearson 4f8eb0410d Add WAR_SetDefault and friends 13 years ago
Darrell Anderson 41e5b784ee Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 1faf4cf70f Fix focus rectangle drawing on external paint device 13 years ago
Timothy Pearson be8d88eef8 Fix focus rectangle fill when brush is set on call to focus rectangle paint method 13 years ago
Timothy Pearson 093bfb8296 Use high quality uuid_generate on Linux instead of PRNG 13 years ago
Darrell Anderson b9cfa4cf5e Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 6c72a84e6e Fix slider draw hang 13 years ago
Darrell Anderson 4cc563da10 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 679d4f0bcd Fix dropped style options 13 years ago
Darrell Anderson 5b20d188ac Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson ec1d9d91d2 Fix FTBFS 13 years ago
Darrell Anderson 2fabf62c2d Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 672a55040f Fix QCompactStyle compilation 13 years ago
Darrell Anderson ac2895edc0 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 403cd53c4e Extend style API further and clean up example themes 13 years ago
Darrell Anderson 30aa36ec6c Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 8805afa8c6 Fix problems in prior style API changes 13 years ago
Darrell Anderson a236ea2ad3 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 47132557a4 Remove deprecation attributes from style functions, as they prevent smoke from functioning properly 13 years ago
Timothy Pearson 846bcc1a23 Update usage of deprecated XKeycodeToKeysym function 13 years ago
Timothy Pearson 8dd9123178 Trivial comment cleanup 13 years ago
Timothy Pearson 58451e41d9 Extend TQStyle API further and bump Qt version number 13 years ago
Timothy Pearson 0008bc5bcd Update style API to function without an active widget object 13 years ago
Darrell Anderson 92b8aca467 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson ebcb1d80bf Fix build warnings
Thanks to Bruce Sass for the patch!
13 years ago
Darrell Anderson da067173fd Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 5ab7fce9b2 Make basic integer QDataStream reads resistant to corruption from underlying IO device failure 13 years ago
Darrell Anderson 4253373976 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson e20b434308 Use unixODBC instead of obsolete iODBC
This closes Bug 792
Thanks to 'L0ner' for the patch!
13 years ago
Timothy Pearson 7295893a20 Add 0084 compositing patch from RedHat 13 years ago
Darrell Anderson 5718be45f7 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson c6db1b3eb2 Fix Qt input method failure
This resolves Bug 1019
13 years ago
Darrell Anderson 1bcaf7bfac Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 6ff026570d Fix xrandr resize event failing on some systems 13 years ago
Darrell Anderson 9179f76e97 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 4e06743950 Remove completely obsolete libjpeg directory 13 years ago
Darrell Anderson 2c39fddda7 Fix typos. 13 years ago
Timothy Pearson 1db4f237a7 Fix potential crash when Qt3 is used as part of another application due to multiple calls to XLib threading init function 14 years ago
Timothy Pearson b4eece7cc6 Fix TQPainter::drawWinFocusRect
This patch brings the behaviour on external paint devices in line with the documentation at http://trinitydesktop.org/docs/qt3/qpainter.html#drawWinFocusRect
14 years ago
Timothy Pearson 9a75b154bf Undo prior accidental commit 14 years ago
Timothy Pearson a830bf10b7 Rename additional global TQt functions 14 years ago
Timothy Pearson b45fc92d0a Export QSqlRecordShared symbols 14 years ago
Timothy Pearson 0ce5097f68 Export QAuBucket symbols 14 years ago
Serghei Amelian 70ee85a0b2 [qt3/qsplitter.h] fixed bug #854 14 years ago
Timothy Pearson 083d32559d Fix a few more build warnings 14 years ago
Timothy Pearson 0a2ae6ad0e Fix FTBFS if yacc regenerates the moc 14 years ago
Timothy Pearson e90b15c55d Clean up a few build warnings 14 years ago
Timothy Pearson d51c5c4d31 Add NFlags parameter to QWidget constructor
This relies on GIT hash 0eb9f5e2 and breaks the ABI versus Qt 3.3.8
14 years ago
Timothy Pearson 783aa27bae Fix first icon view item display 14 years ago
Timothy Pearson 660a32cfcf Add full hidden item support to QIconView
This will enable TDE to efficiently filter icon views via Konqueror
14 years ago
Timothy Pearson 0eb9f5e217 Add NetWM/Motif controls to QWidget
This must break binary compatibility, so version was also bumped to 3.4.0
14 years ago
Timothy Pearson 336d563830 Export QAuServer for tdebindings 14 years ago