summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* kdcop: added popup menu to result list to conveniently copy the selectedMichele Calgaro2019-05-312-16/+19
| | | | | | | item (functionality was already available from Edit menu but not so user friendly). Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-244-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Renamed kcm_trash to kcmtrash and minor fixup to previous commits.Michele Calgaro2019-04-155-11/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Unified widget code for trash property dialog and TDE control module.Michele Calgaro2019-04-143-422/+7
| | | | | | This resolves bug 1923. Signed-off-by: Michele Calgaro <[email protected]>
* Improved code for trash bin management.Michele Calgaro2019-04-145-41/+179
| | | | | | | | | | | | | 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 <[email protected]>
* Added TDE Control module for trash policy configuration.Michele Calgaro2019-04-1311-12/+748
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added trash size limit property page link to trash folder right clickMichele Calgaro2019-04-086-14/+33
| | | | | | | | | 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 <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Fixed bug 925 ("SAK driven secure dialog is not available for use"Michele Calgaro2019-03-101-16/+31
| | | | | | message in .xsession-errors even when SAK is disabled). Signed-off-by: Michele Calgaro <[email protected]>
* Fixed use of SAK in lock process when autologin is used in TDM.Michele Calgaro2019-03-107-47/+45
| | | | | | This resolves bug 2945. Signed-off-by: Michele Calgaro <[email protected]>
* tdm: Do not run tdekbdledsync on remote displays.Slávek Banko2019-02-241-1/+2
| | | | | | This relates to bug 1834. Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Fix openssl >= 1.1 detection without pkg-config file.Slávek Banko2019-02-161-3/+12
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Port TIME_WITH_SYS_TIME to CMake.Slávek Banko2019-02-112-0/+2
| | | | | | This resolves FTBFS from commit 05dc8500dd. Signed-off-by: Slávek Banko <[email protected]>
* Add $DISPLAY to kdesktop_lock_lockfile file name.Slávek Banko2019-02-111-1/+1
| | | | | | | | This resolves bug 2998. Thanks to Russell Brown for analyzing the problem and propose a solution. Signed-off-by: Slávek Banko <[email protected]>
* Ensure include of sys/stat.hOBATA Akio2019-02-111-0/+1
| | | | | | It is required for mkdir(2), chmod(2) and mkfifo(2). Signed-off-by: OBATA Akio <[email protected]>
* Port HAVE_SYS_TIME_H to CMakeOBATA Akio2019-02-112-0/+9
| | | | | | It is used, but not checked with CMake. Signed-off-by: OBATA Akio <[email protected]>
* resolve ambiguous log() overloadOBATA Akio2019-02-111-7/+7
| | | | | | | 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 <[email protected]>
* Use common test for large files support.Slávek Banko2019-02-044-9/+2
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <[email protected]>
* Use common GCC visibility test.Slávek Banko2019-02-041-21/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS when build -DWITH_XRANDR=OFFAlexander Golubev2019-02-041-0/+1
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Prevent hard-coded "tde/" in #include ...Slávek Banko2019-01-304-2/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* fix bug 2996, thanks to Alexander Golubev for the bug report and the ↵gregory guy2019-01-294-0/+0
| | | | | | suggestion to solve It Signed-off-by: gregory guy <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Update translation template.Automated System2019-01-141-0/+1
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-09167-29/+833
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Improved previous commit using local8Bit() in place of utf8() when aMichele Calgaro2018-11-2812-23/+23
| | | | | | | password is transmitted over pipes to other processes. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-11-2824-69/+66
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed size used by TDE Control Center -> TDE Components. This relates toMichele Calgaro2018-11-181-1/+1
| | | | | | bug 1023. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used ↵Michele Calgaro2018-11-176-0/+0
| | | | | | for kcmdf (diskfree). Signed-off-by: Michele Calgaro <[email protected]>
* add icons for control center modules, this relates to bug 1023gregory guy2018-11-1528-0/+0
| | | | Signed-off-by: gregory guy <[email protected]>
* rename kdelogo.xpm to tdelogo.pnggregory guy2018-11-081-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* rename kdelogo into tdelogogregory guy2018-11-085-4/+4
| | | | Signed-off-by: gregory guy <[email protected]>
* this relates to bug 2618gregory guy2018-11-083-2/+2
| | | | Signed-off-by: gregory guy <[email protected]>
* Renamed Sleep to Suspend, following discussion on a more consistent naming ↵Michele Calgaro2018-11-042-7/+7
| | | | | | convention for shutdown actions. Signed-off-by: Michele Calgaro <[email protected]>
* Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and ↵Michele Calgaro2018-11-013-5/+20
| | | | | | related usage in code. This resolves bug 2282 and 2283. Signed-off-by: Michele Calgaro <[email protected]>
* fix issue #10gregory guy2018-10-271-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-1/+1
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1710-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-10-081-0/+0
|