summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update release version number to R14.0.9.Michele Calgaro2020-05-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KMilo: changed default OSD notification colors to a more TDE-stylish ones.Michele Calgaro2020-05-211-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5422ccd94be4a116b9334fb3b350c3a07ff7505e)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* fixes #22 multiple entries in kgpg public key listEmanoil Kotsev2020-05-141-109/+99
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 1df6286ec0e2e2a44ec9c398b13b3324ab5f8912)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* KMilo: added keyboard support for screen brightness up/down.Michele Calgaro2020-05-102-8/+53
| | | | | | | | This is inspired and partially include code from Roman Savochenko proposed in bug 2783 and tdeutils #8. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3c70b34ae35cd22d6b7424e4f8523a2c6a1a62e5)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Update version number for R14.0.8 final release.r14.0.8Slávek Banko2020-04-111-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* DilOS: use linux compatible options for dfDenis Kozadaev2020-02-161-1/+1
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 4a6cbbe2e91a8982977d57b52e0a96b022e39073)
* Fix CMake build dependencies.Slávek Banko2020-02-031-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3ac603992964e101fb252c36093a7aef4981701d)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-29/+29
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 40fd0fdd5fdd145fc6a8479e351a322a7bdf27c7)
* Update version number for R14.0.7 final release.r14.0.7Slávek Banko2019-12-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Make superkaramba copyright translateable.Chris2019-12-171-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit fc4ea6af6cf302fadbc4298b88e265b918e8be25)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Clean up desktop files and fix German translations.Chris2019-12-0328-586/+506
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 5e1b444da196f6dc509ae87d54e48afb7c45f072)
* Fix German translation.Chris2019-11-052-2/+8
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7a356d9632507ac2d33397be4ef0cf02fcd2542e)
* Fix KGpg category to be sorted into utilities.Chris2019-10-141-2/+6
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 1d73474ca732b03ef07c2c9ed5a6f79aab5e0562)
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-042-28/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix remaining brandings in tdeutils.Chris2019-07-202-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7095bd2d8f4c05aa0db77f0057a4a5e4409201a3)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Use `getvfsnumber()` to retrieve filesystem name on OSF/1 (Tru64)OBATA Akio2019-05-041-1/+3
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit a52303734b6b7ade6c3eca81871aad2d488d37f8)
* Change and simplify `statvfs` conditions in FileSystemStatsOBATA Akio2019-05-043-12/+34
| | | | | | | | | | | | `getfsstat` v.s. `getvfsstat` condition is different than `statfs` v.s. `statvfs`, so split each condition and simplify. For `get(v)fsstat` side, changed to check and use `getmntinfo`, because it is better than `get(v)fsstat` with fixed buffer size, and easier than improve it with dynamic buffer allocation. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit d349995488a13687171a67efd981e986b3b703e5)
* Fix NetBSD APM supportOBATA Akio2019-05-044-6/+55
| | | | | | | | | NetBSD APM is supported other than i386 too, emulate API, so change to detect with MI support header. Additionally, catch up support codes to others. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit f8424834b6a36b4d3e43e3af199e55c18fb913b8)
* Fix if-def condition same as *.cppOBATA Akio2019-05-041-1/+1
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit da2fceb03bbdb031fbe6e3e285f5a4d0b013c0b4)
* Recent NetBSD explicitly need uvm/uvm_extern.hOBATA Akio2019-05-041-0/+1
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 032b927bf5d3afa5b13be40f1bfcb716980f0a58)
* Fix to build on NetBSD missing statfs from BSD44 featureOBATA Akio2019-05-041-2/+2
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 630abb9f24f8d81654d5fb0830a28755f2e148a8)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADr14.0.6Automated System2019-03-051-0/+0
|
* Updated date and version to R14.0.6 in .lsm files.Michele Calgaro2019-03-032-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated VERSION reference to R14.0.6 in CMakeLists.txtMichele Calgaro2019-03-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-072-21/+13
| | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cd36265ed3f954fef046724cf54cf0451cc6dd20)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* CMakeL10n rules for tdefilereplace moved to tdewebdev.Slávek Banko2018-12-261-3/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-2636-0/+204
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba)
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-181-2/+2
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit 44d731b5ac31423121985a509cf8880048a2f110)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2018-11-291-0/+0
|