Commit Graph

  • 0aa014e9d2
    Add the ability to detect ispell lib directory OBATA Akio 2020-08-19 14:00:20 +0900
  • 711ff288fa
    Add definitions for X11_RGBFILE and XMLLINT in config.h gregory guy 2020-09-24 15:26:15 +0200
  • be8ea9c41a
    kpty: prevent to open pseudo ttys twice for openpty(3) platforms OBATA Akio 2020-08-29 18:40:18 +0900
  • 1d9cf8e717
    Add support of posix_openpt(2) to open master pseudo terminal device OBATA Akio 2020-08-28 16:08:41 +0900
  • 35bff96a9c
    Add a knob to use fixed path `iceauth` tool OBATA Akio 2020-08-09 17:34:23 +0900
  • f250423e9d
    Fix to set DCOP_PATH properly OBATA Akio 2020-08-08 18:33:11 +0900
  • b92175e2a3
    Improve progname detection portability OBATA Akio 2020-08-17 18:10:50 +0900
  • 3242ddae6c
    Add `getservbyname_r` prototype detection to CMake OBATA Akio 2020-08-17 16:07:14 +0900
  • bdf8756ae1
    Fix to declare missing `snprintf` prototype at correct place OBATA Akio 2020-08-16 19:05:05 +0900
  • 8e4dc61208
    Fix to declare vsnprintf prototype with detected condition OBATA Akio 2020-08-16 19:00:54 +0900
  • 961a3aac69
    Fix to detect vsnprintf prototype properly OBATA Akio 2020-08-16 18:57:39 +0900
  • 0ac62424d2
    Link external library for backtrace in tdecore. Slávek Banko 2020-08-17 14:52:53 +0200
  • 3241cab0cf
    Allow to use backtrace(3) external library for kdebug OBATA Akio 2020-08-16 18:15:33 +0900
  • 75aaa51fe2
    Fix FTBFS due to unnamed unused arguments in C sources in a recent commit. Slávek Banko 2020-08-12 20:36:42 +0200
  • e83b6fdca0
    Add LOCAL_PEEREID sockopt support for peer socket uid check OBATA Akio 2020-08-12 17:29:38 +0900
  • a9e9cfcd54
    Fix missing argments for drive parse filter on lpr OBATA Akio 2020-08-10 18:29:10 +0900
  • c2b391d828
    Fix to use configured openpty usability condition OBATA Akio 2020-08-11 16:07:25 +0900
  • f65dc75bca
    fix FTBFS, error: ‘dup’ was not declared in this scope gregory guy 2020-07-30 18:21:58 +0200
  • 02424237c8
    Fixed handling of svg images that caused an infinite loop (most notably Kicker was hanging with 100% CPU usage). Michele Calgaro 2020-07-06 12:13:49 +0900
  • 71c0596f00
    Missing glib link directories aneejit1 2020-06-15 16:51:50 +0000
  • fb7b26151d
    avahi-tqt include/link directories missing aneejit1 2020-06-15 16:48:56 +0000
  • 610545c103
    Use target names for commands instead of full paths. Slávek Banko 2020-06-16 01:56:21 +0200
  • d37bb843d1
    Use private linking for exported CMake targets. Slávek Banko 2020-06-12 03:56:33 +0200
  • d336392f8f
    For templates from CMake, use the TDE CMAKE TEMPLATES variable. Slávek Banko 2020-06-12 01:32:04 +0200
  • 345f44fb93
    dcopidlng fixes: + do not skip an empty class if it is declared with K_DCOP Slávek Banko 2020-06-11 20:38:17 +0200
  • b2ff598b34
    Drop explicit dependencies on dcopidl and dcopidl2cpp, because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Slávek Banko 2020-06-05 02:11:25 +0200
  • bb46328fb4
    dcopidlng fixes: + includes may use quotation marks + argument types can contain multiple words + avoid use long, short, int or char type as the argument name + avoid use type as the argument name if the const qualifier is used + use long notation of int types + the arguments can be nameless + return types can have qualifiers + do not warn on inherit of the DCOPObject and TQObject classes + the documentation comment does not have to end on a separate line Slávek Banko 2020-06-05 00:54:01 +0200
  • 2ad5c999a7
    Enable the use of dcopidlng during build tdelibs. Slávek Banko 2020-05-04 19:59:27 +0200
  • eba282f397
    Fix typo in the SSL library check rules. Slávek Banko 2020-05-26 12:44:34 +0200
  • f659403a3a
    Check existing XDG folders before localization of the name. Slávek Banko 2020-05-18 13:37:09 +0200
  • b34eba6147
    KJobViewer: make sure the printer lists is correctly updated when printers are added or removed. This relates to bug 1362. Michele Calgaro 2020-05-02 23:48:19 +0900
  • df6c901347
    Fixed unresponsive behavior of the shortcut setting dialog in recent ditros. This resolves bug 2955. Michele Calgaro 2020-04-29 00:23:20 +0900
  • a860d82bef
    kjobviewer: fixed initial value of KeepWindow checkbox. This was causing KJobViewer to not autostart unless the user first toggled the checkbox at least once. Relates to bug 1362. Michele Calgaro 2020-04-20 12:48:09 +0900
  • 188e2b9e2d
    Remove remaining 'register' instructions. Michele Calgaro 2020-02-20 11:22:30 +0900
  • 58b490adcc
    Security: remove support for $(...) in KRun which could have allowed execution of malicious code. This is similar to issue #45 for .desktop files. Michele Calgaro 2020-02-16 13:17:11 +0900
  • 5523d65792
    Removed kerry related code. Michele Calgaro 2020-02-09 20:51:21 +0900
  • e58c536dd1
    Removed beagle related code. Michele Calgaro 2020-02-09 19:59:23 +0900
  • fbd64ec386
    Improve folder icons on the speedbar. Slávek Banko 2020-01-31 02:02:16 +0100
  • 5dad8abdc3
    KJobviewer: keep "permanent window" option across sessions. Taken from https://bugs.trinitydesktop.org/show_bug.cgi?id=1362 proposed patch. Michele Calgaro 2020-01-31 18:36:58 +0900
  • 05dbf5c0b1
    Removed explicit usage of the 'register' keyword. Michele Calgaro 2020-01-30 20:17:34 +0900
  • d5e99d02c9 Merge translation files from master branch. Slávek Banko 2021-02-03 20:37:36 +0100
  • f45fdc0859 Translated using Weblate (Ukrainian) Roman Savochenko 2021-02-03 14:05:10 +0000
  • 119bb12503
    Fix private API compatibility in TDEGlobalSettings. Slávek Banko 2020-01-30 14:18:10 +0100
  • b3a875f92e
    Make sure XDG folders are created prior to their usage. Michele Calgaro 2020-01-29 23:33:37 +0900
  • 54800d9de6
    Improved support for XDG folders without requiring xdg-user-dirs to be installed. Michele Calgaro 2020-01-28 23:12:32 +0900
  • d5b27c1f51
    Redirect some headers noticed by the compiler Matías Fonzo 2020-01-20 13:04:15 -0300
  • 319d2b0943
    Added missing headers for tdeinit/start_tdeinit.c Matías Fonzo 2020-01-22 16:58:53 -0300
  • a1d5228ba2
    Use the correct macros isnan, isinf for libc compatibility Matías Fonzo 2020-01-21 21:56:02 -0300
  • 7fe5760c2a
    Fix LibreSSL detection at tdeio/kssl/ Matías Fonzo 2020-01-18 17:36:04 -0300
  • 46ecddaeff
    Fix building with avahi support + Avahi detection was not performed at all + Added missing avahi-client detection + Fixed FTBFS in avahi related code Slávek Banko 2020-01-12 15:45:34 +0100
  • a9bf439608
    Added support for XDG_PICTURES_DIR and XDG_TEMPLATES_DIR in TDE global settings. Michele Calgaro 2020-01-12 20:44:36 +0900
  • fb65a4b212
    Fix handling of XDG directories in TDEConfigBase. This relates to issue #60. Michele Calgaro 2020-01-12 01:21:43 +0900
  • f2c4b9b2fc Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-27 22:39:56 +0000
  • c45eda0434 Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-27 22:25:47 +0000
  • ec840455fc Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-27 22:09:59 +0000
  • 7b14e7f85c Merge translation files from master branch. Slávek Banko 2021-01-27 20:33:08 +0100
  • becb8f7b92 Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-27 16:54:55 +0000
  • 710c105057 Reset submodule main/core/tdelibs/admin to latest HEAD TDE Gitea 2021-01-27 16:54:51 +0000
  • 8b6fabc8cb Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-27 16:34:06 +0000
  • a45f2db2b8 Reset submodule main/core/tdelibs/admin to latest HEAD TDE Gitea 2021-01-27 16:34:01 +0000
  • 077e27ab48 Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-27 16:10:11 +0000
  • 1de21685c1 Reset submodule main/core/tdelibs/admin to latest HEAD TDE Gitea 2021-01-27 16:10:04 +0000
  • fbac597f3d Translated using Weblate (Bulgarian) Emanoil Kotsev 2021-01-24 23:24:04 +0000
  • d68f043db2
    Add a missing icon for the action "Restore" when the application is sitting in the system tray. gregory guy 2021-01-23 16:44:09 +0100
  • e2ee493892 Merge translation files from master branch. Slávek Banko 2021-01-24 19:43:16 +0100
  • 9d7673b7a2
    Add a missing icon for the action "Restore" when the application is sitting in the system tray. gregory guy 2021-01-23 16:44:09 +0100
  • 8b7817dcd0
    Honour pulse audio (X-KDE-autostart-phase) order from /etc/xdg/autostart/pulseaudio.desktop Emanoil Kotsev 2021-01-21 21:52:22 +0100
  • 274144c7f6 Translated using Weblate (Russian) Alexander Golubev 2021-01-21 00:41:20 +0000
  • ac19034a1a Translated using Weblate (Russian) Alexander Golubev 2021-01-21 00:29:02 +0000
  • a2f3ab5ee5
    tdeio: minor simplification of plurals in translation Alexander Golubev 2021-01-21 06:28:11 +0300
  • 9cc0522efd tdeio: minor simplification of plurals in translation Alexander Golubev 2021-01-21 06:28:11 +0300
  • c9ecae1607
    tdeio: minor improvement of translatability of a message Alexander Golubev 2021-01-12 16:54:59 +0300
  • d3d85b6550 tdeio: minor improvement of translatability of a message Alexander Golubev 2021-01-12 16:54:59 +0300
  • 33bea57510
    Raise the minimum required version of CMake to 2.8.12. Slávek Banko 2021-01-18 22:27:39 +0100
  • 7ade45484d
    Raise the minimum required version of CMake to 2.8.12. Slávek Banko 2021-01-18 22:27:39 +0100
  • ea75a54abc tdeio: minor improvement of translatability of a message Alexander Golubev 2021-01-12 16:54:59 +0300
  • 87a57fcf61 Merge translation files from master branch. Slávek Banko 2021-01-13 19:42:05 +0100
  • 9263dda957 Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-13 11:56:34 +0000
  • c66042707d Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-13 11:34:56 +0000
  • cde86f4335 Reset submodule main/core/tdelibs/cmake to latest HEAD TDE Gitea 2021-01-13 11:11:05 +0000
  • 93bc176b50 Translated using Weblate (Russian) Alexander Golubev 2021-01-12 10:37:29 +0000
  • 6f7e099c26 Translated using Weblate (Russian) Alexander Golubev 2021-01-12 10:43:30 +0000
  • d3c5f85ae9 Translated using Weblate (Russian) Alexander Golubev 2021-01-11 19:34:45 +0000
  • 1493de9cc7 Translated using Weblate (Russian) Alexander Golubev 2021-01-11 18:39:00 +0000
  • e338990421 Translated using Weblate (Russian) Alexander Golubev 2021-01-11 18:38:57 +0000
  • e0f70d1b90 Translated using Weblate (Russian) Alexander Golubev 2021-01-11 18:40:42 +0000
  • 233b25222a Translated using Weblate (Russian) Alexander Golubev 2021-01-11 18:41:43 +0000
  • ed9bab89e0 Translated using Weblate (Russian) Alexander Golubev 2021-01-11 17:26:10 +0000
  • f9c18677fc Translated using Weblate (Russian) Alexander Golubev 2021-01-11 18:37:55 +0000
  • 238231de98 Translated using Weblate (Russian) Alexander Golubev 2021-01-11 17:27:36 +0000
  • 23d1e3dab8 Translated using Weblate (Russian) Alexander Golubev 2021-01-11 17:27:32 +0000
  • 30f556c9d2 Merge translation files from master branch. Slávek Banko 2021-01-10 19:54:21 +0100
  • 24f92f4638 Translated using Weblate (Russian) blu.256 2021-01-08 13:24:49 +0000
  • 685939070a Translated using Weblate (Greek) blu.256 2021-01-08 13:25:11 +0000
  • f240aee5c5
    Add an option to install the imagetops binary. Slávek Banko 2021-01-07 18:42:14 +0100
  • f6aced3def
    Add an option to install the imagetops binary. Slávek Banko 2021-01-07 18:42:14 +0100
  • 598f5df0fb
    krun: prevent media:/ or system:/media urls to be replaced by their respective /media/... path. Michele Calgaro 2021-01-03 21:52:05 +0900
  • 3d3e77773d
    krun: prevent media:/ or system:/media urls to be replaced by their respective /media/... path. Michele Calgaro 2021-01-03 21:52:05 +0900
  • b3012975a4
    Fixed more uncrustify's code formatting offending files. Michele Calgaro 2021-01-03 16:25:52 +0900
  • 05ee12e2df
    Fixed more uncrustify's code formatting offending files. Michele Calgaro 2021-01-03 16:25:52 +0900