summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kjobviewer: fixed initial value of KeepWindow checkbox. This was causing ↵Michele Calgaro2021-02-031-1/+1
| | | | | | | KJobViewer to not autostart unless the user first toggled the checkbox at least once. Relates to bug 1362. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a57ae64c11314ae571bd529c78c2460daccc9004)
* Remove remaining 'register' instructions.Michele Calgaro2021-02-0310-19/+19
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 30606e55f1a570463d837cb110b0bd4adba6643b)
* Security: remove support for $(...) in KRun which could have allowedMichele Calgaro2021-02-031-20/+1
| | | | | | | | execution of malicious code. This is similar to issue #45 for .desktop files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8b8f5064f7094a713a16ade3bf37d8efec601949)
* Removed kerry related code.Michele Calgaro2021-02-031-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 94515be234e926611355ec174f91b3abdf1cf13a)
* Removed beagle related code.Michele Calgaro2021-02-033-16/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e5256a1bd6b1ee6eb909041c7fecc01d3d6d4be6)
* Improve folder icons on the speedbar.Slávek Banko2021-02-031-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 017a50624b40f1d24a3a3ab98ee622d906531e12)
* KJobviewer: keep "permanent window" option across sessions.Michele Calgaro2021-02-032-0/+13
| | | | | | | | Taken from https://bugs.trinitydesktop.org/show_bug.cgi?id=1362 proposed patch. Signed-off-by: Roman Savochenko <roman@roman.home> (cherry picked from commit 9dc23edee3aa192f99ac56161a341d38374aaacf)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-0349-414/+414
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9)
* Fix private API compatibility in TDEGlobalSettings.Slávek Banko2021-02-032-0/+13
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f29aa92d38e9e1f353ed48f7952150437db8c890)
* Make sure XDG folders are created prior to their usage.Michele Calgaro2021-02-032-28/+53
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit de79e754fa8118d34ea804d6b4fb7056b65487fd)
* Improved support for XDG folders without requiring xdg-user-dirs to be ↵Michele Calgaro2021-02-035-185/+179
| | | | | | | installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 394c9f5c0e1b464aa8bc22bd65c5268acd43994d)
* Redirect some headers noticed by the compilerMatías Fonzo2021-02-032-2/+1
| | | | | | | | | | | | /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> /usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/signal.h> to <signal.h> Note: <sys/signal.h> has been removed from the tdeio/tdeio/connection.cpp source - it was already declared. Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit c2adce2e133c167567df8607a32a420a9825f695)
* Added missing headers for tdeinit/start_tdeinit.cMatías Fonzo2021-02-031-0/+3
| | | | | | | | | | | | | | | | | | | | Error found when compiling against GCC9+Musl: Scanning dependencies of target start_tdeinit [ 51%] Building C object tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o /usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c: In function ‘set_protection’: /usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:47:16: error: storage size of ‘st’ isn’t known 47 | struct stat st; | ^~ /usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:51:9: warning: implicit declaration of function ‘lstat’ [-Wimplicit-function-declaration] 51 | if ( lstat (buf, &st) == 0) { | ^~~~~ make[2]: *** [tdeinit/CMakeFiles/start_tdeinit.dir/build.make:63: tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:10421: tdeinit/CMakeFiles/start_tdeinit.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 8d74c9c44f75bb427808da876650a074b1319467)
* Use the correct macros isnan, isinf for libc compatibilityMatías Fonzo2021-02-034-91/+2
| | | | | | | | | | | | | Changes related to this commit: - Clean up #if mess. - Use unconditionally the correct macros isnan, isinf. - Remove redudant macros from the build system. Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 8ae17a5d9d77d489a2d16529f16680d31374537e)
* Fix LibreSSL detection at tdeio/kssl/Matías Fonzo2021-02-031-4/+4
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit aa9b9581a97daa50855d815b6724b9112448c96f)
* Fix building with avahi supportSlávek Banko2021-02-034-12/+12
| | | | | | | | | + Avahi detection was not performed at all + Added missing avahi-client detection + Fixed FTBFS in avahi related code Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 281e2da7f14eca57104dbd3f7da39506011729a8)
* Added support for XDG_PICTURES_DIR and XDG_TEMPLATES_DIR in TDE global settings.Michele Calgaro2021-02-032-3/+38
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aca6b3d42409234a19e2910443d511328c0b025a)
* Fix handling of XDG directories in TDEConfigBase. This relates to issue #60.Michele Calgaro2021-02-031-6/+32
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3a4f7f51cfb88ab6b34918e8f79dea027d02b411)
* Reset submodule main/core/tdelibs/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdelibs/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdelibs/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/core/tdelibs/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-251-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-06-251-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix missing return values in kopenssl.François Andriot2019-12-041-0/+7
| | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a6bbb9e7bc21382b504c8c6fe408a766a3890bb6)