Changes between Version 52 and Version 53 of GSoC/2016/PyQtGUI
- Timestamp:
- 07/29/16 15:14:10 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016/PyQtGUI
v52 v53 8 8 || GSoC proposal: || [https://summerofcode.withgoogle.com/dashboard/project/5665948409266176/details/ view proposal] || 9 9 || Repository: || [https://github.com/pesekon2/GRASS-Qt-based-GUI github] 10 || Documentation: || [TODO]11 10 12 11 … … 44 43 ||JUNE 27 - JULY 8 ||Implementation of custom widgets (gselect.Select), running also flags || * || 45 44 ||JULY 11 - 22 ||Linking widgets, dependencies (select map -> columns)|| * || 46 ||JULY 25 - 29 ||Clearing of code|| ||47 ||AUGUST 1 - 5 ||Testing|| ||48 ||AUGUST 8 - 13 ||Writing documentation|| ||45 ||JULY 25 - 29 ||Clearing of code|| * || 46 ||AUGUST 1 - 5 ||Testing|| * || 47 ||AUGUST 8 - 13 ||Writing documentation|| * || 49 48 ||'''The end''' || 50 49 == Requirements == … … 169 168 Was created first version of sizepolicy. Dialog width and height still depends on content volume, but now just till some limit. After that, the tab gets sliders to scroll. 170 169 170 ==== July 25 - 29 ==== 171 172 New widgets: Mapsets, locations and dbtable (created dependencies between those), special widget for quiet/normal/verbose module output 173 174 Created definitive (I hope) size policy. ialog width and height still depends on content volume, but now just till some limit. After that, the tab gets sliders to scroll. 175 176 Fixes and updates: Widgets Columns and Layers now work with map in widget 'map' when 'input' does not exist; fix widget Colors for default value in 'r:g:b' style 177 178 Main window and dialogs now have grass logo and icon 179 180 Required widget is highlighted by red star 181 182 Tab 'required' isn't visible when it's empty 183 184 Was created documentation for .py files and for individual class, methods... 185 186 key_desc used instead of type (when showing widget name) 187 188 Big refactoring using default pep8 171 189 172 190 191 [[Image(gui10.1.PNG)]] 192 [[Image(gui10.2.PNG)]] 193 194