Changes between Version 52 and Version 53 of GSoC/2016/PyQtGUI


Ignore:
Timestamp:
Jul 29, 2016, 3:14:10 PM (8 years ago)
Author:
pesekon2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/PyQtGUI

    v52 v53  
    88|| GSoC proposal: || [https://summerofcode.withgoogle.com/dashboard/project/5665948409266176/details/ view proposal]   ||
    99|| Repository: || [https://github.com/pesekon2/GRASS-Qt-based-GUI github]
    10 || Documentation: || [TODO]
    1110
    1211
     
    4443||JUNE 27 - JULY 8       ||Implementation of custom widgets (gselect.Select), running also flags || * ||
    4544||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|| * ||
    4948||'''The end'''           ||   
    5049 == Requirements ==
     
    169168Was 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.
    170169
     170  ==== July 25 - 29 ====
     171
     172New widgets: Mapsets, locations and dbtable (created dependencies between those), special widget for quiet/normal/verbose module output
     173
     174Created 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
     176Fixes 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
     178Main window and dialogs now have grass logo and icon
     179
     180Required widget is highlighted by red star
     181
     182Tab 'required' isn't visible when it's empty
     183
     184Was created documentation for .py files and for individual class, methods...
     185
     186key_desc used instead of type (when showing widget name)
     187
     188Big refactoring using default pep8
    171189
    172190
     191[[Image(gui10.1.PNG)]]
     192[[Image(gui10.2.PNG)]]
     193
     194