Commit Graph

2208 Commits (c393eecadbc73e8db1d63fdc29c907d0340bb80c)
 

Author SHA1 Message Date
Michele Calgaro c393eecadb
mediamanager: cleaned up use of medium name map.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 1cf8018d1c
Rename tqt-kde integration to tqt-tde.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 9d6d2fd57f
Install the TDE integration library (libtqtkde) into TQt
plugins directory, instead of the TDE plugins directory.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro ce4a92763f
Added support for new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 7ea414a2ab
kdcop: added popup menu to result list to conveniently copy the selected
item (functionality was already available from Edit menu but not so user
friendly).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 08ac86386a
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 563adb52cb
Renamed kcm_trash to kcmtrash and minor fixup to previous commits.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 85e0371c0e
Unified widget code for trash property dialog and TDE control module.
This resolves bug 1923.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro c53dbf95cb
Improved code for trash bin management.
1. When size limit is used, a file bigger than the trash size can't be
trashed anymore (a warning message is shown).
2. When size limit is used and warning policy selected, files can't be
trashed anymore if the total size of the trash will exceed the set size
(a warning message is shown).
3. When the trash size settings are modified, the content of the trash
is adjusted based on the new settings.
4. Fixed load/saving of trash options when more than one trash folder exists.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 691c9204a1
Added TDE Control module for trash policy configuration.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 48635e6343
Added trash size limit property page link to trash folder right click
popup menu and trash applet panel.
Added a new konqueror side bar button to directly display the contents
of the trash bin.
This relates to bug 1923.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea dee02ac31a Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 3c109e3d10
Fixed bug 925 ("SAK driven secure dialog is not available for use"
message in .xsession-errors even when SAK is disabled).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 7aa9258f19
Fixed use of SAK in lock process when autologin is used in TDM.
This resolves bug 2945.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko c80e5d45b7
tdm: Do not run tdekbdledsync on remote displays.
This relates to bug 1834.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea a779018b79 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea 94b8a5d03e Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko b1b24c0b64
Fix openssl >= 1.1 detection without pkg-config file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 98abb9e8ee
Port TIME_WITH_SYS_TIME to CMake.
This resolves FTBFS from commit 05dc8500dd.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko d3834ad4f5
Add $DISPLAY to kdesktop_lock_lockfile file name.
This resolves bug 2998.

Thanks to Russell Brown for analyzing the problem and propose a solution.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
OBATA Akio dc4a0dd776 Ensure include of sys/stat.h
It is required for mkdir(2), chmod(2) and mkfifo(2).

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio 6326fec9f1 Port HAVE_SYS_TIME_H to CMake
It is used, but not checked with CMake.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio 28d80743c0 resolve ambiguous log() overload
log() may accept `float` or `double` for C++, so passing `int` is ambiguous.
Change to exactly pass valiables as `double` to log(), it is expected here.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
Slávek Banko 02cb998b9c
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 9a394bb261
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Alexander Golubev 22189b6d30 Fix FTBFS when build -DWITH_XRANDR=OFF
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
6 years ago
Automated System 96b6334762 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Slávek Banko 91a3d227a5
Prevent hard-coded "tde/" in #include ...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy 12a175c196
fix bug 2996, thanks to Alexander Golubev for the bug report and the suggestion to solve It
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
TDE Gitea 89f79caa01 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Slávek Banko 3e34f52607 Update translation template. 6 years ago
TDE Gitea 8701eef046 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea f46a9e3710 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Fabio Rossi 3cad9663df Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
TDE Gitea 836697f305 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea f91a583bc5 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea cd3e850bf5 Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko b95b665c78
Add CMakeL10n rules.
Update TIMEZONES list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 4fd188ff94 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea ec54621e1e Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 6db0c5f228
Improved previous commit using local8Bit() in place of utf8() when a
password is transmitted over pipes to other processes.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 6ae10fc66e
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3c2da5f0e1
Fixed size used by TDE Control Center -> TDE Components. This relates to
bug 1023.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 4060db0242
Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used for kcmdf (diskfree).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy b3f07ed6c2
add icons for control center modules, this relates to bug 1023
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 3f623d0565 rename kdelogo.xpm to tdelogo.png
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 28c1ae5ff7 rename kdelogo into tdelogo
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy f067dfc575 this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro 2228191a50
Renamed Sleep to Suspend, following discussion on a more consistent naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro b854e365af
Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and related usage in code. This resolves bug 2282 and 2283.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago