summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-09-011-0/+2
|\ \ | |/
| * Fix slider draw hangTimothy Pearson2012-09-011-0/+2
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-271-7/+7
|\ \ | |/
| * Fix dropped style optionsTimothy Pearson2012-08-271-7/+7
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-201-1/+1
|\ \ | |/
| * Fix FTBFSTimothy Pearson2012-08-151-1/+1
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-111-9/+11
|\ \ | |/
| * Fix QCompactStyle compilationTimothy Pearson2012-08-111-9/+11
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-113-12/+90
|\ \ | |/
| * Extend style API further and clean up example themesTimothy Pearson2012-08-093-12/+90
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-0911-315/+285
|\ \ | |/
| * Fix problems in prior style API changesTimothy Pearson2012-08-0811-315/+285
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-0827-1637/+3003
|\ \ | |/
| * Remove deprecation attributes from style functions, as they prevent smoke ↵Timothy Pearson2012-08-082-67/+13
| | | | | | | | from functioning properly
| * Update usage of deprecated XKeycodeToKeysym functionTimothy Pearson2012-08-071-2/+2
| |
| * Trivial comment cleanupTimothy Pearson2012-08-072-9/+0
| |
| * Extend TQStyle API further and bump Qt version numberTimothy Pearson2012-08-0716-248/+713
| |
| * Update style API to function without an active widget objectTimothy Pearson2012-08-0522-1437/+2401
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-0338-128/+135
|\ \ | |/
| * Fix build warningsTimothy Pearson2012-07-2838-128/+135
| | | | | | | | Thanks to Bruce Sass for the patch!
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-06-271-35/+45
|\ \ | |/
| * Make basic integer QDataStream reads resistant to corruption from underlying ↵Timothy Pearson2012-06-271-35/+45
| | | | | | | | IO device failure
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-06-143-17/+24
|\ \ | |/
| * Use unixODBC instead of obsolete iODBCTimothy Pearson2012-06-132-5/+4
| | | | | | | | | | This closes Bug 792 Thanks to 'L0ner' for the patch!
| * Add 0084 compositing patch from RedHatTimothy Pearson2012-06-131-12/+20
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-06-132-7/+7
|\ \ | |/
| * Fix Qt input method failureTimothy Pearson2012-06-132-7/+7
| | | | | | | | This resolves Bug 1019
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-05-241-20/+21
|\ \ | |/
| * Fix xrandr resize event failing on some systemsTimothy Pearson2012-05-241-20/+21
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-04-3090-33892/+0
|\ \ | |/
| * Remove completely obsolete libjpeg directoryTimothy Pearson2012-04-3090-33892/+0
| |
* | Fix typos.Darrell Anderson2012-04-051-1/+1
|/
* 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-02198-1769/+1769
|
* Rename additional global TQt functionsTimothy Pearson2012-03-01198-1769/+1769
|
* Export QSqlRecordShared symbolsTimothy Pearson2012-02-211-1/+1
|
* Export QAuBucket symbolsTimothy Pearson2012-02-211-1/+1
|
* [qt3/qsplitter.h] fixed bug #854Serghei Amelian2012-02-131-2/+2
|
* Fix a few more build warningsTimothy Pearson2012-02-125-16/+19
|
* Fix FTBFS if yacc regenerates the mocTimothy Pearson2012-02-121-1/+1
|
* Clean up a few build warningsTimothy Pearson2012-02-123-7/+10
|
* 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
* Fix first icon view item displayTimothy Pearson2012-02-041-4/+0
|
* Add full hidden item support to QIconViewTimothy Pearson2012-01-311-6/+68
| | | | This will enable TDE to efficiently filter icon views via Konqueror
* Add NetWM/Motif controls to QWidgetTimothy Pearson2012-01-266-20/+187
| | | | 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
* Fix qcstring format warningsTimothy Pearson2012-01-121-1/+5
| | | | Related to Bug 637
* Enable gcc visibility support in Qt3Timothy Pearson2012-01-084-29/+17
| | | | This partially closes Bug 696