summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace TQ_*Focus* and TQ_Scale* definesr14.1.1Michele Calgaro2023-09-045-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e316244abe01c719e630ab4c8120e38aa81cef9)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-142-3/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d4fddb259999a2533a8092f8a9f9775f7054b807)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2529-32/+32
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98264ac14364e5b98ba91cead2635d7824c31e7b)
* Improve code for image conversion. This relates to issue TDE/tdebase#376.OBATA Akio2023-07-231-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 552ed5a5e18336037508ff9524e7c4cfc6b156b6)
* Fix image conversion naming of files with multiple dots in the name. This ↵Michele Calgaro2023-07-171-5/+4
| | | | | | | relates to issue TDE/tdebase#376 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5cf69458e44e0c7cf711963e2950aa3be624e36c)
* Add more options to "Set as Background" menu in Dolphin.Michele Calgaro2023-07-171-6/+36
| | | | | | | This resolves issue #17. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6fbe7fe21375d7f2da64605792e30204a2a2e89b)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-132-2/+2
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 07e8503f11fe701f4c681dbfcb1bcb9a9aa2aae8)
* Fixed singular form in translation. This resolves issue #14.Michele Calgaro2021-11-281-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed D3lphin --> Dolphin in GUI. This resolves issue #10.Michele Calgaro2021-11-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed a couple of typos. This resolves issue #11 and issue #13.Michele Calgaro2021-11-272-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed wrong action in media unlock desktop file.Michele Calgaro2021-05-091-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* If requested to navigate to an encrypted disk from the location bar orMichele Calgaro2021-03-071-1/+33
| | | | | | | | CLI, offer the user the ability to unlock the disk and subsequently navigate to the "media" folder. This mirrors the same functionality introduced in Konqueror. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Encrypted disks will be locked/unlocked (based on their status) whenMichele Calgaro2021-03-011-1/+34
| | | | | | | executed from the storage media location. This mirrors the functionality previously added in Konqueror. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added icon to Properties popup menu entry.Michele Calgaro2020-12-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated 'Open Medium System Folder' action to match new Konqueror's action ↵Michele Calgaro2020-11-061-1/+2
| | | | | | in tdebase. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added lock/unlock media actions and made safe removal and locking avaiable ↵Michele Calgaro2020-10-187-28/+34
| | | | | | also for unlocked and mounted medium. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-101-6/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improved support for bluray discs.Michele Calgaro2020-05-307-9/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-04-0259-3011/+22
| | | | | | | + 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>
* Move translations to a new directory layout.Slávek Banko2020-04-021-1/+1
| | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed handling of terminal application.Michele Calgaro2020-02-164-49/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2019-10-0511-180/+0
| | | | | | | | Add basic build instructions with cmake. Add short description in README. Deleted empty files: README, templates/cpp, templates/h. Deleted emtpy folder: src/toolbar. Deleted obsolete file: src/README
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-272-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unused and repeated X-SuSE-translate property.Michele Calgaro2019-06-2713-714/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* add jar, txz and lzma mimetype, this relates to issue #4gregory guy2019-02-202-17/+23
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Add CMakeL10n rules.Slávek Banko2018-12-221-0/+3
| | | | | | | Update translation template. Fix plural format in existing translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed rar-compressed and zip-compressed files.Michele Calgaro2018-05-292-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed non existent application/x-tbz2 mimetype. This relates to bugMichele Calgaro2017-11-252-2/+2
| | | | | | 2043. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2313-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring system icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Update CD R/RW service typesr14.0.0Timothy Pearson2014-11-143-3/+3
|
* Fix renaming icon fonts => font-x-generic in desktop filesSlávek Banko2014-11-081-1/+1
|
* Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-2420-21/+21
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-222-2/+2
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-224-7/+7
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-134-8/+8
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1159-63/+63
| | | | match XDG specifications
* Prevent Dolphin from overriding Konqueror when opening directories from ↵Darrell Anderson2014-02-231-1/+0
| | | | | | within Konqueror. This resolve bug report 1960.
* Fix incorrect reference in help handbook DocPath key.Darrell Anderson2014-01-141-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Fix unintended rename of bookmark*, mark*Slávek Banko2013-02-195-6/+6
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1532-42/+42
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-148-10/+10
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0416-99/+99
|