[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 12

2016-08-14 Thread Ondřej Pešek
Hi all, here is my last week report. Wiki page: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI A link to my commits: https://github.com/pesekon2/GRASS-Qt-based-GUI/commits The goal of the project was to create new GUI for modules based on PyQt. The old one is based on wxPython. The reason

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 11

2016-08-04 Thread Ondřej Pešek
Hi all! Here is the tenth report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff see its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * New widget: symbol choosing from dialog What do y

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 10

2016-07-29 Thread Ondřej Pešek
Hi all! Here is the tenth report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff see its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * New widgets: Mapsets, locations and dbtable (create

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 9

2016-07-22 Thread Ondřej Pešek
Hi all! Here is the ninth report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff see its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * New widget: dbtable * I had finally ordered tabs.

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 8

2016-07-16 Thread Ondřej Pešek
Hi all! Here is the eigth report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff see its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * New widgets: layer, columns, multiple values with v

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 7

2016-07-09 Thread Ondřej Pešek
Hi all! Here is the seventh report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff see its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * New widgets: cats, multiple values, raster_3d *

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 6

2016-07-02 Thread Ondřej Pešek
Hi all! Here is the sixth report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff se its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * The Run button works now also with flags. Also the u

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 5

2016-06-26 Thread Ondřej Pešek
Hi all! Here is thefifth report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff se its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * As I said, due to my exams, I didn't do anything. Sorr

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 4

2016-06-18 Thread Ondřej Pešek
Hi all! Here is the third report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML. For screenshots and other stuff se its wiki: https://trac.osgeo.org/grass/wiki/GSoC/2016/PyQtGUI What did you get done this week? * The Run button really runs (but still not with flags)

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 3

2016-06-10 Thread Ondřej Pešek
Hi all! Here is the third report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML What did you get done this week? * I have upgraded GUI - now it works also with the string and integer types. (on the basic level) * I also have made some changes - SqlQuery is now linee

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-09 Thread Moritz Lennert
On 08/06/16 15:37, Anna Petrášová wrote: On Wed, Jun 8, 2016 at 3:30 AM, Blumentrath, Stefan wrote: Side question: do the parser rules include flags ? I thought they were only available for options. Actually, I have no idea. I just checked the add-ons I wrote, and saw that I only used them

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-08 Thread Anna Petrášová
On Wed, Jun 8, 2016 at 3:30 AM, Blumentrath, Stefan wrote: >> Side question: do the parser rules include flags ? I thought they were only >> available for options. > > Actually, I have no idea. I just checked the add-ons I wrote, and saw that I > only used them for options. I was not aware of th

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-08 Thread Ondřej Pešek
Hi, it sounds good, thank you for opening new possibilities. To be honest, I didn't know about the g.parser rules. Now I'm just looking on that. It looks nice. In some latest version, I will try to implement it. Especially the mutually exclusive ones, it should be nice. Thanks 2016-06-08 9:30 G

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-08 Thread Blumentrath, Stefan
> Side question: do the parser rules include flags ? I thought they were only > available for options. Actually, I have no idea. I just checked the add-ons I wrote, and saw that I only used them for options. I was not aware of this limitation... Thanks for pointing that out... Cheers Stefan ___

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-08 Thread Moritz Lennert
On 08/06/16 08:57, Blumentrath, Stefan wrote: Hei, And thanks for your work on the PyQT-GSoC project! When it comes to possible GUI improvements, I am wondering if it would be feasible to take e.g. parser rules into account by means of either a)generating widgets depending on parser rules (if

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-07 Thread Blumentrath, Stefan
Sent: 5. juni 2016 10:22 To: Vaclav Petras Cc: GRASS developers list Subject: Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2 Hi, 2016-06-04 20:47 GMT+02:00 Vaclav Petras mailto:wenzesl...@gmail.com>>: the screenshots looks good. For the code, it might little bit too soon to judge i

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-05 Thread Ondřej Pešek
Hi, 2016-06-04 20:47 GMT+02:00 Vaclav Petras : > > the screenshots looks good. For the code, it might little bit too soon to > judge it, but just keep in mind the need for design we talked about > earlier. For some simple help, you can use pylint tool which will demand > some code style. Start w

Re: [GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-04 Thread Vaclav Petras
Hi Ondrej, the screenshots looks good. For the code, it might little bit too soon to judge it, but just keep in mind the need for design we talked about earlier. For some simple help, you can use pylint tool which will demand some code style. Start with the file tools/pylintrc.txt in the GRASS sou

[GRASS-dev] GSoC 2016 - PyQt GRASS - Report 2

2016-06-04 Thread Ondřej Pešek
Hi all! Here is the second report of my GSoC project - PyQt based GUI of GRASS automatically generated from XML What did you get done this week? * Now the code is reading those types - float, range, sql_query, flags * It also writes their names or labels and types into GUI What do you plan on do

Re: [GRASS-dev] GSoC 2016 - PyQt

2016-05-30 Thread Ondřej Pešek
Thanks, I'm going on that. Bez virů. www.avast.com <#DDB4FAA8-2DD7-40BB-A1B8-4

Re: [GRASS-dev] GSoC 2016 - PyQt

2016-05-30 Thread Luca Delucchi
On 27 May 2016 at 23:27, Ondřej Pešek wrote: > > Hi, > Hi Ondrej, > here is report of what I have done during this week in my GRASS > > GSoC Project: > > WEEK 1 > > Designed basic GUI shuck. From XML is now automatically generated GUI with > name, keywords and basic layouts (description, tabs,

Re: [GRASS-dev] GSoC 2016 - PyQt

2016-05-27 Thread Ondřej Pešek
Hi, here is report of what I have done during this week in my GRASS ​GSoC Project: WEEK 1 Designed basic GUI shuck. From XML is now automatically generated GUI with name, keywords and basic layouts (description, tabs, buttons). Code now works as a script with parameter - for example r.buffer (

Re: [GRASS-dev] GSoC 2016 - PyQt

2016-05-27 Thread Ondřej Pešek
Hi, thanks for your response. 2016-05-25 17:26 GMT+02:00 Pietro : > > Perhaps, it could be useful to have a look at pygrass `Module` class [0], > that already parse the generated xml and instantiate `Parameter` class [1] > that validate the input from the user in the `_check_value` function [2].

Re: [GRASS-dev] GSoC 2016 - PyQt

2016-05-25 Thread Pietro
Hi Ondrej, On Tue, May 24, 2016 at 12:48 PM, Ondřej Pešek wrote: > > the period of GSoC starts. I just want to present myself. My name is > Ondrej Pesek and I'm from Czech Republic. I study geodesy, cartography and > geomatics at Czech technical university in Prague. My project for GSoC 2016 > is

[GRASS-dev] GSoC 2016 - PyQt

2016-05-24 Thread Ondřej Pešek
Hi everyone, the period of GSoC starts. I just want to present myself. My name is Ondrej Pesek and I'm from Czech Republic. I study geodesy, cartography and geomatics at Czech technical university in Prague. My project for GSoC 2016 is reimplementation of GUI generated from xml, wxpython -> PyQt.