summaryrefslogtreecommitdiff
path: root/src/ui.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-07-23Ctrl cliking a layer on a list selects all objects on that layer. Object ↵Colin Noga1-1/+26
selection is also green now, for improved visibility
2012-07-23Added auto-layer swap click with Ctrl-Click on an object or doodad. Does not ↵Colin Noga1-0/+5
work when path layer is selected, for Treekis code benefit.
2012-07-23Streamlined node drawing with auto-tilesets (bypass with Alt-click), double ↵Colin Noga1-14/+51
click a node layer to jump to it, selecting a path/node layer makes it visibly red (except level nodes)
2012-05-21Added copying, proper top-dwn selectionColin Noga1-6/+61
2012-05-18Added a screensize overlayColin Noga1-0/+1
2012-05-13Added Delay offset, made Y scale begin from bottom coords rather than top, ↵Colin Noga1-13/+24
some fixes
2012-05-12Fixed up some formatting, made the animation panel into a dock widget, added ↵Colin Noga1-73/+387
a delay value to doodad animations and implemented it editor-side
2012-03-27tilesets now loaded on-demand and not part of KPMapTreeki1-9/+7
2012-02-17fixed the path node tile layer thing businessTreeki1-11/+32
2012-01-07quick fix to the layer widgetTreeki1-0/+4
2012-01-01I think this makes the UI a bit more pleasingTreeki1-2/+2
2012-01-01fixed a plethora of bugsTreeki1-0/+8
2012-01-01partial saving fixes, path node widget populatingColin Noga1-0/+3
2011-12-30cleaning up some loose endsColin Noga1-4/+12
2011-12-30Tried for a windows build, failed. Added some icons.Colin Noga1-14/+25
2011-12-30Hopefully this works. Associated Path/Node layers pretty much good to go, I ↵Colin Noga1-23/+270
think?
2011-12-08added help/about docsColin Noga1-3/+15
2011-12-08the first version of map exportingTreeki1-1/+13
2011-12-04Added animation preset saving/loading, and iconsColin Noga1-9/+24
2011-12-04broken commitColin Noga1-5/+73
2011-12-03Fixed up some UI stuff, added animation presets to make life easier for ↵Colin Noga1-19/+18
animations
2011-12-02a really, really big commitTreeki1-147/+174
2011-12-02Added a whackload of menu functions - screenshots, select all, deselect, add ↵Colin Noga1-7/+308
tileset layer add doodad layer, remoive layer, move layer up, down, to bottom or to top, add tileset (by copying it to the Tileset folder), add doodad, play animation, reset animation, grid, zoom in, zoom out, actual size, show/hide all the docks at will. Placeholders for other stuff also added.
2011-12-01Node type Exit was added for transitioning between maps.Colin Noga1-3/+2
2011-11-30Tileset loading and reloadingColin Noga1-1/+4
2011-11-25ANIMATIONS AND PREVIEWING ARE WORKING. They look da bomb.Colin Noga1-0/+13
Other issues: animation ui editors don't always have proper range settings, deco charatcers, steps, etc. The animation pop up is a bit unruly, tends to move around.' '
2011-11-22icons!Treeki1-3/+3
2011-11-21some refactoring of editorui and coTreeki1-1/+2
2011-11-21Made paths and nodes much coolerColin Noga1-4/+0
2011-11-21wonderful, wonderful pathsTreeki1-1/+1
2011-11-20removed some debug crapTreeki1-5/+0
2011-11-18some more unfinished work on doodads plus lots of debug codeTreeki1-0/+10
2011-11-18broken but I'm committing it anywayTreeki1-4/+10
2011-11-17Deleting Editor Items and their associated shitpiles of underlying ↵Colin Noga1-1/+1
abstractions is now implemented.
2011-11-17Doodads brought up to speed, at least in as good shape as objects, if not betterColin Noga1-14/+164
2011-11-17unfinished code for doodadsTreeki1-2/+8
2011-11-14some new stuff. KPTilesetChooserDialog needs a bit of polishTreeki1-1/+8
2011-11-14myriad updates to the object and layer selectorsTreeki1-23/+32
2011-11-14layer list buttons now enabled/disabled properlyTreeki1-4/+15
2011-11-14cleaning up some bugsTreeki1-1/+10
2011-11-11buggy and unfinished painting of objects plus a plethora of bugfixesTreeki1-1/+14
2011-11-11fixed/improved KPObjectSelector signalsTreeki1-10/+9
2011-11-10cosmetic fixes to the object chooserTreeki1-2/+9
2011-11-10attempt at fixing the hovering listview crapTreeki1-35/+23
2011-11-10some work on the layer handlingTreeki1-7/+6
2011-11-10fixes to make tilesets work for both me and TempusTreeki1-1/+4
2011-11-09KPObjectSelector and everything it needs is all setup. Emits objects as ↵Colin Noga1-18/+105
required, and can return an object with currentSelectedObject().
2011-11-09Bunches of object stuff relating to groupsColin Noga1-25/+6
2011-11-09a bunch of incomplete stuffTreeki1-9/+15
2011-11-09starting work on tile drawingTreeki1-0/+3