summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TDE hw lib daemon: added standard DBus interfaces: Introspect, Peer,feat/fix-suspend-codeMichele Calgaro2019-02-062-15/+287
| | | | | | | Properties. This relates to issue #9 and #12. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw dbus daemon: improved response for can* functions and addedMichele Calgaro2019-02-062-184/+165
| | | | | | polkit support to cpugovernor and brightness interfaces. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added polkit support to TDE HW DBus daemon and removed obsoleteMichele Calgaro2019-02-065-60/+250
| | | | | | "at_console" support. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed bug in TDE hw dbus daemon that would cause the daemon to go intoMichele Calgaro2019-02-061-3/+3
| | | | | | | infinite loop if the connection was lost unexpectedly. Also fixed release of connection on exit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed support for logind power state calls.Michele Calgaro2019-02-062-120/+88
| | | | | | | Fixed bug in tdehw daemon power state code introduced in previous commit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved detection of available options forMichele Calgaro2019-02-062-253/+257
| | | | | | | freeze/standby/suspend/hybrid suspend/hibernate when multiple power managers are available. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved detection of available options forMichele Calgaro2019-02-061-137/+133
| | | | | | | freeze/standby/suspend/hybrid suspend/hibernate when udev is not available. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved support for suspend modes for both older and newer kernels.Michele Calgaro2019-02-063-59/+212
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed FTBFS caused by previous commit.Michele Calgaro2019-02-062-0/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed support for freeze/standby/suspend/hybrid suspend/hibernate inMichele Calgaro2019-02-064-217/+221
| | | | | | tdehw lib. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Use a common test for dbus detection and paths configuration.Slávek Banko2019-01-311-25/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use common test for large files support.Slávek Banko2019-01-284-12/+2
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use common GCC visibility test.Slávek Banko2019-01-281-8/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Fix if-else syntax for the case missing OSS supportOBATA Akio2019-01-281-3/+1
|
* Change to always build and install KACLOBATA Akio2019-01-271-7/+3
| | | | It is used by others even if missing POSIX ACL support.
* Add some missing supplement macros for MIDI supportOBATA Akio2019-01-261-0/+2
| | | | They are used but not defined for missing OSS support.
* Change to define __STDC_LIMIT_MACROS firstOBATA Akio2019-01-251-5/+5
| | | | | <stdint.h> (or other system headers handling the macro) may be included indirectly from other header files (<sys/types.h> is a reasonable one).
* Convert GETMNTINFO_USES_STATVFS check to CMakeOBATA Akio2019-01-252-1/+12
| | | | Fix to build on such platforms, it is used but not checked with CMake.
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Update CMakeL10n rulesSlávek Banko2019-01-122-2/+11
| | | | | | | + Add rule to update template with common texts - tde.pot. + Add the X-POT option to ensure that the common texts are part of tdelibs.pot. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed access to TDE wallets created before R14.0.6 that uses special ↵Michele Calgaro2018-12-281-2/+7
| | | | | | non-ascii characters in their password. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed problem with access to tdewallet caused by commit 6ec26d85.Emanoil Kotsev2018-12-271-1/+1
| | | | | | | This resolves issue #11 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-172-3/+3
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-0938-0/+281
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename translation context QXml => TQXmlSlávek Banko2018-12-041-1/+1
| | | | | | to match the translation context in TQt3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Deleted blank line at the beginning of the file.Slávek Banko2018-12-021-1/+0
| | | | | | This prevented proper processing by extractrc. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Small adjustments in Kate syntax highlighting files.Slávek Banko2018-12-022-3/+3
| | | | | | | | + Modify the line break in <language> tag in cpp.xml. + Remove UTF8 BOM from ppd.xml. + It allows processing by extractattr. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* add some missing icons, these have been converted/resized from the highest ↵gregory guy2018-11-28105-0/+0
| | | | | | resolution available Signed-off-by: gregory guy <g-gregory@gmx.fr>
* KPasswordEdit::password() now returns a TQString instead of a const char *. ↵Michele Calgaro2018-11-277-51/+37
| | | | | | This relates to bug 2961. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* fix issue #3 utempter detectiongregory guy2018-11-131-2/+2
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Conversion exitkde -> exittde in knotify.evertsrc file. This relates toMichele Calgaro2018-11-011-1/+1
| | | | | | bug 2283. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.Michele Calgaro2018-10-311-2/+3
| | | | | | | The FTBFS seems to happen only for some users, so this fix should help in such cases. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.Michele Calgaro2018-10-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete Qt2's TQVector class and replacedMichele Calgaro2018-10-202-2/+2
| | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed unwanted rename in Kate's qt4 syntax highlight file.Michele Calgaro2018-10-171-179/+179
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1726-247/+247
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-131-4/+0
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-283-3/+3
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed unvoluntary rename in qt4 syntax highlight file.Michele Calgaro2018-09-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-2712-16/+16
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-279-20/+20
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>