Timothy Pearson
b5ceb719aa
Update header rename scripts (again)
13 years ago
Timothy Pearson
e9885c0731
Update header rename scripts
13 years ago
Timothy Pearson
cd1575a0af
Update header rename scripts
13 years ago
Timothy Pearson
aada85b8ca
Add initial header rename scripts
13 years ago
Timothy Pearson
d63e388bec
Rename obsolete tq methods to standard names
13 years ago
Timothy Pearson
01af686382
Remove additional unneeded tq method conversions
13 years ago
Timothy Pearson
377801cd0e
Rename old tq methods that no longer need a unique name
13 years ago
Timothy Pearson
6f533fb364
Sync conversion scripts
13 years ago
Timothy Pearson
7901b39dae
Update TQt3 autoconversion script
13 years ago
Timothy Pearson
bbda4bbf79
Update TQt3 autoconversion script
13 years ago
Timothy Pearson
6d2c9202c9
Update TQt3 autoconversion script
13 years ago
Timothy Pearson
c384c6b991
Fix native TQt3 uic failure with KListView widgets
13 years ago
Timothy Pearson
09c208d623
Fix native TQt3 accidental conversion to tquit
13 years ago
Timothy Pearson
8adb519a37
Set TQT_REAL_TQT when tqt3 is created
13 years ago
Timothy Pearson
4013136b98
Fix tqt3 conversion script
13 years ago
Timothy Pearson
940d3c0601
Rename libraries for tqt3
13 years ago
Timothy Pearson
c510341592
Fix Qt3/TQt4 gcc 4.6 dependent program FTBFS
13 years ago
Timothy Pearson
72363f884e
Commit these two GIT hashes to the TQt4 branch
...
078391d07776b101e80323b02214f66dd943c9dc
437b7e59d85fffbd584ecdd50e9a52a5940e6414
13 years ago
Timothy Pearson
54d1e57f41
Make tsak error messages clearer
13 years ago
Timothy Pearson
c6cb95adbb
Fix tsak process locking
...
Fork off tsak daemon automatically
13 years ago
Timothy Pearson
bb1850b7c3
Fix up tsak
13 years ago
Timothy Pearson
96c9b7f819
Send a grouping of three SAK messages for each SAK keypress
...
This is needed because each client consumes a single notification message
13 years ago
Timothy Pearson
7acb35ad4d
Make tsak far more robust
13 years ago
Timothy Pearson
8685539c5e
Make tsak a bit more robust
13 years ago
Timothy Pearson
d54faa8114
Make tsak a bit more robust
13 years ago
Timothy Pearson
13eabe6aa5
Cleanup tsak a bit
13 years ago
Timothy Pearson
bab961991a
Add experimental tsak program
...
tsak may make its way into kdebase in the near future...stay tuned!
13 years ago
Timothy Pearson
7fb5a8dec9
Fix Qt3-->TQt3 conversion scripts
13 years ago
Timothy Pearson
117ed7a95c
Minor conversion script fixup
13 years ago
Timothy Pearson
529d5994c5
Clean up said scripts a bit
13 years ago
Timothy Pearson
7bb4259779
Add scripts to autogenerate a "real" TQt3 from the Qt3 sources in GIT
13 years ago
Timothy Pearson
25e53f98b7
Add new emitResizedSignal method to QDesktopWidget
13 years ago
Timothy Pearson
a4652cb953
Increase size of internal shared double buffer to accommodate larger screens more typical of modern (year 2011) systems
13 years ago
Timothy Pearson
88b0885ab8
Add missing TQPainter::tqdrawPolyline(...) method
13 years ago
Timothy Pearson
12897770f4
Remove spurious junk that was causing kalyptus to fail from QSplitter/TQSplitter header files
13 years ago
Timothy Pearson
a6468e10ed
Added some misc files
13 years ago
Timothy Pearson
d296f1d337
rename the following methods:
...
tqparent parent
tqmask mask
13 years ago
Timothy Pearson
eaa7ee2e0b
rename the following methods:
...
tqfind find
tqreplace replace
tqcontains contains
13 years ago
Timothy Pearson
79a9d7a46a
Add PE_HeaderSectionMenu to TQt4
13 years ago
Timothy Pearson
7e4cb14ee8
Fix TQt4 FTBFS
13 years ago
Timothy Pearson
63e401e27f
Fix TQt4 FTBFS
13 years ago
Timothy Pearson
ce5839405a
Fix another Qt3/TQt4 FTBFS related to the QSplitter commit
13 years ago
Timothy Pearson
467eda0e55
Fix another FTBFS
13 years ago
Timothy Pearson
f54a262784
Fix FTBFS from prior commit
13 years ago
Timothy Pearson
1bd4b1d55d
Expose some QSplitter private classes for added functionality in Trinity
...
This is not a security risk
13 years ago
Timothy Pearson
3d0ccc665e
Forward-port the following Qt3 GIT commits to TQt4:
...
3653f049bf83636d00237e61781e68ae7c3b499a [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconView
4dd6a7ae2cf8d7fc3df7c9743129cec736c0d591 [ENHANCEMENT] Add new PE_HeaderSectionMenu primitive element
13 years ago
Timothy Pearson
df19687570
Add notes on future repairs
13 years ago
Timothy Pearson
ff009161ef
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)"
13 years ago
Timothy Pearson
808772afcd
Remove obsolete FAQ file
13 years ago
Timothy Pearson
cc2ebb6137
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!
13 years ago