summaryrefslogtreecommitdiffstats
path: root/qtinterface
Commit message (Collapse)AuthorAgeFilesLines
* Add quotes for the file name used as a parameter in tqt-replace scripts.Slávek Banko2020-09-144-8/+8
| | | | | | | This resolves bug 3158. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b5fb7ec59011fb1a75ae84c718ed7e7c19e33dd2)
* Prevent to use GNU sed extension featureOBATA Akio2019-01-131-1/+4
| | | | | | | | | | It is GNU sed extension feature to use "\n" in insert string, so it should be replaced with portable way. This resolves bug 2986. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit eee820646dd61ff8c18aba1d97afd798c96b7116)
* Fix usage uic-tqt without an '.ui' file in argumentsSlávek Banko2016-03-241-4/+8
| | | | | | | This resolves issues with mode 'embed' Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit be944e140b0ae077854cbe3bb90c9f122bb6623b)
* Add missing shebang in bash scriptFrançois Andriot2015-12-171-0/+2
| | | | (cherry picked from commit b79cc765ed9b03e20f244f585673ab99ede7cff1)
* Do not build tqassistantclient for native tqt buildSlávek Banko2015-12-171-7/+28
| | | | | Embed static qassistantclient library for qt3 build (cherry picked from commit b67c2e559a69620288450b2140152cd231d2dcfd)
* Fix FTBFS in certain packages due to incorrect tqApp manglingTimothy Pearson2012-08-124-0/+4
| | | | | This partially resolves Bug 604 (cherry picked from commit dc60c953d272cb104936c9c056b3101975f52ea8)
* Use C style comments in tqt.hv3.5.13tpearson2011-10-091-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1258011 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix tqtinterface failing to connect TQ_UINT/TQ_INT signals and slotstpearson2011-09-234-2/+50
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1255040 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix tqtinterface compilation with Autotoolstpearson2011-09-161-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1254026 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3 FTBFStpearson2011-08-304-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1250225 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3-based FTBFS in a handful of modulestpearson2011-08-294-3/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1250203 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3 mocing of properties and enumstpearson2011-08-294-2/+22
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1250067 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a variety of failures based on TQ_WS_X11 not being defined when Q_WS_X11 istpearson2011-08-141-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1247160 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add tqpointsizes to TQt3tpearson2011-08-141-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1246992 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add missing TQSplitter* entries to TQt3tpearson2011-08-091-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1245877 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added missing TQTSFUNC to TQt3tpearson2011-07-211-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1242487 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add missing defines to TQt3tpearson2011-07-201-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1242456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3tpearson2011-07-092-3/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1240523 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-092-7/+3
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3 from prior committpearson2011-07-071-4/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1240371 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Apply r1239185 to the other three TQt3 handler filestpearson2011-07-073-1/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1240356 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQCollection to TQt3tpearson2011-07-071-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1240193 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kaffeine FTBFS based on TQt3 missing methodtpearson2011-07-041-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1239261 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3 problem where moc-ed signals/slots were not being handled correctly,tpearson2011-07-031-1/+2
| | | | | | | | | causing a number of problems including a failure to repaint the Konsole background image on any desktop except Desktop #1. This change will require a full rebuild of all packages that utilize TQt3. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1239185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added TQ_SPNoDirection to TQt3tpearson2011-07-011-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add missing class names to TQt3tpearson2011-06-261-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQCharAttributes to TQt3tpearson2011-06-251-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238349 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added TQScriptItem to TQt3tpearson2011-06-251-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238348 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQTextEngine to TQt3tpearson2011-06-251-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238347 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add tqtextengine_p.h to TQt3tpearson2011-06-253-1/+42
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238337 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQT_TQMOVEEVENT to TQt3tpearson2011-06-241-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238256 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQ_SP* to TQt3tpearson2011-06-241-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add expandingDirections to TQt3tpearson2011-06-241-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1238243 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQMeta* members to TQt3tpearson2011-06-201-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237580 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add tqtextList to TQt3tpearson2011-06-191-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237563 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3tpearson2011-06-171-1/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237311 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* More TQt3 fixestpearson2011-06-174-1/+53
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237084 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add IID_TQWidgetFactory to TQt3tpearson2011-06-171-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237083 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt3 TQPluginManagertpearson2011-06-171-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237080 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQWidgetFactoryInterface and TQPluginManager to TQt3tpearson2011-06-171-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237076 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQt version detectiontpearson2011-06-171-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237072 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TQT_NO_SQLtpearson2011-06-171-0/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237067 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQFontDialog to TQt3tpearson2011-06-171-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237063 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add a couple private headers to TQt3tpearson2011-06-174-1/+75
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237060 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQ_OVERRIDE to TQt3tpearson2011-06-161-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237046 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQSLOT_CODE/TQSIGNAL_CODE to TQt3tpearson2011-06-161-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237042 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add tqpluginmanager_p.h to TQt3tpearson2011-06-163-1/+37
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237039 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add tqchildrenRect and tqchildrenRegion to TQt3tpearson2011-06-161-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1237032 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQTextDocument and TQTextFormat to TQt3tpearson2011-06-151-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1236913 283d02a7-25f6-0310-bc7c-ecb5cbfe19da