Commit Graph

49 Commits (ba953bc45fa1f05e669ab98f64ede93f69dadc11)

Author SHA1 Message Date
Michele Calgaro eca129a312
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 7e9d8ea452
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 3f05f93dac
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 826b1b771c
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko cb8cda7bca
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris c75b807cca Clean up, improve and fix konq-plugins desktop files.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko 285df936a6
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Timothy Pearson bb2679713c Fix stragglers that were not properly renamed in the XDG standardization commits 10 years ago
Timothy Pearson 87ba267a53 Fix exec icon location and bring it into XDG compliance 10 years ago
Timothy Pearson 145f5ae315 Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
Timothy Pearson e8c9c08546 Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson bc9d1d2aaa Revert "Fix remaining missing semicolons at end of Keywords strings"
This reverts commit 2c845776d0.
10 years ago
Timothy Pearson 2c845776d0 Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson 47da608e0e Fix missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson d2c9ec1ff8 Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance 11 years ago
Timothy Pearson 382b6ce702 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Timothy Pearson a036c261d3 Fix Keywords separators to match XDG desktop specifications 11 years ago
Darrell Anderson a718589641 Fix typo. 11 years ago
Alexander Golubev 1a22301f46 Initial cmake conversion 12 years ago
Slávek Banko 6085d1a6e1 Additional k => tde renaming and fixes 12 years ago
Timothy Pearson f17b14a741 Rename KABC namespace 12 years ago
Timothy Pearson 71049a71c6 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 6fe537d6df Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson f7b7b822a7 Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson a9184bb205 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 74a2067d28 Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson a5a7573f35 Rename kiobuffer and KHTML 12 years ago
Timothy Pearson 4bc3dcd8cb Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 39177c1528 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 2a74bca8c8 Fix FTBFS resulting from KCModule rename 12 years ago
Timothy Pearson 20de04ce44 Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson 4c097708c4 Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Timothy Pearson 609724b5d2 Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Darrell Anderson 5281903686 Update XDG information in support of bug report 892. 13 years ago
Darrell Anderson e5c7b7d882 Branding cleanup: KDE -> TDE 13 years ago
Darrell Anderson 4ea5634f39 Change tqaddAction -> addAction. There is no tqaddAction defined in tqt headers. 13 years ago
Timothy Pearson 28166400a4 Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson 75112ed8e2 Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson b88830e911 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 6b45a7b7b2 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit ca82971624.
13 years ago
Timothy Pearson ca82971624 Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson 4b3beef08a Rename additional instances of KDE to TDE 13 years ago
tpearson 9036365267 rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 627b091fad rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson cee3e820d8 Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 395a904bff TQt4 port kdeaddons
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 00cef9840e TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 7346aee26b Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma 84da08d7b7 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago