https://bugs.kde.org/show_bug.cgi?id=383177
Jasem Mutlaq <mutla...@ikarustech.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kst | |ars/5028e958caf97eaadd5c30c | |d442254e37fd84088 --- Comment #4 from Jasem Mutlaq <mutla...@ikarustech.com> --- Git commit 5028e958caf97eaadd5c30cd442254e37fd84088 by Jasem Mutlaq. Committed on 06/08/2017 at 19:26. Pushed by mutlaqja into branch 'master'. Migrating KStars to use QLoggingCategory framework which supports granular control over logging in runtime. The migration is still not complete yet but the base structure is there and operational and we should migrate any qDebug..et al when appropiate to use the QLoggingCategory framework. When you write code, you must abide by this, I will not accept any code that does not use the framework when logging. CCMAIL:kstars-de...@kde.org M +1 -0 CMakeLists.txt M +2 -0 datahandlers/CMakeLists.txt M +17 -16 datahandlers/catalogdb.cpp M +12 -0 kstars/CMakeLists.txt M +0 -1 kstars/auxiliary/kspaths.cpp M +15 -13 kstars/auxiliary/ksuserdb.cpp M +47 -14 kstars/auxiliary/ksutils.cpp M +6 -1 kstars/auxiliary/ksutils.h M +3 -2 kstars/ekos/align/align.cpp M +12 -19 kstars/ekos/capture/capture.cpp M +8 -8 kstars/ekos/ekosmanager.cpp M +38 -72 kstars/ekos/focus/focus.cpp M +3 -2 kstars/ekos/guide/guide.cpp M +3 -2 kstars/ekos/scheduler/scheduler.cpp M +33 -61 kstars/fitsviewer/fitsdata.cpp M +4 -2 kstars/fitsviewer/fitsviewer.cpp M +7 -12 kstars/indi/drivermanager.cpp M +3 -2 kstars/indi/indidevice.cpp M +5 -9 kstars/indi/indilistener.cpp M +8 -12 kstars/indi/inditelescope.cpp M +4 -3 kstars/indi/servermanager.cpp M +6 -2 kstars/kstars.cpp M +3 -1 kstars/kstarsdata.cpp M +3 -1 kstars/kstarsdbus.cpp M +2 -2 kstars/main.cpp M +12 -0 kstars/options/opsadvanced.cpp M +1 -0 kstars/options/opsadvanced.h M +3 -1 kstars/skycomponents/constellationlines.cpp M +5 -3 kstars/skycomponents/deepstarcomponent.cpp M +6 -6 kstars/time/simclock.cpp https://commits.kde.org/kstars/5028e958caf97eaadd5c30cd442254e37fd84088 -- You are receiving this mail because: You are watching all bug changes.