https://bugs.kde.org/show_bug.cgi?id=357846
--- Comment #15 from Christian Bueno <christianbuen...@gmail.com> --- (In reply to Boudhayan Gupta from comment #6) > Git commit 16018caea515baefd4a61e8a8b1624183283e9f6 by Boudhayan Gupta. > Committed on 21/01/2016 at 15:43. > Pushed by bgupta into branch 'master'. > > Create a new preferences dialog and handling system. > > Tunables include: > * Default save options as before > * Dynamic save button > * Remember last rectangular selection > * Use light mask colour for rectangular selection > FIXED-IN: 16.04 > > M +4 -1 src/CMakeLists.txt > M +14 -7 src/Gui/KSMainWindow.cpp > M +1 -1 src/Gui/KSMainWindow.h > M +7 -2 src/Gui/ScreenClipper.cpp > A +134 -0 src/Gui/SettingsDialog/GeneralOptionsPage.cpp [License: > LGPL (v2+)] > C +18 -27 src/Gui/SettingsDialog/GeneralOptionsPage.h [from: > src/Gui/KSSaveConfigDialog.h - 056% similarity] > R +18 -19 src/Gui/SettingsDialog/SaveOptionsPage.cpp [from: > src/Gui/KSSaveConfigDialog.cpp - 085% similarity] > C +15 -25 src/Gui/SettingsDialog/SaveOptionsPage.h [from: > src/Gui/KSSaveConfigDialog.h - 064% similarity] > A +71 -0 src/Gui/SettingsDialog/SettingsDialog.cpp [License: LGPL > (v2+)] > C +17 -26 src/Gui/SettingsDialog/SettingsDialog.h [from: > src/Gui/KSSaveConfigDialog.h - 059% similarity] > C +10 -36 src/Gui/SettingsDialog/SettingsPage.cpp [from: > src/Gui/KSSaveConfigDialog.h - 052% similarity] > R +13 -28 src/Gui/SettingsDialog/SettingsPage.h [from: > src/Gui/KSSaveConfigDialog.h - 055% similarity] > M +39 -0 src/SpectacleConfig.cpp > M +9 -0 src/SpectacleConfig.h > > http://commits.kde.org/kscreengenie/16018caea515baefd4a61e8a8b1624183283e9f6 Hello pal , How do you solve that problem and what means thats lines above, and the link do not show any for solve that.(In reply to Boudhayan Gupta from comment #6) > Git commit 16018caea515baefd4a61e8a8b1624183283e9f6 by Boudhayan Gupta. > Committed on 21/01/2016 at 15:43. > Pushed by bgupta into branch 'master'. > > Create a new preferences dialog and handling system. > > Tunables include: > * Default save options as before > * Dynamic save button > * Remember last rectangular selection > * Use light mask colour for rectangular selection > FIXED-IN: 16.04 > > M +4 -1 src/CMakeLists.txt > M +14 -7 src/Gui/KSMainWindow.cpp > M +1 -1 src/Gui/KSMainWindow.h > M +7 -2 src/Gui/ScreenClipper.cpp > A +134 -0 src/Gui/SettingsDialog/GeneralOptionsPage.cpp [License: > LGPL (v2+)] > C +18 -27 src/Gui/SettingsDialog/GeneralOptionsPage.h [from: > src/Gui/KSSaveConfigDialog.h - 056% similarity] > R +18 -19 src/Gui/SettingsDialog/SaveOptionsPage.cpp [from: > src/Gui/KSSaveConfigDialog.cpp - 085% similarity] > C +15 -25 src/Gui/SettingsDialog/SaveOptionsPage.h [from: > src/Gui/KSSaveConfigDialog.h - 064% similarity] > A +71 -0 src/Gui/SettingsDialog/SettingsDialog.cpp [License: LGPL > (v2+)] > C +17 -26 src/Gui/SettingsDialog/SettingsDialog.h [from: > src/Gui/KSSaveConfigDialog.h - 059% similarity] > C +10 -36 src/Gui/SettingsDialog/SettingsPage.cpp [from: > src/Gui/KSSaveConfigDialog.h - 052% similarity] > R +13 -28 src/Gui/SettingsDialog/SettingsPage.h [from: > src/Gui/KSSaveConfigDialog.h - 055% similarity] > M +39 -0 src/SpectacleConfig.cpp > M +9 -0 src/SpectacleConfig.h > > http://commits.kde.org/kscreengenie/16018caea515baefd4a61e8a8b1624183283e9f6 Hello pal , How do you solve that problem? , and what does the above lines means?, and the link does not lead to any forum to solve the problem. -- You are receiving this mail because: You are watching all bug changes.