- 05 Jun, 2016 1 commit
-
-
Jasem Mutlaq authored
-
- 04 Jun, 2016 1 commit
-
-
Artem Fedoskin authored
-
- 02 Jun, 2016 2 commits
-
-
Artem Fedoskin authored
-
Artem Fedoskin authored
tessellation method from OpenGL Utility Library (libtess). Added LinesItem class to display on SkyMapLite LineListIndex derived classes (Equator, EquatorialCoordinateGrid, HorizontalCoordinateGrid, ConstellationLines etc.)
-
- 01 Jun, 2016 5 commits
-
-
Jasem Mutlaq authored
-
git://anongit.kde.org/kstarsJasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
Do not connect driver manager server signal until connection is established. No need to log messages twice, just get it from appendLogText
-
- 31 May, 2016 3 commits
-
-
Akarsh Simha authored
This reverts commit 2910732b. This is because I'm moving the development of this feature to a remotely-tracked branch.
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 27 May, 2016 3 commits
-
-
Artem Fedoskin authored
-
Artem Fedoskin authored
-
Artem Fedoskin authored
rotation using two fingers and pinch-to-zoom into specific area.
-
- 26 May, 2016 1 commit
-
-
Jasem Mutlaq authored
-
- 24 May, 2016 3 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
check if there are any managed drivers before stopping them. Do not change ekos starting status unless it is already pending
-
- 22 May, 2016 8 commits
-
-
Jasem Mutlaq authored
Fix misc. bugs with edit mode. Make it visually explicit to alert the user that he is still in edit mode
-
Jasem Mutlaq authored
-
Artem Fedoskin authored
-
Artem Fedoskin authored
-
Artem Fedoskin authored
-
Artem Fedoskin authored
Changed splash screen so that it looks better on Android (no black screen at the startup, better fits to Android style)
-
Jasem Mutlaq authored
-
Artem Fedoskin authored
is a wrapper for QStandardPaths. The reason behind creating KPaths is that in Android all app files are installed in location that can't be resolved by QStandardPaths. If the target platform is Android, KPaths::locate and KPaths::locateAll will first check all standard locations and then special for Android location (assets). Otherwise it simply calls QStandardPaths's locate and locateAll respectively. Also changed a splash screen to fit better to mobiles.
-
- 21 May, 2016 4 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 20 May, 2016 4 commits
-
-
Jasem Mutlaq authored
Adding option to disable twilight check allowing observatories to run before and after astronomical twilight darkness. Removing ForceNow option since it is no longer needed, the user can force scheduler to run now by adjusting constraints and steps. Makeing altitude constraint ON by default with 15 degrees minimum value.
-
Artem Fedoskin authored
Android build to crash on startup. Added icons for different DPI and set Android style splash screen.
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 19 May, 2016 5 commits
-
-
Akarsh Simha authored
Preliminary versions of a namespace that fetches DSO data from CDS Sesame (script-friendly front-end to SIMBAD/NED/VizieR) and turns it into a CatalogEntryData structure. CCMAIL: mutlaqja@ikarustech.com
-
Akarsh Simha authored
-
Akarsh Simha authored
Adding more object types however, potentially causes data misrepresentation (is not backwards compatible) and must be done only when really needed. CCMAIL: mutlaqja@ikarustech.com
-
Akarsh Simha authored
-
Akarsh Simha authored
It has been noted earlier that KStars does not center the map correctly on first shot in many cases. The offset from the actual object and the map center was consistent with the possibility that it could be a result of not handling precession correctly. This patch is likely to fix this bug although it needs more testing. In any case, one must call SkyPoint::updateCoords() appropriately before, so this patch probably does no harm. In a cursory test, KStars centered correctly on the location of the object without any offset. Note: this seems to produce some warnings, so one should double check that the updateCoords from subclasses of SkyPoint are being called when needed. CCMAIL: mutlaqja@ikarustech.com
-