Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 | |
| | ||||||
* | Detect the presence of the sys/io.h header and the ioperm function | Slávek Banko | 2020-03-30 | 5 | -13/+27 | |
| | | | | | | | instead of listing a long list of architectures. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ef92c2b00d6b9085b392da3708d2e6a7aabdb65e) | |||||
* | Enable kig python scripting for cmake build. | Ray-V | 2020-03-29 | 4 | -29/+67 | |
| | | | | | | | | | | | | | Fix detection of boost_python library for cmake build. Use find_package( Python COMPONENTS ... ) for CMake >= 3.12. Add WITH_KIG_PYTHON_SCRIPTING option. This resolves issue #6. Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 324c040645bcaa127717113a4a6cf6cf8693f938) | |||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 | |
| | ||||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 8 | -35/+35 | |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e70e355046de896bf68539f2301f09d93a1f97f7) | |||||
* | 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 <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdeedu/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 <slavek.banko@axis.cz> | |||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-04 | 9 | -126/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix remaining branding in tdeedu. | Chris | 2019-08-22 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit b076f00cd138a108049d2f9a22b5c17b07de75eb) | |||||
* | Fix remaining brandings in tdeedu. | Chris | 2019-07-19 | 3 | -4/+4 | |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 1fc730b7d06cbe08736e79d569360f6380459247) | |||||
* | cmake: Avoid double generation of kmplot common files. | Slávek Banko | 2019-07-10 | 1 | -6/+14 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 55334cc0a0fab66517b3ce4786b64dcbcb75f961) | |||||
* | add missing definition: | gregory guy | 2019-07-09 | 2 | -0/+25 | |
| | | | | | | | | - HAVE_STDINT_H (needed for kiten) - TIMEZONE_IS_INT (needed for kstars) Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 644ddeda0885e965a829267f29e6138afed3e1fd) | |||||
* | cmake: Fix FTBFS on linking kstars. | Slávek Banko | 2019-07-01 | 1 | -0/+3 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 55eb084c63b5bf3d6803aabd0f68178c29a630df) | |||||
* | Conversion to the cmake building system. | gregory guy | 2019-06-28 | 396 | -879/+13795 | |
| | | | | | | | | Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d4a1613e9f119ae68c695ab60f8d9856d1a54a52) | |||||
* | Use kernel V2L includes instead of old local copies. | Slávek Banko | 2019-06-23 | 7 | -1256/+2 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9fb4e1ccde0b89b413bfdc8ae62f8178ecad5483) | |||||
* | Fix "videodev.h" incorrect detection as header for V4L2. | Slávek Banko | 2019-06-23 | 3 | -19/+0 | |
| | | | | | | | This header is valid for V4L1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7b8a190b623dc48ab4fc0867f0a0fd5d8cc4c2b1) | |||||
* | Add definitions for FreeBSD in kstars/indi/apogee. | Slávek Banko | 2019-06-23 | 1 | -5/+10 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 73148be818bbd9b8ee89a597467b89eab9f6b678) | |||||
* | Remove unnecessary malloc include, | Slávek Banko | 2019-06-23 | 30 | -30/+0 | |
| | | | | | | | because it causes FTBFS on some systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit bfa8c9db8f50dbcf27a0fd955c322e1ed2bad72d) | |||||
* | Fixed unintentional renaming QT => TQT. | Slávek Banko | 2019-06-23 | 7 | -25/+25 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9533c04b760f9d882a614016d95e8c3a1d565cea) | |||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2019-06-12 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/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 | 9 | -18/+18 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 | |
| | ||||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-27 | 37 | -0/+368 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b97668ea3912b7562afd4e4af132a88e8fd5ab16) | |||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 | |
| | ||||||
* | Fix inadvertly renamed QT_THREAD_SUPPORT | Slávek Banko | 2018-09-17 | 1 | -1/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdeedu/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Fixed corrupted japanese translations. This relates to bug 2952. | Michele Calgaro | 2018-08-18 | 4 | -6/+6 | |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb5c52f8b62838ae41276ca7b263766c93c1a42b) | |||||
* | Switched from strstream to sstream. | Michele Calgaro | 2018-08-17 | 1 | -18/+1 | |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1cf5b6d11c055daa7ec15c53ddd8dd9267174df9) | |||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-16 | 1 | -4/+4 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 85dd54d9c52545e1995a1f5359f2725eb263d009) | |||||
* | Fix automake build dependencies | Slávek Banko | 2018-08-16 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a62993c00bdc57a1ae93e8016382fe0ca3e635d1) | |||||
* | Update version numbers and date for R14.0.5 final releaser14.0.5 | Slávek Banko | 2018-07-26 | 9 | -9/+9 | |
| | ||||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-07-01 | 12 | -12/+12 | |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 937421fdc516b0b781a5f9e771a156ba7da3e8ff) | |||||
* | Reset submodule main/tdeedu/admin to latest HEAD | Automated System | 2018-05-24 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/admin to latest HEAD | Automated System | 2018-05-08 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/admin to latest HEAD | Automated System | 2018-04-29 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2017-03-26 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2017-02-18 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdeedu/cmake to latest HEAD | Automated System | 2017-01-29 | 1 | -0/+0 | |
| |