summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocctrl.hHEADmasterMichele Calgaro10 days2-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-025-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unused code that was causing a dependency on dbus-tqtMichele Calgaro2024-11-211-5/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Don't use obsolete header kapp.hMichele Calgaro2024-11-071-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-272-30/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix visibility of public slots in PartBase. This resolves issue #24Michele Calgaro2024-10-031-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-012-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0340-1040/+1040
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS caused by missing include. This resolves issue #19Michele Calgaro2024-04-171-1/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-02-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0217-486/+486
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-096-96/+96
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Solving the problem of launching the settings dialog without xine supportormorph2023-11-281-3/+6
| | | | | | The settings dialog crashes if built without xine support. Signed-off-by: ormorph <roma251078@mail.ru>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-046-26/+26
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-142-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2020-65/+65
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-112-6/+6
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed FTBFS in clang caused by wrong access to class members.Michele Calgaro2021-07-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of .desktop files.Slávek Banko2021-03-033-177/+16
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Copy translations to a new directory layout.Slávek Banko2021-03-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.gregory guy2021-03-023-127/+17
| | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS. Rework of the README and the English help page files. Update some cmake files with latest macros. libXv and libXext are handled by cmake intern modules through X11 variables. Few cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add support for RISC-V 32bit and 64bit.Slávek Banko2021-03-011-0/+92
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-2911-11/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS due to narrowing conversion from 'unsigned int' to 'int'.Slávek Banko2020-09-061-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed detection of library at runtime.Michele Calgaro2020-06-291-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add library paths to link_directories and supply correct Xtest check/variablesaneejit12020-06-261-3/+19
| | | | | | This resolves bug 3130 Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Fixed FTBFS due to missing linked libraries.Michele Calgaro2020-06-152-0/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to the cmake building system.gregory guy2020-04-061-0/+241
| | | | | | | | A man page taken fron the Debian packaging system has been added. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove wrong absolute path for the cp unix command.gregory guy2020-04-061-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix building KOffice plugin.Slávek Banko2020-04-062-10/+18
| | | | | | | This resolves issue #4. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add CMakeL10n rules.Slávek Banko2018-12-281-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix automake build dependenciesSlávek Banko2018-08-191-0/+6
| | | | | | Workaround for parallel build Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Relate to bug 2424gregory guy2018-08-181-1/+1
|
* Add GStreamer 1.0 supportSlávek Banko2016-03-112-8/+85
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix g_object_set last argumentFrançois Andriot2015-05-261-1/+1
| | | | | | This resolves Bug 2433 Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-2/+2
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-7/+7
|
* Add ARM64 supportSlávek Banko2015-01-151-0/+51
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename a few icons left in rc filesr14.0.0Timothy Pearson2014-11-201-4/+4
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-1/+1
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-225-7/+7
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-224-6/+6
| | | | 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-133-8/+8
| | | | 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-132-4/+4
| | | | 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-132-6/+4
|