- 05 Jun, 2016 1 commit
-
-
Jasem Mutlaq authored
-
- 15 May, 2016 3 commits
-
-
Artem Fedoskin authored
Merge branch 'master' into gsoc2016-kstarslite-android-build. Fixed merge conflicts in CMakeLists.txt, datahandlers/catalogdb.h and kstars/CMakeLists.txt
-
Jasem Mutlaq authored
Minimizing KStars dependency on KDE's KIO framework. This should help facilitate migration of KStars to other platforms especially for embedded devices where KIO is not available. KIO is still used in several places that are quite unlikely to remain in the desktop version of KStars such as the calculator. Please test this huge change as it introduce regressions especially on the observation manager and any task that requires any download of any sort. CCMAIL:kstars-devel@kde.org
-
Artem Fedoskin authored
class that handles texture generation and clipping.
-
- 10 May, 2016 1 commit
-
-
Jasem Mutlaq authored
BUGS:362905 FIXED-IN:16.08
-
- 04 May, 2016 2 commits
-
-
Jasem Mutlaq authored
Fixing i18n use in qDebug macros. Debug messages are not supposed to be translatable. Please bear that in mind next time you add any debug messages. CCMAIL:kstars-devel@kde.org BUGS:361892
-
Jasem Mutlaq authored
-
- 31 Mar, 2016 1 commit
-
-
Jasem Mutlaq authored
-
- 30 Mar, 2016 1 commit
-
-
Jasem Mutlaq authored
Adding What is interesting QML port by Artem Fedoskin. Still crashing so there is a lot of work to be done stability wise. REVIEW:127116 CCMAIL:kstars-devel@kde.org
-
- 12 Jan, 2016 1 commit
-
-
Akarsh Simha authored
This allows for re-use of the feature in multiple places across KStars. Potential locations for use: 1. Sky map popup menu. 2. Star hopper.
-
- 11 Jan, 2016 2 commits
-
-
Jasem Mutlaq authored
Register FITS MimeType for KStars. This enables KStars to open multiple FITS files. However, KStars creates a new instance and does not re-use the instance thus far, so every time the user selects KStars to open a FITS file, a new KStars instance is started We could use DBus to find existing instances since the openFITS function is available via DBus so this needs more work to be more friendly.
-
Akarsh Simha authored
The concept of temporary images that are deleted upon exit seems both counter-intuitive and superfluous. This commit gets rid of the concept of temp images. Images that are downloaded in the observing list are now saved on disk, and may be deleted either individually by clicking the "Delete" button, or collectively by clicking the "Delete all Images" button. This change is NOT backwards-compatible. Any DSS images that were saved as Temp_Image_<Obj. Name> are no longer visible / available in KStars. In fact, they must be manually deleted from the disk by opening the appropriate directory. This backwards-incompatibility is partly intentional, since we introduced the idea of DSS metadata. In any case, it would be wise to re-download the DSS images with proper metadata so that features like eyepiece view, and in future, DSS overlay work correctly without trouble. CCMAIL: kstars-devel@kde.org GUI: GUI elements / config. options have been removed.
-
- 06 Jan, 2016 1 commit
-
-
Akarsh Simha authored
Almost all of KStars would recompile everytime a change was made to ObservingList, because of the inclusion of observinglist.h in kstars.h! Removing that revealed a long chain of unmet includes and missing forward declarations, which are fixed. Also required moving a bunch of methods that shouldn't have been expanded inline into the .cpp file.
-
- 30 Dec, 2015 1 commit
-
-
Jasem Mutlaq authored
Removing unncessary dependencies on Qt modules for Test OpenGL QML QtQuick QtMultimedia. We should re-enable QML/QtQuick if someone manager to migrate what is interesting tonight tool
-
- 20 Dec, 2015 2 commits
-
-
Akarsh Simha authored
-
Akarsh Simha authored
-
- 04 Dec, 2015 1 commit
-
-
Jasem Mutlaq authored
-
- 28 Sep, 2015 1 commit
-
-
Jasem Mutlaq authored
-
- 27 Sep, 2015 1 commit
-
-
Jasem Mutlaq authored
-
- 31 Aug, 2015 2 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 30 Aug, 2015 1 commit
-
-
Jasem Mutlaq authored
-
- 29 Aug, 2015 1 commit
-
-
Jasem Mutlaq authored
More progress, adding toolbar and button in Ekos for easier access. Both Ekos and Device manager are children of KStars again
-
- 09 Aug, 2015 1 commit
-
-
Melarkode Suresh Adityan authored
-
- 10 Jul, 2015 1 commit
-
-
Jasem Mutlaq authored
-
- 30 Jun, 2015 1 commit
-
-
Melarkode Suresh Adityan authored
-
- 07 Jun, 2015 1 commit
-
-
Jasem Mutlaq authored
Pass KStars instance pointer to open and save dialog to prevent KStars from freezing perhaps from some sort of KDE regression introduced recently
-
- 18 Feb, 2015 1 commit
-
-
Jasem Mutlaq authored
-
- 17 Feb, 2015 1 commit
-
-
Jasem Mutlaq authored
Show settings dialog with Ekos page selected if the user switches to remote mode but has not yet filled any information
-
- 14 Feb, 2015 3 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 13 Feb, 2015 2 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 12 Feb, 2015 1 commit
-
-
Jasem Mutlaq authored
Moving ObservingList from KStars to KStarsData where it belongs. This will be the first of many structure that should be moved out of KStars and into KStarsData. There were quite a few classes that are still being passed a pointer to KStars despite it being a singleton. This is probably due to old code that was not migrated. I am going to migrate that slowly. CCMAIL:kstars-devel@kde.org
-
- 31 Jan, 2015 1 commit
-
-
Jasem Mutlaq authored
-
- 28 Jan, 2015 1 commit
-
-
Jasem Mutlaq authored
Applying patch by Aneesh Dogra, thanks a lot!! This fixes setting the horizontal and equatorial grids. BUGS:321027
-
- 23 Dec, 2014 1 commit
-
-
Yuri Chornoivan authored
-
- 07 Dec, 2014 1 commit
-
-
Jasem Mutlaq authored
-
- 04 Dec, 2014 1 commit
-
-
Jasem Mutlaq authored
Only connect action at the last step otherwise it always loads up color scheme overriding user saved configuration colors
-