summaryrefslogtreecommitdiffstats
path: root/ksquirrel
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2024-02-172-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0219-52/+52
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-3046-570/+570
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-0717-218/+218
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-0412-26/+26
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-262-2/+2
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0211-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS from issue #7.Slávek Banko2023-08-152-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-156-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2034-38/+38
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-114-10/+10
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-082-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-2911-241/+93
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add missing link library paths for TQt3aneejit12020-06-252-2/+2
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-304-32/+32
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-011-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2019-01-061-0/+3
| | | | | | Update translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed rar-compress duplicated entry.Michele Calgaro2018-05-291-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-232-0/+0
|
* Compile MIME magic fileSlávek Banko2016-01-111-0/+6
| | | | | | This partially resolves Bug 2217 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use preprocessor stringify for libksquirrel definitionsSlávek Banko2015-07-124-5/+25
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with clangSlávek Banko2015-07-124-2/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix launch of codecs managerSlávek Banko2015-07-121-1/+1
| | | | | | This relates to Bug 2476 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-2/+2
|
* Fix FTBFS due to accidental double quote duplicationr14.0.0Timothy Pearson2014-10-232-2/+2
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-1/+1
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-225-5/+5
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2235-36/+36
| | | | 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 Pearson2014-10-134-10/+10
| | | | 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 Pearson2014-10-1312-22/+22
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-114-5/+5
| | | | match XDG specifications
* Rename the string kde toolbar widgetTimothy Pearson2014-08-072-2/+2
|
* Add newlines to desktop files.Darrell Anderson2014-02-029-9/+9
|
* Add English template for help handbook.Darrell Anderson2014-02-011-5/+1
|
* Prevent non-existent help handbook from populating the main handbook table ↵Darrell Anderson2014-01-181-1/+5
| | | | of contents.
* Additional k => tde renaming and fixesSlávek Banko2013-09-036-8/+8
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1551-90/+90
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1413-17/+17
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0436-96/+96
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0132-43/+43
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0149-283/+283
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-312-2/+2
|
* Fix a few remaining references to kio_Timothy Pearson2013-01-301-2/+2
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|