Commit Graph

360 Commits (938c5012fb59ef82218ae2f67283d8d94e0a92fb)
 

Author SHA1 Message Date
Fabio Rossi 938c5012fb
Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
(cherry picked from commit 44d731b5ac)
6 years ago
TDE Gitea 6baeda8582 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea b3fad8a385 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea 6768236161 Reset submodule main/tdeutils/admin to latest HEAD 6 years ago
TDE Gitea 81047c3f14 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
TDE Gitea e6bdb77b08 Reset submodule main/tdeutils/cmake to latest HEAD 6 years ago
Michele Calgaro 4322f5eae9
kcmdf icons are now part of tdebase. Removed from tdeutils to avoid
conflicts.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 21111fdb33)
6 years ago
Slávek Banko 32c2f01b4a
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fa8da6b1ca)
7 years ago
TDE Gitea cbd72a2934 Reset submodule main/tdeutils/admin to latest HEAD 7 years ago
Michele Calgaro d614920a3a
Removed unnecessary executable flag. This relates to bug 2153.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f7c426205)
7 years ago
Slávek Banko 78a7b4e587
KEdit: Removed unwanted flag setting that the file is not modified
This resolves issue #2

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b8cf98b5f1)
7 years ago
Slávek Banko dc243fd42e
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f60d0e12e9)
7 years ago
Slávek Banko 3c9b16f179 Update version numbers and date for R14.0.5 final release 7 years ago
Slávek Banko d263bd56f5 Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fdac7d46bc)
7 years ago
Michele Calgaro 817ad11ebf Ark: removed duplicated zip-compressed format and minor code
rearrangement. This relates to bug 2794.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c91feb08ba)
7 years ago
Michele Calgaro cc71cffba5 Ark: Fixed support for rar files. This relates to bug 2794.
Special thanks to Ray Vine <ray-v@inbox.lv> whose patch inspired this one.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04a8b70fba)
7 years ago
Ray Vine f0d31187be Removed duplicated rar file mimetype. This relates to bug 2794.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4d3ca8ffb5)
7 years ago
Emanoil Kotsev f89ce9138f Set pool.sks-keyservers.net as default keyserver in kgpg
This resolves bug 2915

Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit fd81a8bcc4)
7 years ago
Slávek Banko adb322fe3a Reset submodule main/tdeutils/admin to latest HEAD 7 years ago
Slávek Banko ee8f8f760a Reset submodule main/tdeutils/admin to latest HEAD 7 years ago
Slávek Banko 5a1c98047e Reset submodule main/tdeutils/admin to latest HEAD 7 years ago
Emanoil Kotsev e2bee02e99 Add support for GnuPG 2.1
This resolves Bug 2791
Sort keys by name on export
Fix the twice display of the default key server
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>

Additional formatting adjustments
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>

(cherry picked from commit 9125ead960)
7 years ago
Michele Calgaro e2a62bdbfb Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 96765e0aa2)
7 years ago
Slávek Banko 3593598938 Fix FTBFS with libc6 >= 2.26
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 33fb502e42)
7 years ago
Slávek Banko f15a1c4902 Reset submodule main/tdeutils/cmake to latest HEAD 8 years ago
Slávek Banko 32e1d1c374 Reset submodule main/tdeutils/cmake to latest HEAD 8 years ago
Slávek Banko 150ffb2b55 Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 909bc5d017)
8 years ago
Slávek Banko 8f0efbe9b2 Reset submodule main/tdeutils/cmake to latest HEAD 8 years ago
Slávek Banko 3d3fef72b9 Reset submodule main/tdeutils/cmake to latest HEAD 8 years ago
Slávek Banko d755a128e6 Reset submodule main/tdeutils/admin to latest HEAD 8 years ago
Slávek Banko 3ac62285f2 cmake: add tde_add_check_executable macro 8 years ago
Slávek Banko b8b17f2384 Update version number for new target R14.0.5 8 years ago
Slávek Banko 4ddadadad0 Update date in lsm files 8 years ago
Slávek Banko a11d0b82f8 Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 785a180341)
9 years ago
Alexander Golubev 03af0c40cb Ark: [rar module] fix suppport for buggy rar versions
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.

(cherry picked from commit e5a3116cff)
9 years ago
Alexander Golubev f38d0cf308 Ark: [rar module] fixed update of folder info for archives with multiple subfolders
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>

Fixed and partially reworked.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>

(cherry picked from commit d8d57cf6e8)
9 years ago
Slávek Banko 98837c22fe Reset submodule main/tdeutils/admin to latest HEAD 9 years ago
Timothy Pearson 0f8464a6a5 Fix invalid headers in PNG files and optimize for size
(cherry picked from commit a25f3c7aa6)
9 years ago
Alexander Golubev 711e6bf0e6 Removed crappy FileListView::updateItem() method and replace it with 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>

(cherry picked from commit 8cf274c35a)
9 years ago
Fabio Rossi 1ac492f796 Ark: info for folders in rar archives are now displayed as well.
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>

(cherry picked from commit 058176316e)
9 years ago
Michele Calgaro 0123b079a9 Ark: added support for rar/unrar 5.x utilities. Both 4.x and 5.x are supported.
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>
(cherry picked from commit 4e99fc39eb)
9 years ago
Slávek Banko 5699abf077 Reset submodule main/tdeutils/cmake to latest HEAD 9 years ago
Slávek Banko 8665a2b58b Reset submodule main/tdeutils/cmake to latest HEAD 9 years ago
Slávek Banko 3e759586ea Update version number for new target R14.0.4 9 years ago
Slávek Banko 6064a03210 Update date in lsm files 9 years ago
Slávek Banko 17ab42d995 Update version number for new target R14.0.3 9 years ago
Slávek Banko a31aaee705 Update date in lsm files 9 years ago
Slávek Banko fa47b551de Update version number for new target R14.0.2 10 years ago
Slávek Banko e39bc57b87 Update date in lsm files 10 years ago
Slávek Banko 04ae22f70a Update version in CMakeLists files 10 years ago