Git commit e0a3ea3dbfaee6e34da2477eb13c34acd68302cc by Jasem Mutlaq, on behalf of Valentin Boettcher. Committed on 17/06/2021 at 12:15. Pushed by mutlaqja into branch 'master'.
Dso overhaul M +1 -1 .clang-format M +1 -0 AUTHORS M +13 -1 CMakeLists.txt M +3 -0 Tests/CMakeLists.txt M +5 -0 Tests/auxiliary/CMakeLists.txt A +118 -0 Tests/auxiliary/testtrixelcache.h [License: GPL (v2+)] A +5 -0 Tests/datahandlers/CMakeLists.txt A +- -- Tests/datahandlers/data/test.sqlite A +- -- Tests/datahandlers/data/test_orig.sqlite A +482 -0 Tests/datahandlers/test_catalogsdb.h [License: GPL (v2+)] M +7 -4 datahandlers/CMakeLists.txt D +0 -50 datahandlers/catalogdata.h D +0 -1049 datahandlers/catalogdb.cpp D +0 -262 datahandlers/catalogdb.h D +0 -34 datahandlers/catalogentrydata.cpp D +0 -73 datahandlers/catalogentrydata.h M +118 -393 doc/config.docbook M +2 -0 doc/credits.docbook M +9 -8 doc/quicktour.docbook M +- -- doc/viewops.png M +31 -10 kstars/CMakeLists.txt M +1 -3 kstars/auxiliary/colorscheme.cpp M +2 -3 kstars/auxiliary/ksdssdownloader.cpp M +2 -2 kstars/auxiliary/ksutils.cpp A +1726 -0 kstars/auxiliary/rapidcsv.h * M +14 -7 kstars/auxiliary/thumbnailpicker.cpp A +225 -0 kstars/auxiliary/trixelcache.h [License: GPL (v2+)] A +987 -0 kstars/catalogsdb/catalogsdb.cpp [License: GPL (v2+)] A +640 -0 kstars/catalogsdb/catalogsdb.h [License: GPL (v2+)] A +374 -0 kstars/catalogsdb/sqlstatements.h [License: GPL (v2+)] M +1 -1 kstars/data/CMakeLists.txt A +- -- kstars/data/dso_main.kscat M +1 -1 kstars/data/kstars.knsrc M +1 -0 kstars/data/kstarsui.rc D +0 -13587 kstars/data/ngcic.dat M +0 -146 kstars/data/qml/whatisinteresting/wiview.qml A +99 -0 kstars/dialogs/addcatalogobject.cpp [License: GPL (v2+)] A +67 -0 kstars/dialogs/addcatalogobject.h [License: GPL (v2+)] A +268 -0 kstars/dialogs/addcatalogobject.ui D +0 -257 kstars/dialogs/addcatdialog.cpp A +426 -0 kstars/dialogs/catalogcsvimport.cpp [License: GPL (v2+)] A +178 -0 kstars/dialogs/catalogcsvimport.h [License: GPL (v2+)] A +366 -0 kstars/dialogs/catalogcsvimport.ui A +229 -0 kstars/dialogs/catalogdetails.cpp [License: GPL (v2+)] A +125 -0 kstars/dialogs/catalogdetails.h [License: GPL (v2+)] A +320 -0 kstars/dialogs/catalogdetails.ui A +81 -0 kstars/dialogs/catalogeditform.cpp [License: GPL (v2+)] A +59 -0 kstars/dialogs/catalogeditform.h [License: GPL (v2+)] A +159 -0 kstars/dialogs/catalogeditform.ui A +100 -0 kstars/dialogs/catalogobjectlistmodel.cpp [License: GPL (v2+)] A +53 -0 kstars/dialogs/catalogobjectlistmodel.h [License: GPL (v2+)] A +314 -0 kstars/dialogs/catalogsdbui.cpp [License: GPL (v2+)] A +129 -0 kstars/dialogs/catalogsdbui.h [License: GPL (v2+)] A +168 -0 kstars/dialogs/catalogsdbui.ui M +187 -291 kstars/dialogs/detaildialog.cpp M +2 -0 kstars/dialogs/detaildialog.h M +73 -48 kstars/dialogs/details_data.ui M +22 -12 kstars/dialogs/finddialog.cpp M +4 -0 kstars/htmesh/CMakeLists.txt M +179 -115 kstars/kspopupmenu.cpp M +3 -2 kstars/kspopupmenu.h M +2 -2 kstars/kstars.h M +31 -52 kstars/kstars.kcfg M +184 -125 kstars/kstarsactions.cpp M +285 -76 kstars/kstarsdata.cpp M +67 -10 kstars/kstarsdata.h M +4 -17 kstars/kstarsdbus.cpp M +2 -2 kstars/kstarsinit.cpp M +1 -21 kstars/kstarslite/dialogs/finddialoglite.cpp M +0 -20 kstars/kstarslite/skyitems/deepskyitem.cpp M +1 -12 kstars/kstarslite/skyitems/labelsitem.cpp M +0 -2 kstars/kstarslite/skyitems/labelsitem.h M +0 -7 kstars/kstarslite/skyitems/rootnode.cpp M +0 -5 kstars/kstarslite/skyitems/rootnode.h M +0 -3 kstars/kstarslite/skyitems/skynodes/labelnode.cpp D +0 -101 kstars/kstarslite/skyitems/syncedcatalogitem.cpp D +0 -58 kstars/kstarslite/skyitems/syncedcatalogitem.h M +88 -47 kstars/main.cpp M +2 -2 kstars/oal/execute.cpp M +13 -5 kstars/oal/log.cpp M +33 -81 kstars/options/opsadvanced.ui M +40 -262 kstars/options/opscatalog.cpp M +5 -33 kstars/options/opscatalog.h M +176 -81 kstars/options/opscatalog.ui R +18 -16 kstars/polyfills/qstring_hash.h [from: datahandlers/catalogdata.cpp - 056% similarity] M +9 -26 kstars/printing/detailstable.cpp M +3 -21 kstars/printing/pwizobjectselection.cpp M +2 -2 kstars/projections/projector.cpp M +2 -2 kstars/projections/projector.h A +2 -0 kstars/python/.gitignore A +33 -0 kstars/python/CMakeLists.txt A +43 -0 kstars/python/readme.md A +97 -0 kstars/python/setup.py A +244 -0 kstars/python/src/pykstars.cpp [License: GPL (v2+)] D +0 -257 kstars/skycomponents/catalogcomponent.cpp D +0 -100 kstars/skycomponents/catalogcomponent.h A +279 -0 kstars/skycomponents/catalogscomponent.cpp [License: GPL (v2+)] A +196 -0 kstars/skycomponents/catalogscomponent.h [License: GPL (v2+)] M +1 -0 kstars/skycomponents/constellationlines.cpp D +0 -772 kstars/skycomponents/deepskycomponent.cpp D +0 -178 kstars/skycomponents/deepskycomponent.h M +45 -182 kstars/skycomponents/skymapcomposite.cpp M +132 -190 kstars/skycomponents/skymapcomposite.h M +4 -2 kstars/skycomponents/skymesh.cpp D +0 -173 kstars/skycomponents/syncedcatalogcomponent.cpp D +0 -86 kstars/skycomponents/syncedcatalogcomponent.h M +1 -72 kstars/skyglpainter.cpp M +9 -7 kstars/skyglpainter.h M +22 -67 kstars/skymap.cpp M +3 -12 kstars/skymapdrawabstract.cpp D +0 -44 kstars/skyobjects/auxinfo.h A +156 -0 kstars/skyobjects/catalogobject.cpp [License: GPL (v2+)] A +281 -0 kstars/skyobjects/catalogobject.h [License: GPL (v2+)] D +0 -192 kstars/skyobjects/deepskyobject.cpp D +0 -228 kstars/skyobjects/deepskyobject.h D +0 -68 kstars/skyobjects/deepskyobjectdata.h M +2 -75 kstars/skyobjects/skyobject.cpp M +0 -53 kstars/skyobjects/skyobject.h A +85 -0 kstars/skyobjects/skyobjectuserdata.h [License: GPL (v2+)] M +0 -1 kstars/skypainter.cpp M +16 -13 kstars/skypainter.h M +89 -91 kstars/skyqpainter.cpp M +57 -63 kstars/skyqpainter.h D +0 -392 kstars/tools/adddeepskyobject.cpp D +0 -60 kstars/tools/adddeepskyobject.h D +0 -525 kstars/tools/adddeepskyobject.ui M +56 -42 kstars/tools/nameresolver.cpp M +7 -8 kstars/tools/nameresolver.h M +16 -5 kstars/tools/observinglist.cpp M +63 -25 kstars/tools/obslistwizard.cpp M +0 -24 kstars/tools/scriptbuilder.cpp M +7 -78 kstars/tools/whatsinteresting/modelmanager.cpp M +0 -14 kstars/tools/whatsinteresting/modelmanager.h M +3 -3 kstars/tools/whatsinteresting/skyobjitem.cpp M +1 -15 kstars/tools/whatsinteresting/wiview.cpp M +91 -34 kstars/tools/wutdialog.cpp M +20 -4 kstars/tools/wutdialog.h A +70 -0 utils/final_action.h [License: GPL (v2+)] The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/education/kstars/commit/e0a3ea3dbfaee6e34da2477eb13c34acd68302cc
