summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-06-241-0/+0
|
* Fixed up incomplete qtplugins -> tqtplugins renaming.Michele Calgaro2020-06-243-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename tde-config option 'qtplugins' to 'tqtplugins'aneejit12020-06-232-4/+4
| | | | | | FindTDE.cmake was amended to pass an option of 'tqtplugins' to the tde-config command. The tde-config command is now modified to accept that parameter in place of 'qtplugins'. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Missing glib link directoriesaneejit12020-06-171-1/+4
| | | | | | This resolves bug 3135 Signed-off-by: aneejit1 <aneejit1@gmail.com>
* avahi-tqt include/link directories missinganeejit12020-06-171-1/+6
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Prepare the complete ksgmltools2 in the binary directorySlávek Banko2020-06-164-37/+29
| | | | | | | | | | | | instead of updating in the source. The configuration file mechanism is used to update items in general.entities instead of loading the file and replacing it with regular expressions. This relates to bug 3135. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use target names for commands instead of full paths.Slávek Banko2020-06-163-6/+4
| | | | | | | | When using target names for commands, CMake automatically resolves the necessary dependencies without having to specify them in the CMakeLists.txt source code or in the common TDE CMake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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
|
* Use private linking for exported CMake targets.Slávek Banko2020-06-1210-13/+19
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-124-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* dcopidlng fixes:Slávek Banko2020-06-111-1/+1
| | | | | | + do not skip an empty class if it is declared with K_DCOP Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove wrong language for tdecore events.Slávek Banko2020-06-071-174/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-072274-49757/+330549
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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
|
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-0725-28/+1
| | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* dcopidlng fixes:Slávek Banko2020-06-074-22/+41
| | | | | | | | | | | | | | + 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 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Enable the use of dcopidlng during build tdelibs.Slávek Banko2020-06-071-0/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Minor code refactoring of previous 2 commits.Michele Calgaro2020-06-071-13/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwlib: Re-enable OpenSSL < 1.1 compatibilitySlávek Banko2020-06-051-0/+14
| | | | | | in tdecryptographiccarddevice. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update for OpenSSL >= 1.1.0Timothy Pearson2020-06-032-6/+5
| | | | Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Fix typo in the SSL library check rules.Slávek Banko2020-05-261-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Further cleanup after removal of Qt2's TQListIterator class.Michele Calgaro2020-05-242-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to TQPtrStack class. This is a minor change.Michele Calgaro2020-05-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Check existing XDG folders before localization of the name.Slávek Banko2020-05-181-16/+48
| | | | | | | | Some standard XDG folders may exist before the information is stored in ~/.config/user-dirs.dirs. Checking existing folders will prevent the creation of localized folders in addition to existing English ones. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* KJobViewer: make sure the printer lists is correctly updated when printers ↵Michele Calgaro2020-05-124-1/+11
| | | | | | are added or removed. This relates to bug 1362. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Fixed unresponsive behavior of the shortcut setting dialog in recentMichele Calgaro2020-04-292-14/+10
| | | | | | ditros. This resolves bug 2955. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kjobviewer: fixed initial value of KeepWindow checkbox. This was causing ↵Michele Calgaro2020-04-201-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>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Enable storing ELF metadata in a standard way using a common cmake moduleSlávek Banko2020-04-042-104/+10
| | | | | | for all libraries and binaries. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Fixed tde branding of services in tdebuildsycoca. This was creating oldMichele Calgaro2020-04-043-10/+10
| | | | | | | kde-* entries in profilerc when updating file type preferences. This relates to bug 3083. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* The date for updating the release information in docbookSlávek Banko2020-03-251-11/+19
| | | | | | | | | | | entities is converted exclusively by cmake code instead of calling the "date" binary because it may have different options on different systems. If the file modification date is to be determined, GNU find is necessary. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Use the source package date or the source git repository dateSlávek Banko2020-03-154-107/+80
| | | | | | | | | | | instead of the current build date. The use of a stable date is necessary to achieve reproducible builds. Updating release information in docbook entities is done directly in CMake rules. Entities will no longer be duplicated during repeated updates. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed unnecessary comment.Michele Calgaro2020-03-121-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwlib: Add a read of the current switch state before invokingSlávek Banko2020-02-261-0/+1
| | | | | | | | a switchChanged() signal for an EV_SW input event. This resolves the detection of closing the lid on some hardware. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdehwlib: Add event device classification according to the provided switches.Slávek Banko2020-02-231-3/+9
| | | | | | | This will resolve event device detection on special hardware, for example, the LID switch on Pinebook Pro. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Prevent tdenetworkmanager from crashing when using unmanaged devices.Michele Calgaro2020-02-221-37/+46
| | | | | | This relates to bug 2929. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove remaining 'register' instructions.Michele Calgaro2020-02-2010-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwlib: Unify units of battery values.Slávek Banko2020-02-161-8/+42
| | | | | | | | | | The values from energy_* and power_now are converted from mWh and mW to Ah and A, so that the units are equal to values from charge_* and current_now. This resolves issue #68. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Security: remove support for $(...) in KRun which could have allowedMichele Calgaro2020-02-161-20/+1
| | | | | | | execution of malicious code. This is similar to issue #45 for .desktop files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>