Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update version number for R14.0.8 final release.r14.0.8 | Slávek Banko | 2020-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2020-04-08 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 |
| | |||||
* | DilOS: use linux compatible options for df | Denis Kozadaev | 2020-02-16 | 1 | -1/+1 |
| | | | | | Signed-off-by: Denis Kozadaev <[email protected]> (cherry picked from commit 4a6cbbe2e91a8982977d57b52e0a96b022e39073) | ||||
* | Fix CMake build dependencies. | Slávek Banko | 2020-02-03 | 1 | -0/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3ac603992964e101fb252c36093a7aef4981701d) | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 2 | -29/+29 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 40fd0fdd5fdd145fc6a8479e351a322a7bdf27c7) | ||||
* | Update version number for R14.0.7 final release.r14.0.7 | Slávek Banko | 2019-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Make superkaramba copyright translateable. | Chris | 2019-12-17 | 1 | -1/+1 |
| | | | | | Signed-off-by: Chris <[email protected]> (cherry picked from commit fc4ea6af6cf302fadbc4298b88e265b918e8be25) | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-12-08 | 1 | -0/+0 |
| | |||||
* | Switch all submodules to https. | Slávek Banko | 2019-12-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Clean up desktop files and fix German translations. | Chris | 2019-12-03 | 28 | -586/+506 |
| | | | | | Signed-off-by: Chris <[email protected]> (cherry picked from commit 5e1b444da196f6dc509ae87d54e48afb7c45f072) | ||||
* | Fix German translation. | Chris | 2019-11-05 | 2 | -2/+8 |
| | | | | | Signed-off-by: Chris <[email protected]> (cherry picked from commit 7a356d9632507ac2d33397be4ef0cf02fcd2542e) | ||||
* | Fix KGpg category to be sorted into utilities. | Chris | 2019-10-14 | 1 | -2/+6 |
| | | | | | Signed-off-by: Chris <[email protected]> (cherry picked from commit 1d73474ca732b03ef07c2c9ed5a6f79aab5e0562) | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-04 | 2 | -28/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix remaining brandings in tdeutils. | Chris | 2019-07-20 | 2 | -2/+2 |
| | | | | | Signed-off-by: Chris <[email protected]> (cherry picked from commit 7095bd2d8f4c05aa0db77f0057a4a5e4409201a3) | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-06-12 | 1 | -0/+0 |
| | |||||
* | Use `getvfsnumber()` to retrieve filesystem name on OSF/1 (Tru64) | OBATA Akio | 2019-05-04 | 1 | -1/+3 |
| | | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit a52303734b6b7ade6c3eca81871aad2d488d37f8) | ||||
* | Change and simplify `statvfs` conditions in FileSystemStats | OBATA Akio | 2019-05-04 | 3 | -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 <[email protected]> (cherry picked from commit d349995488a13687171a67efd981e986b3b703e5) | ||||
* | Fix NetBSD APM support | OBATA Akio | 2019-05-04 | 4 | -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 <[email protected]> (cherry picked from commit f8424834b6a36b4d3e43e3af199e55c18fb913b8) | ||||
* | Fix if-def condition same as *.cpp | OBATA Akio | 2019-05-04 | 1 | -1/+1 |
| | | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit da2fceb03bbdb031fbe6e3e285f5a4d0b013c0b4) | ||||
* | Recent NetBSD explicitly need uvm/uvm_extern.h | OBATA Akio | 2019-05-04 | 1 | -0/+1 |
| | | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 032b927bf5d3afa5b13be40f1bfcb716980f0a58) | ||||
* | Fix to build on NetBSD missing statfs from BSD44 feature | OBATA Akio | 2019-05-04 | 1 | -2/+2 |
| | | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 630abb9f24f8d81654d5fb0830a28755f2e148a8) | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEADr14.0.6 | Automated System | 2019-03-05 | 1 | -0/+0 |
| | |||||
* | Updated date and version to R14.0.6 in .lsm files. | Michele Calgaro | 2019-03-03 | 2 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated VERSION reference to R14.0.6 in CMakeLists.txt | Michele Calgaro | 2019-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Use common CMake tests. | Slávek Banko | 2019-02-07 | 2 | -21/+13 |
| | | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit cd36265ed3f954fef046724cf54cf0451cc6dd20) | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | CMakeL10n rules for tdefilereplace moved to tdewebdev. | Slávek Banko | 2018-12-26 | 1 | -3/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-26 | 36 | -0/+204 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba) | ||||
* | Avoid overriding user linker flags (LDFLAGS) for modules and shared libs | Fabio Rossi | 2018-12-18 | 1 | -2/+2 |
| | | | | | Signed-off-by: Fabio Rossi <[email protected]> (cherry picked from commit 44d731b5ac31423121985a509cf8880048a2f110) | ||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdeutils/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 |
| | |||||
* | kcmdf icons are now part of tdebase. Removed from tdeutils to avoid | Michele Calgaro | 2018-11-17 | 5 | -2/+2 |
| | | | | | | | conflicts. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 21111fdb33becaeb91f6cc87f992ffa54eb217b2) | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-22 | 38 | -150/+118 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8) | ||||
* | Reset submodule main/tdeutils/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 |
| | |||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-03 | 1 | -0/+0 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0f7c42620564e952c0e8dc03b3b05d854541a9d5) | ||||
* | KEdit: Removed unwanted flag setting that the file is not modified | Slávek Banko | 2018-09-01 | 1 | -2/+0 |
| | | | | | | | This resolves issue #2 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit b8cf98b5f148a5b70df8473e4a58ceb7b4b9f776) | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-18 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f60d0e12e9a3e5061c46e433eba07b104d60fd27) | ||||
* | Update version numbers and date for R14.0.5 final releaser14.0.5 | Slávek Banko | 2018-07-26 | 2 | -2/+2 |
| | |||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-07-01 | 5 | -6/+6 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit fdac7d46bc06da8ef7b404898b831cc1ebc6c94f) |