Commit Graph

1799 Commits (1c408add311fbc2a8c2b245392dbf5e358ecca4d)
 

Author SHA1 Message Date
TDE Gitea c4d1f63aa5 Reset submodule main/core/tdelibs/cmake to latest HEAD 4 years ago
Slávek Banko 0515ed3da5
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko f0c601105e
Update version number for R14.0.10 final release.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea 011ae33d61 Merge translation files from master branch. 4 years ago
TDE Gitea 469c7e9df2 Update translation template. 4 years ago
Slávek Banko 3ba04b2973
Add a definition of MIME type application/x-pie-executable.
This resolves incorrect identification of binary executables with libmagick >= 5.33.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a5def4f9a4)
4 years ago
gregory guy 83badc2107
Added new action icons for Konqui, renaming and window list.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0b1a3e154b)
4 years ago
Mavridis Philippe 6ae88683a3
iconForURL(): Fix root directory (/) icon.
This resolves issue #128.
This also resolves issue TDE/tdebase#1.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 646661d0be)
4 years ago
TDE Gitea f36151ed0f Reset submodule main/core/tdelibs/cmake to latest HEAD 4 years ago
TDE Gitea d8989605bf Reset submodule main/core/tdelibs/admin to latest HEAD 4 years ago
Michele Calgaro 91c3c9616d
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76d729c546)
4 years ago
Slávek Banko 8b7187ed36
Removed dbus access rules for invalid "send_destination".
For the tde_dbus_hardwarecontrol daemon, the destination is always
"org.trinitydesktop.hardwarecontrol", which provides interfaces for
individual components. The permissions for the standard dbus Introspectable
and Properties calls are therefore set together on one destination,
regardless of the interfaces for the individual components.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9a99527f0c)
4 years ago
Slávek Banko 36dc94f04d
tdehwlib: Allow everyone to read the status of input switches.
Reading the status of input switches seems safe so that it can be allowed
to everyone. This will prevent the log from being filled with unauthorized
access messages if the user is not a member of the plugdev group - this
resolve issue TDE/tde#44.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 78b2136011)
4 years ago
Alexander Golubev 94881853aa
tdecore/tdehw: disable SW_RADIO switch if it's the same as SW_RFKILL_ALL
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit ce09b7d5e8)
4 years ago
Michele Calgaro ce15ecab21
Fixed references to TDE website.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d25548e1fa)
4 years ago
Slávek Banko d5e99d02c9 Merge translation files from master branch. 4 years ago
TDE Gitea c45eda0434 Reset submodule main/core/tdelibs/cmake to latest HEAD 4 years ago
Slávek Banko 7b14e7f85c Merge translation files from master branch. 4 years ago
TDE Gitea 8b6fabc8cb Reset submodule main/core/tdelibs/cmake to latest HEAD 4 years ago
TDE Gitea a45f2db2b8 Reset submodule main/core/tdelibs/admin to latest HEAD 4 years ago
gregory guy d68f043db2
Add a missing icon for the action "Restore" when the application is sitting in the system tray.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9d7673b7a2)
4 years ago
Slávek Banko e2ee493892 Merge translation files from master branch. 4 years ago
Alexander Golubev a2f3ab5ee5
tdeio: minor simplification of plurals in translation
A fixup for the d3d85b65

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 9cc0522efd)
4 years ago
Alexander Golubev c9ecae1607
tdeio: minor improvement of translatability of a message
* added plural forms

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d3d85b6550)
4 years ago
Slávek Banko 33bea57510
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7ade45484d)
4 years ago
Slávek Banko 87a57fcf61 Merge translation files from master branch. 4 years ago
TDE Gitea c66042707d Reset submodule main/core/tdelibs/cmake to latest HEAD 4 years ago
Slávek Banko 30f556c9d2 Merge translation files from master branch. 4 years ago
Slávek Banko f240aee5c5
Add an option to install the imagetops binary.
This binary may already be included in the system -
for example in the netpbm package.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f6aced3def)
4 years ago
Michele Calgaro 598f5df0fb
krun: prevent media:/ or system:/media urls to be replaced by their respective /media/... path.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3d3e77773d)
4 years ago
Michele Calgaro b3012975a4
Fixed more uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 05ee12e2df)
4 years ago
Michele Calgaro 93f672a4c1
Fixed handling of files containing an # in the name when using the system:/media or media:/ protocol. This resolves bug 3022 and bug 3063.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 90bf877604)
4 years ago
Michele Calgaro bde06503d5
Fixed second pass uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9468d05e3d)
4 years ago
TDE Gitea afc67705bd Reset submodule main/core/tdelibs/libltdl to latest HEAD 4 years ago
Michele Calgaro be563528e5
Drop weird macro and use memcpy/memset instead.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60ef8289ae)
4 years ago
Michele Calgaro df2eb7afd1
Fixed some uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 491e1c72c7)
4 years ago
Michele Calgaro 083dbd6407
tdeabc/vcard: integrated "generated" partial header files into the place where they
are actually used.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5cb3ed2e54)
4 years ago
Slávek Banko efc7c849c6
Fix function name in LUA indentation script error message.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6f0a598346)
4 years ago
TDE Gitea cda1b11dfb Reset submodule main/core/tdelibs/cmake to latest HEAD 4 years ago
TDE Gitea fd5d1070ac Reset submodule main/core/tdelibs/admin to latest HEAD 4 years ago
Michele Calgaro 84498d97e2
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4f99f868f0)
4 years ago
Slávek Banko 8bc0bc7fc6
tests: Wait for the dcop server to be ready.
Use a separate ICEAUTHORITY for tests.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 19f44e5ff3)
4 years ago
Slávek Banko 3a4e7a0733 Merge translation files from master branch. 4 years ago
Slávek Banko 4877e48250
Add a missing icon for the standard Help menu
item Bug Report/Request Enhancement...

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eceb9e8dbd)
4 years ago
Slávek Banko 125cd5c234 Merge translation files from master branch. 4 years ago
Slávek Banko e76734c82d Merge translation files from master branch. 4 years ago
Slávek Banko 3150466695 Update translation template. 4 years ago
Slávek Banko dc9adc1b0f
Add CMakeL10n rules to update all_languages.desktop
according to the entry.desktop files from tde-i18n.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cb418ed3fd)
4 years ago
Slávek Banko b58ef27fa5
Unify language names between all_languages.desktop in tdelibs
and entry.desktop files in tde-i18n.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e659dfe3b0)
4 years ago
Michele Calgaro 383d54fdcf
tdehw lib: fixed detection of mountable optical disks with incomplete
partition table.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 99b855062b)
4 years ago