summaryrefslogtreecommitdiffstats
path: root/experimental
Commit message (Collapse)AuthorAgeFilesLines
* Fix Qt3/TQt4 gcc 4.6 dependent program FTBFSTimothy Pearson2011-09-281-0/+2
|
* Commit these two GIT hashes to the TQt4 branchTimothy Pearson2011-09-272-3/+4
| | | | | 078391d07776b101e80323b02214f66dd943c9dc 437b7e59d85fffbd584ecdd50e9a52a5940e6414
* Make tsak error messages clearerTimothy Pearson2011-09-231-2/+3
|
* Fix tsak process lockingTimothy Pearson2011-09-181-22/+58
| | | | Fork off tsak daemon automatically
* Fix up tsakTimothy Pearson2011-09-171-3/+5
|
* Send a grouping of three SAK messages for each SAK keypressTimothy Pearson2011-09-161-0/+2
| | | | This is needed because each client consumes a single notification message
* Make tsak far more robustTimothy Pearson2011-09-161-24/+53
|
* Make tsak a bit more robustTimothy Pearson2011-09-151-78/+111
|
* Make tsak a bit more robustTimothy Pearson2011-09-151-18/+16
|
* Cleanup tsak a bitTimothy Pearson2011-09-141-1/+0
|
* Add experimental tsak programTimothy Pearson2011-09-143-0/+307
| | | | tsak may make its way into kdebase in the near future...stay tuned!
* Fix Qt3-->TQt3 conversion scriptsTimothy Pearson2011-09-012-0/+113
|
* Minor conversion script fixupTimothy Pearson2011-08-291-0/+5
|
* Clean up said scripts a bitTimothy Pearson2011-08-241-89/+0
|
* Add scripts to autogenerate a "real" TQt3 from the Qt3 sources in GITTimothy Pearson2011-08-246-0/+192
|
* 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
|