Commit Graph

218 Commits (923450603dd6f5a1869f156834f5e9282da2b2c9)
 

Author SHA1 Message Date
Timothy Pearson a84030d5d9 Add LibreOffice 3.3.3 TDE patchset to GIT 14 years ago
Timothy Pearson 264504354d Fix tsak process locking
Fork off tsak daemon automatically
14 years ago
Timothy Pearson 543eb0a027 Fix up tsak 14 years ago
Timothy Pearson e675939609 Send a grouping of three SAK messages for each SAK keypress
This is needed because each client consumes a single notification message
14 years ago
Timothy Pearson 359c0da917 Make tsak far more robust 14 years ago
Timothy Pearson 76802a71ae Make tsak a bit more robust 14 years ago
Timothy Pearson 34a301ab0c Make tsak a bit more robust 14 years ago
Timothy Pearson 5714610dff Remove link to config.h in Qt3 include directory
This repairs TDE compilation
14 years ago
Timothy Pearson b8aa7258ce Cleanup tsak a bit 14 years ago
Timothy Pearson a51be1ba31 Add experimental tsak program
tsak may make its way into kdebase in the near future...stay tuned!
14 years ago
Timothy Pearson e01e79d397 Fix Qt3 compilation against new libpng versions 14 years ago
Timothy Pearson d4099caa96 Fix Qt3 builds on Slackware via removal of the png.h symlink 14 years ago
Timothy Pearson 15842f0ea0 Fix Qt3-->TQt3 conversion scripts 14 years ago
Timothy Pearson a01d7c169f Minor conversion script fixup 14 years ago
Timothy Pearson 58e7255884 Clean up said scripts a bit 14 years ago
Timothy Pearson 410ac8ccb7 Add scripts to autogenerate a "real" TQt3 from the Qt3 sources in GIT 14 years ago
Timothy Pearson 156128284a Add new emitResizedSignal method to QDesktopWidget 14 years ago
Timothy Pearson a93face913 TQt port the TDE file picker for LibreOffice
Also update LibreOffice debian packaging patches
14 years ago
Timothy Pearson 1a43685296 Fix TDE filepickers in OpenOffice 14 years ago
Timothy Pearson 9627687cd2 Added initial version of Trinity integration for LibreOffice
Native widgets are known to work properly
File picker may or may not function at this point
14 years ago
Timothy Pearson ab52bb043e Increase size of internal shared double buffer to accommodate larger screens more typical of modern (year 2011) systems 14 years ago
Timothy Pearson 8a8a2ac851 Add missing TQPainter::tqdrawPolyline(...) method 14 years ago
Timothy Pearson 9b240ccca4 Remove spurious junk that was causing kalyptus to fail from QSplitter/TQSplitter header files 14 years ago
Timothy Pearson 116eb65447 Added some misc files 14 years ago
Timothy Pearson 43cb8cc539 Revert delayed init commit as it won't work the way I intended 14 years ago
Timothy Pearson 6b749249ee Add new delayed initialization constructor to QApplication 14 years ago
Timothy Pearson b6c6d9f8dd rename the following methods:
tqparent parent
tqmask mask
14 years ago
Timothy Pearson 03256f3cd5 rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
14 years ago
Timothy Pearson 0594950f65 Add PE_HeaderSectionMenu to TQt4 14 years ago
Timothy Pearson c9ab463ba1 Fix TQt4 FTBFS 14 years ago
Timothy Pearson 8267b6fe74 Fix TQt4 FTBFS 14 years ago
Timothy Pearson 5b8fb8d16e Fix another Qt3/TQt4 FTBFS related to the QSplitter commit 14 years ago
Timothy Pearson abad789602 Fix another FTBFS 14 years ago
Timothy Pearson fe1b3c2e45 Fix FTBFS from prior commit 14 years ago
Timothy Pearson 816f448426 Expose some QSplitter private classes for added functionality in Trinity
This is not a security risk
14 years ago
Timothy Pearson a4b5d4c845 Forward-port the following Qt3 GIT commits to TQt4:
3653f049bf	[ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconView
4dd6a7ae2c	[ENHANCEMENT] Add new PE_HeaderSectionMenu primitive element
14 years ago
Timothy Pearson 3653f049bf [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconView 14 years ago
Timothy Pearson 4dd6a7ae2c [ENHANCEMENT] Add new PE_HeaderSectionMenu primitive element
This is needed to make the PopupMenuTitle UI element work properly
14 years ago
Timothy Pearson 18b62cf4a7 Add notes on future repairs 14 years ago
Timothy Pearson 7e80b57fd4 Disable the TQSocketNotifier<-->QSocketNotifier bridge and utilize
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)"
14 years ago
Timothy Pearson 4ff8edd99a Remove obsolete FAQ file 14 years ago
Timothy Pearson 11b82515f8 Revert 01_export_stat64_symbols.diff due to FTBFS 14 years ago
Timothy Pearson a7b8e60241 Work around QString::toDouble() problem in Qt4.7 under gcc4.6 and i386
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!
14 years ago
Timothy Pearson 30af961d86 Remove temporary files from source tree 14 years ago
Timothy Pearson 5ee7b67829 Fixed FTBFS due to prior commit 14 years ago
Timothy Pearson 2f4ee8ef5d Apply all Qt3.3.8d patches
NOTE: This will *likely* break compilation of TQt4
Please wait a few days for fixes to be committed as needed!
14 years ago
Timothy Pearson 5584c3586a Be consistent with the usage of QMAKE_C[XX]FLAGS 14 years ago
Timothy Pearson ceb25d6938 Apply gcc4.6 patches from Ubuntu 14 years ago
Timothy Pearson 58c0409285 Fix TQt4 TQWidget::parentWidget() segfault 14 years ago
Timothy Pearson 53dd554a8a Fix crash on access to TQLayout::alignmentRect() 14 years ago