summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added the package.xml i needed :)HEADmasterRyan Rix2009-12-081-0/+25
|
* Resized the tree to better fit on the form.Ryan Rix2009-12-081-9/+9
|
* Checking if Gtk.Image can render SVG. it can :)Ryan Rix2009-12-081-4/+7
|
* Added a tree image in data/. This tree is based on openclipart'sRyan Rix2009-12-082-0/+197
| | | | | | | plants/trees/tree_branches_and_roots_01.svg, with the roots removed. I'm not sure about hte license on this image, but we will have to check up on that. TODO: check up on the openclipart license.
* Working image drawing; all of a sudden the "do-this-with-cairo-orRyan Rix2009-12-081-2/+6
| | | | perish-mortal!" idea is gone, and this becomes MUCH easier :)
* Rearranging some calls within classes for sanity.Ryan Rix2009-12-081-2/+1
|
* A few added method stubs to InitialTreeViewRyan Rix2009-12-081-0/+6
|
* Added a new class for InitialTreeView, which will be in charge ofRyan Rix2009-12-081-0/+6
| | | | | | | building the first UI. I think that it would be a good idea to have a helper class in charge of generating each page's widgets so that it's possible to clear the form's widgets easily to allow for form changes easily.
* Window centered. Also, I rule.Ryan Rix2009-12-081-1/+1
|
* Added code to set window title and dimensions... The code to centerRyan Rix2009-12-081-5/+7
| | | | | the window will have to be added when I can get the dimensions of the entire display. Window should be FrontAndCenter by default.
* Created a working window in pygtk. woo!Ryan Rix2009-12-081-8/+13
|
* Maybe I should close my commentsRyan Rix2009-12-081-3/+1
|
* Added standard signal handlers for window creation and destruction.Ryan Rix2009-12-081-2/+10
|
* added create_win methodRyan Rix2009-12-081-1/+8
|
* Add Frontend classRyan Rix2009-12-081-0/+8
|
* Initial creation of frontend/tour_gtk_frontend.py and a few smallRyan Rix2009-12-082-10/+27
| | | | | changes to tour_menuobject.py, the only notable one being the removal of the pprint class import, which was basically worthless.
* pooRyan Rix2009-12-081-1/+2
|
* Fixed the XML parser by fixing a stupid == -> = mistake. XML parser isRyan Rix2009-12-081-8/+1
| | | | | | | | | working but could still use quite a bit of cleanup. We also need to look at how exactly it is that I can verify that this data is intact properly without writing a debug class for it. I've looked at pprint but it doesn't seem to be deseigned to operate on arbitrary things like perl's DataDumper Will look into that more at a later time.
* I'm not sure wtf is wrong but the object is kinda broken right now.Ryan Rix2009-12-051-5/+19
| | | | | I think my algorithm for generating the tree of objects is broken :( WIll look into it tomorrow, suffering massive caffeine headache.
* Finished code documentation, added some good TODO entries.Ryan Rix2009-12-051-31/+69
|
* Commenting my code and fixing some broken stufgRyan Rix2009-12-051-8/+38
|
* Updated the first mockup to use a blue foliage instead of green. LooksRyan Rix2009-12-0410-33/+238
| | | | a little cooler :)
* Maybe finished parserRyan Rix2009-12-041-8/+34
|
* WorkRyan Rix2009-12-041-8/+13
|
* uhhh I added these filesRyan Rix2009-12-041-2/+16
|
* Working on backend XML parserRyan Rix2009-12-043-0/+143
|
* Not sure why these got reverted...Ryan Rix2009-12-044-57/+143
|
* Adding UI mockup of the first formRyan Rix2009-12-043-0/+49
|
* Moved documentation to docs/ as per common sense, and finished up a draft of ↵Ryan Rix2009-12-031-0/+0
| | | | the BACKEND documentation
* Initial commitRyan Rix2009-12-031-0/+40