summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect display of media device mime comment. This relates toMichele Calgaro2019-08-132-17/+17
| | | | | | issue TDE/tdelibs#35. Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt branding with TQt ones.Chris2019-08-092-7/+7
| | | | Signed-off-by: Chris <[email protected]>
* Remove old upstream URLs of tdebase.Chris2019-07-284-8/+4
| | | | Signed-off-by: Chris <[email protected]>
* Remove old upstream URL of KWrite and Kate.Chris2019-07-272-2/+2
| | | | Signed-off-by: Chris <[email protected]>
* CMakeL10n: The source path for the extracted kicker/tiles file namesSlávek Banko2019-07-271-3/+3
| | | | | | is set to point to the appropriate folder. Signed-off-by: Slávek Banko <[email protected]>
* Fix more remaining brandings in tdebase.Chris2019-07-233-4/+4
| | | | Signed-off-by: Chris <[email protected]>
* Fix outdated Qt documentation to point to own TQt documentation.Chris2019-07-211-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Add consistent and modern TDE kicker icon.Chris2019-07-218-0/+0
| | | | Signed-off-by: Chris <[email protected]>
* kdesktop: Add missing initialization of sigset_t in kdesktop_lock. This ↵Slávek Banko2019-07-191-0/+1
| | | | | | | resolves bug 3025. Signed-off-by: Slávek Banko <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Fix German Graphics category.Chris2019-07-171-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Fix remaining brandings in tdebase.Chris2019-07-157-9/+9
| | | | Signed-off-by: Chris <[email protected]>
* Fix typo in kasbar.Chris2019-07-141-2/+1
| | | | Signed-off-by: Chris <[email protected]>
* Adding more ktips and identity to TDE.Chris2019-07-141-0/+93
| | | | | Signed-off-by: Chris <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Fix, brand, modernize and polish ktip.Chris2019-07-131-12/+13
| | | | | | | | | | 1. fix missing "</p>" 2. add new browsers 3. fix missing icons 4. change to "trinity-look.org" 5. cosmetics. Signed-off-by: Chris <[email protected]>
* Fix khelpcenter branding.Chris2019-07-121-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Fixed media type for cd rw type.Michele Calgaro2019-07-093-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-07-0952-100/+96
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new icon names and renamed media types related to encrypted ↵Michele Calgaro2019-07-0954-335/+272
| | | | | | drives in a better way. Signed-off-by: Michele Calgaro <[email protected]>
* Renamed methods decrypt/undecrypt to unlock/lock.Michele Calgaro2019-07-086-41/+41
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Extended media manager dcop interface by adding functions toMichele Calgaro2019-07-084-4/+74
| | | | | | mount/unmount/decrypt/undecrypt a medium by device node (for example /dev/sdc). Signed-off-by: Michele Calgaro <[email protected]>
* Improved media manager dcop interface for mount/unmount/decrypt/undecrypt ↵Michele Calgaro2019-07-0810-264/+430
| | | | | | methods by returning more information. Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-07-083-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new TDEStorageOpResult-based tdelibs api.Michele Calgaro2019-07-083-42/+44
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix German translation for My_Computer.Chris2019-07-071-1/+1
| | | | | | | | | | | | | | | | | | | First impression of the German user of TDE is that he is greeted with a desktop icon on the very top of the desktop called "Speichermedien", which is so long, that it wraps up this ugly way: "Speicherme-dien". Which looks very unpolished and leads to a bad experience for first timers. This comes from KDE3 times still. Most likely it was just copy-pasted from other places. The term "Speichermedien" is used otherwise in nearly all other places (German), so changing it just for that icon looks inconsistent at first. But in fact the original (English) name for it is also called "Computer" and not "Speichermedien" for this icon. So the gain of beeing inconsistent is bigger because it looks more polished. If someone is unhappy about that, he can open a ticket or join IRC to find another solution. Signed-off-by: Chris <[email protected]>
* Fix typos in texts.Slávek Banko2019-07-073-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix typos in texts.Slávek Banko2019-07-051-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix typos in texts.Slávek Banko2019-07-042-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed some session's dcop calls in konsolepart. This relates to bug 2537.Michele Calgaro2019-06-135-12/+96
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* mediamanager: cleaned up use of medium name map.Michele Calgaro2019-06-071-28/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename tqt-kde integration to tqt-tde.Slávek Banko2019-06-0425-120/+120
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Install the TDE integration library (libtqtkde) into TQtSlávek Banko2019-06-024-3/+31
| | | | | | plugins directory, instead of the TDE plugins directory. Signed-off-by: Slávek Banko <[email protected]>
* Added support for new TQStringVariantMap type.Michele Calgaro2019-06-011-13/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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]>