Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1 | Michele Calgaro | 2023-09-25 | 1 | -1/+1 |
| | | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b803249430e4b183c8bf853c6c0147e796b19425) | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-04 | 3 | -4/+4 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f673794b12fa8685c6682fad9ce67a3a971e25f9) | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-17 | 5 | -34/+34 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 32e1827c79cc9ac21c6540dc3c07d9e364bb54f7) | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 59ac6c104baf8e137ff932951e831c9ba4cf4b14) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-21 | 77 | -88/+88 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 1 | -25/+25 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf9164f09084eb73ce46e32a68d1ce0328a0967e) | ||||
* | SunOS cosmetic changes | Denis Kozadaev | 2023-06-02 | 1 | -0/+4 |
| | | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 610666ca3799e0d1de7abadec108f4683d59d55b) | ||||
* | Remove unnecessary accelerators from .ui files | Michele Calgaro | 2022-09-19 | 3 | -18/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-07 | 8 | -35/+28 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Desktop file translations: | Slávek Banko | 2020-05-28 | 3 | -139/+7 |
| | | | | | | | + 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> | ||||
* | Minor correction in consequence of the drop of QT2's obsolete QVector class. | Michele Calgaro | 2020-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix to link with LIBUSB support | OBATA Akio | 2020-05-06 | 1 | -0/+6 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Allow to build apogee_ppi independent of V4L | OBATA Akio | 2020-05-06 | 1 | -5/+5 |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Allow to build on any platforms | OBATA Akio | 2020-05-06 | 1 | -11/+2 |
| | | | | | | | No reason to include standard headers and define macros for standard types only on Linux and FreeBSD. Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Detect the presence of the sys/io.h header and the ioperm function | Slávek Banko | 2020-03-30 | 4 | -13/+21 |
| | | | | | | instead of listing a long list of architectures. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 8 | -35/+35 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 1 | -14/+0 |
| | |||||
* | Fix remaining brandings in tdeedu. | Chris | 2019-07-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | cmake: Fix FTBFS on linking kstars. | Slávek Banko | 2019-07-01 | 1 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Conversion to the cmake building system. | gregory guy | 2019-06-27 | 77 | -471/+1159 |
| | | | | | | | Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Use kernel V2L includes instead of old local copies. | Slávek Banko | 2019-06-23 | 7 | -1256/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix "videodev.h" incorrect detection as header for V4L2. | Slávek Banko | 2019-06-23 | 3 | -19/+0 |
| | | | | | | This header is valid for V4L1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add definitions for FreeBSD in kstars/indi/apogee. | Slávek Banko | 2019-06-23 | 1 | -5/+10 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove unnecessary malloc include, | Slávek Banko | 2019-06-23 | 30 | -30/+0 |
| | | | | | | because it causes FTBFS on some systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed unintentional renaming QT => TQT. | Slávek Banko | 2019-06-23 | 7 | -25/+25 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-27 | 2 | -0/+158 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 3 | -3/+3 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt_includes => tqt_includes conversion | Slávek Banko | 2018-09-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 3 | -16/+16 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-07-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 82 | -0/+0 |
| | |||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with clang | Slávek Banko | 2015-06-28 | 1 | -2/+6 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS with libusb2 on freebsd | Slávek Banko | 2015-06-28 | 1 | -0/+7 |
| | | | | [taken from FreeBSD kdeedu3 patches] | ||||
* | Fix incorrectly renamed strings | Slávek Banko | 2015-03-05 | 21 | -1465/+1465 |
| | |||||
* | Add ARM64 support | Slávek Banko | 2015-01-15 | 2 | -6/+6 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix exec icon location and bring it into XDG compliance | Timothy Pearson | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Repair mimetype icon usage, part 1. The following are not fully verified in ↵ | Timothy Pearson | 2014-10-22 | 1 | -4/+4 |
| | | | | source as of this commit due to ubiquity: info, unknown | ||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 5 | -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 Pearson | 2014-10-13 | 5 | -12/+12 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring up, down, top, and bottom icons into XDG compliance | Timothy Pearson | 2014-10-13 | 1 | -2/+2 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 1 | -1/+1 |
| | | | | match XDG specifications | ||||
* | Update for recent TDENewStuff changes | François Andriot | 2014-10-03 | 5 | -10/+10 |
| | |||||
* | Fix unintended rename. | Darrell Anderson | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 3 | -9/+9 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 2 | -5/+5 |
| | |||||
* | Update Q->TQ constants in ui files. | Darrell Anderson | 2013-11-11 | 2 | -19/+19 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Fix kstars not detecting videodev2.h | Timothy Pearson | 2013-06-23 | 4 | -1/+22 |
| | | | | This resolves Bug 1372 |