summaryrefslogtreecommitdiffstats
path: root/ark
Commit message (Collapse)AuthorAgeFilesLines
* ark: restore unzip-5 supportAlexander Golubev2026-02-211-6/+8
| | | | | See-also: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/pulls/117#issuecomment-82676 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* ark: autodetect date orderAlexander Golubev2026-02-192-17/+63
| | | | | | | | | | | | | | | unzip-6 can be configured at build time to return date in several different fromats. There is no easy way to query unzip itself which one it uses, but in the wild only to formats were seen: MM-DD-YYYY (default for *nix) and YYYY-MM-DD (some linux distros; e.g. debian). So we will be guestimating before those two. Generic Arch class is not flexible enough, so it was necessary to override whole processLine() and parse everything with RegExes. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/115 See-also: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/pulls/102 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Remove support for HPUX, which is discontinued and does not provide a c++17 ↵Michele Calgaro2026-01-171-4/+0
| | | | | | complaint compiler. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeinstance.hMichele Calgaro2025-08-191-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDEDesktopFileMichele Calgaro2025-07-131-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* ark: Drop support for unzip v5mio2025-04-171-51/+6
| | | | Signed-off-by: mio <stigma@disroot.org>
* ark: Fix unzip v6 date parsingmio2025-04-161-4/+53
| | | | | | | unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD. Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207 Signed-off-by: mio <stigma@disroot.org>
* Use tdestandarddirs.hMichele Calgaro2025-02-278-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-031-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-0212-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-103-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-052-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1416-442/+442
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-214-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-082-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-1/+1
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2020-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-081-6/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-288-10/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-091-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-05-224-203/+12
| | | | | | | + 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>
* Fix to build on NetBSD missing statfs from BSD44 featureOBATA Akio2019-04-161-2/+2
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Use common CMake tests.Slávek Banko2019-02-071-4/+0
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-251-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-11-306-17/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed support for existing tar.lzma files. This requires commit 6bbc2b45Michele Calgaro2018-08-184-3/+10
| | | | | | from tdelibs to be installed too. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* A few code clean up and improvementsMichele Calgaro2018-08-183-28/+23
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Ark: Add support for LzipAntonio Diaz Diaz2018-08-165-11/+23
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Ark: removed duplicated zip-compressed format and minor codeMichele Calgaro2018-05-292-7/+4
| | | | | | rearrangement. This relates to bug 2794. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Ark: Fixed support for rar files. This relates to bug 2794.Michele Calgaro2018-05-291-1/+1
| | | | | | Special thanks to Ray Vine <ray-v@inbox.lv> whose patch inspired this one. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed duplicated rar file mimetype. This relates to bug 2794.Ray Vine2018-05-281-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.Michele Calgaro2017-11-254-10/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Ark: [rar module] fix suppport for buggy rar versionsAlexander Golubev2016-09-033-8/+26
| | | | | | | | | | Rar versions from 5.0 till 5.3, not including the last one were added extra spaces to short directory/file names. This behaviour resulted in appearing of additional entries for directories and may be some other issues. Also slightly rework internal rar version parsing/storing and fix some comments.
* Ark: [rar module] fixed update of folder info for archives with multiple ↵Alexander Golubev2016-08-201-4/+20
| | | | | | | | | subfolders Signed-off-by: Alexander Golubev <fatzer2@gmail.com> Fixed and partially reworked. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2322-0/+0
|
* Removed crappy FileListView::updateItem() method and replace it with ↵Alexander Golubev2016-05-073-150/+121
| | | | | | | | | | addOrUpdateItem() Enhanced in several ways parsing of rar-5+ output (fixes a crash and several potential issues) Spacing fixes Minor modification: replace assert with if() Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Ark: info for folders in rar archives are now displayed as well.Fabio Rossi2016-04-233-21/+76
| | | | | | | | This relates to bug 2541. Signed-off-by: Fabio Rossi <rossi.f@inwind.it> Patch updated and slightly reworked to fit TQt framework Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Ark: added support for rar/unrar 5.x utilities. Both 4.x and 5.x are supported.Michele Calgaro2016-04-222-33/+82
| | | | | | Special thanks to Fabio Rossi <rossi.f@inwind.it> for raising the issue and providing an initial patch. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-1/+1
| | | | 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
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Rename the string kde toolbar widgetTimothy Pearson2014-08-071-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0312-15/+15
|
* Properly initialize worker threadTimothy Pearson2013-05-142-7/+12
| | | | This relates to Bug 1404
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1522-47/+47
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-146-7/+7
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-4/+4
|