Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Advertise WebP read support via .desktop files. | Slávek Banko | 2024-09-10 | 2 | -2/+2 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit c40075a5a8caf8f83aa326cbe2b02446e853aca1) | ||||
* | Replace kdemacros.h with tdemacros.h | Michele Calgaro | 2024-07-01 | 4 | -4/+4 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit efbaf44417cd599c5a5661ae4abcae60120d8a79) | ||||
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-06 | 5 | -5/+5 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4a6df1468eb2d64d7329a75ea54f83eb2a54d52c) | ||||
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-04 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bda52bd053029243d499bbaf14d35beb8b6e43e1) | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-18 | 16 | -203/+203 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c616fab9053b07ed30508ab714de876409d82653) | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-24 | 5 | -19/+19 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 55cef714419f6e36e66dc75afc40682ea5c73a35) | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-12-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c3aa1feaab76f93138ae16090af4b2acb4dcc147) | ||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 6f8204d5e92e1524474668e99f241c4740e7020c) | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-07 | 3 | -10/+10 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b93a9330d8b06f081d4ea3d2d48cdba2b6b2ce46) | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-25 | 2 | -9/+9 |
| | | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f38a284617689a1364f9cbebb78cf637da0d2c9d) | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-04 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0e051a3c83fc5e121be7a0497c823ed9546157eb) | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-17 | 3 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e0b799d647cf144caa7a58615e02132d9fd54809) | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 96eaae090ebed7c9cef41303e4b43a2aac0b3d8b) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-21 | 24 | -27/+27 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fce92533f86b9952f0c9cac6ca97f89c0fe6c39c) | ||||
* | kview: Use tqobjectdefs.h instead of compat header tqobjdefs.h. | Slávek Banko | 2023-07-16 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0f9c749b5981635a40c2d7026ae824127a362d6b) | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-09 | 2 | -15/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-24 | 50 | -126/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Simplify CMake rules for desktop file translations. | Slávek Banko | 2020-07-08 | 14 | -20/+18 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-09 | 32 | -1710/+107 |
| | | | | | | | + 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 <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-21 | 13 | -0/+62 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-20 | 3 | -23/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 5 | -0/+0 |
| | |||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 1 | -1/+1 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 1 | -4/+4 |
| | | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 1 | -1/+1 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring previous and next icons into XDG compliance | Timothy Pearson | 2014-10-11 | 1 | -2/+2 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 14 | -17/+17 |
| | | | | match XDG specifications | ||||
* | Fix kview crash while closing session | Slávek Banko | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 16 | -18/+18 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 25 | -40/+40 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 11 | -17/+17 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 3 | -6/+6 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 3 | -3/+3 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 14 | -17/+17 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 17 | -84/+84 |
| | |||||
* | Rename KLock and KTrader to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -2/+2 |
| | |||||
* | Rename a few build variables for overall consistency | Timothy Pearson | 2013-01-29 | 6 | -6/+6 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 22 | -25/+25 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 32 | -39/+39 |
| | |||||
* | Fix FTBFS resulting from KCModule rename | Timothy Pearson | 2013-01-25 | 3 | -3/+3 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 22 | -78/+78 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 6 | -21/+21 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 8 | -15/+15 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 5 | -5/+5 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 3 | -9/+9 |
| | |||||
* | Fix straggling XDG references missed in patch set from June 8, 2012. | Darrell Anderson | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 17 | -75/+75 |
| | |||||
* | Branding cleanup: *.desktop files | Darrell Anderson | 2012-05-28 | 1 | -58/+58 |
| | |||||
* | Branding cleanup: I18N_NOOP KDE -> TDE. | Darrell Anderson | 2012-05-10 | 3 | -3/+3 |
| |