summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Delete objects from selector by clicking '-' in front of objectskamalpreetgrewal2016-07-091-44/+104
* Selects matching objects for single as well as double click on selectorkamalpreetgrewal2016-07-081-32/+57
* Fix issues related to updating style content and selection of rows in treeviewkamalpreetgrewal2016-07-061-27/+35
* Fix deletion and selection of objects clicking on styledialog rows and vice-v...kamalpreetgrewal2016-07-051-44/+115
* Add support to select corresponding treeview rows when objects are selectedkamalpreetgrewal2016-07-011-8/+47
* Solve a spacing issue & fix buttons to add selectors when existing drawing is...kamalpreetgrewal2016-07-011-1/+2
* Solve some compiler errorskamalpreetgrewal2016-06-301-7/+5
* If selectors(children) of a row in treeview are deleted, XML repr is updated ...kamalpreetgrewal2016-06-301-32/+64
* Update XML repr when objects are added to selector & some code cleanupkamalpreetgrewal2016-06-281-91/+89
* Select objects corresponding to selector selected in treeviewkamalpreetgrewal2016-06-261-12/+67
* Fix a crash when deleting selectors and some coding style correctionskamalpreetgrewal2016-06-261-75/+59
* Add/Remove objects to/from selectorkamalpreetgrewal2016-06-261-82/+170
* Resolve crash when empty string was added via entrybox in style dialogkamalpreetgrewal2016-06-191-5/+10
* Fix a crash while deleting when there was single selector in the style dialogkamalpreetgrewal2016-06-171-8/+35
* Remove unwanted empty space at top in style dialogkamalpreetgrewal2016-06-171-2/+4
* Implement deletion of style selector both from repr and treeviewkamalpreetgrewal2016-06-151-38/+32
* Add selector to single style element & replace storage map by a vectorkamalpreetgrewal2016-06-151-37/+69
* Set style and class attribute of object approprialtely when adding new style ...kamalpreetgrewal2016-06-131-14/+29
* Fix crash when object without style attribute is added to selectorkamalpreetgrewal2016-06-131-12/+19
* Correct parsing of style elementkamalpreetgrewal2016-06-131-27/+40
* Delete selector from style dialog (not from repr yet)kamalpreetgrewal2016-06-111-25/+90
* Populate style dialog with existing selectors in stylesheetkamalpreetgrewal2016-06-101-13/+36
* Add selector to style elementkamalpreetgrewal2016-06-101-21/+79
* Set class attribute values of selected objects using style dialogkamalpreetgrewal2016-06-061-2/+69
* Register style dialog with support to add selectorkamalpreetgrewal2016-06-041-0/+113