summaryrefslogtreecommitdiffstats
path: root/tqtinterface
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect renaming of RETQUESTTimothy Pearson2013-05-042-5/+5
|
* Fix unintended rename of LOCKFILESlávek Banko2013-02-201-1/+1
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-2912-23/+23
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Fix linear alphabet string errorsTimothy Pearson2012-01-256-9/+9
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-214-7/+7
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-194-44/+44
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-183-35/+35
|
* Sync conversion scriptsTimothy Pearson2011-12-181-0/+12
|
* Fix Qt3/TQt4 gcc 4.6 dependent program FTBFSv3.5.13Timothy Pearson2011-09-281-0/+2
|
* Commit these two GIT hashes to the TQt4 branchTimothy Pearson2011-09-272-3/+4
| | | | | 078391d07776b101e80323b02214f66dd943c9dc 437b7e59d85fffbd584ecdd50e9a52a5940e6414
* Minor conversion script fixupTimothy Pearson2011-08-291-0/+5
|
* Add new emitResizedSignal method to QDesktopWidgetTimothy Pearson2011-08-231-0/+4
|
* Increase size of internal shared double buffer to accommodate larger screens ↵Timothy Pearson2011-08-191-0/+16
| | | | more typical of modern (year 2011) systems
* Add missing TQPainter::tqdrawPolyline(...) methodTimothy Pearson2011-08-132-2/+65
|
* Remove spurious junk that was causing kalyptus to fail from ↵Timothy Pearson2011-08-131-6/+6
| | | | QSplitter/TQSplitter header files
* Added some misc filesTimothy Pearson2011-08-1012-0/+590
|
* rename the following methods:Timothy Pearson2011-08-10558-4579/+4579
| | | | | tqparent parent tqmask mask
* rename the following methods:Timothy Pearson2011-08-09685-5875/+5864
| | | | | | tqfind find tqreplace replace tqcontains contains
* Add PE_HeaderSectionMenu to TQt4Timothy Pearson2011-08-081-1/+2
|
* Fix TQt4 FTBFSTimothy Pearson2011-08-081-2/+2
|
* Fix TQt4 FTBFSTimothy Pearson2011-08-081-1/+1
|
* Fix another Qt3/TQt4 FTBFS related to the QSplitter commitTimothy Pearson2011-08-062-11/+10
|
* Fix another FTBFSTimothy Pearson2011-08-061-5/+1
|
* Fix FTBFS from prior commitTimothy Pearson2011-08-061-2/+0
|
* Expose some QSplitter private classes for added functionality in TrinityTimothy Pearson2011-08-062-70/+72
| | | | This is not a security risk
* Forward-port the following Qt3 GIT commits to TQt4:Timothy Pearson2011-08-054-46/+92
| | | | | 3653f049bf83636d00237e61781e68ae7c3b499a [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconView 4dd6a7ae2cf8d7fc3df7c9743129cec736c0d591 [ENHANCEMENT] Add new PE_HeaderSectionMenu primitive element
* Add notes on future repairsTimothy Pearson2011-08-021-0/+12
|
* Disable the TQSocketNotifier<-->QSocketNotifier bridge and utilizeTimothy Pearson2011-08-012-5/+12
| | | | | | | the builtin TQSocketNotifier code instead. This fixes the DCOP server failure due to: "tqsocketnotifiers are not being registered with the main tqeventloop (via TQApplication::eventLoop()->registerSocketNotifier( this )) (and for obvious reasons, they ***cannot*** be if the tqsocketnotifier<-->qsocketnotifier bridge is active)"
* Remove obsolete FAQ fileTimothy Pearson2011-07-261-195/+0
|
* Work around QString::toDouble() problem in Qt4.7 under gcc4.6 and i386Timothy Pearson2011-07-252-0/+146
| | | | | | | This manifests as an incorrect conversion of "3.3" to a double value greater than 3.3, as detected by the check for "too recent" version in ./tools/designer/uic/main.cpp Nokia really needs to get some quality control people checking their code!
* Remove temporary files from source treeTimothy Pearson2011-07-2411-16990/+0
|
* Fixed FTBFS due to prior commitTimothy Pearson2011-07-2430-147/+258
|
* Apply all Qt3.3.8d patchesTimothy Pearson2011-07-23103-1292/+15729
| | | | | NOTE: This will *likely* break compilation of TQt4 Please wait a few days for fixes to be committed as needed!
* Be consistent with the usage of QMAKE_C[XX]FLAGSTimothy Pearson2011-07-2314-76/+76
|
* Fix TQt4 TQWidget::parentWidget() segfaultTimothy Pearson2011-07-221-1/+1
|
* Fix crash on access to TQLayout::alignmentRect()Timothy Pearson2011-07-221-1/+1
|
* Rename tqgeometry* to geometry*Timothy Pearson2011-07-191-10/+10
|
* Rename tqsizeHint* to sizeHint*Timothy Pearson2011-07-171-2/+2
|
* Revert "Rename tqsize* to size*"Timothy Pearson2011-07-17227-849/+849
| | | | This reverts commit e33879600503bacc0b4ef090f7f79ab80bb6b0da.
* Revert "Revert accidental tqsize*Cursor conversion from prior commit"Timothy Pearson2011-07-176-54/+54
| | | | This reverts commit 79213c7dcd5754122caa8047676cff8f9352e9bb.
* Revert "Fix FTBFS"Timothy Pearson2011-07-171-6/+5
| | | | This reverts commit 63f7e5f59911fe3ff39f02384a7e53f9807e5b69.
* Revert "Fix FTBFS"Timothy Pearson2011-07-1714-14/+14
| | | | This reverts commit 788af62a17eb6cfa50388059c61bc63fe3bb8b38.
* Fix FTBFSTimothy Pearson2011-07-1714-14/+14
|
* Fix FTBFSTimothy Pearson2011-07-171-5/+6
|
* Revert accidental tqsize*Cursor conversion from prior commitTimothy Pearson2011-07-176-54/+54
|
* Rename tqsize* to size*Timothy Pearson2011-07-17227-849/+849
|
* Added TQt4 HEADTimothy Pearson2011-07-102914-0/+1119464