summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-27Fix desktop/document tracking.Tavmjong Bah1-61/+109
2017-02-24Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah1-26/+208
2017-02-23Display style attribute properties when object row selected. Allow their dele...Tavmjong Bah1-17/+59
2017-02-22Ensure list of objects new selector matches is correct.Tavmjong Bah1-4/+3
2017-02-22Allow any valid CSS selector.Tavmjong Bah1-36/+7
2017-02-19Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah1-6/+86
2017-02-18Implement Undo. Respond to external changes to <style> element.Tavmjong Bah1-38/+113
2017-02-14Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah1-838/+691
2017-02-08Add naive selector validation on entry in style dialog.Tavmjong Bah1-23/+41
2017-02-08Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.Tavmjong Bah1-0/+11
2016-08-20Add some more comments to improve code understandingkamalpreetgrewal1-50/+66
2016-08-19Pass remaining simple class selector testskamalpreetgrewal1-15/+20
2016-08-19Complete passing of test to add ID selectorskamalpreetgrewal1-61/+55
2016-08-18Uncommenting for editing CSS propertieskamalpreetgrewal1-2/+2
2016-08-18Passing test when adding id selectorskamalpreetgrewal1-126/+163
2016-08-16Pass tests while adding & removing objects from class selectorskamalpreetgrewal1-16/+33
2016-08-16Solve issue with addition of missing CSS propertieskamalpreetgrewal1-6/+8
2016-08-15Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal1-57/+63
2016-08-04Solve crash when deleting CSS propertykamalpreetgrewal1-1/+1
2016-07-26Add functionality to add and delete CSS property in CSS panelkamalpreetgrewal1-20/+126
2016-07-25Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal1-74/+67
2016-07-24Add InkSelector class with some code improvementskamalpreetgrewal1-43/+49
2016-07-20Separate CSS dialog from Style Dialog visuallykamalpreetgrewal1-3/+3
2016-07-19Update XML correctly when editing propertieskamalpreetgrewal1-7/+6
2016-07-19Update XML & hence drawing when properties are edited in CSS panelkamalpreetgrewal1-4/+73
2016-07-17Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal1-0/+55
2016-07-13Change expander column of treeview and set indentation of child rowskamalpreetgrewal1-0/+2
2016-07-13Correct deletion of child rows when parent selector is deletedkamalpreetgrewal1-4/+27
2016-07-13Replace s1 with matchSelectorkamalpreetgrewal1-3/+4
2016-07-13Fix crash when deleting selectorkamalpreetgrewal1-11/+16
2016-07-09Delete objects from selector by clicking '-' in front of objectskamalpreetgrewal1-44/+104
2016-07-08Selects matching objects for single as well as double click on selectorkamalpreetgrewal1-32/+57
2016-07-06Fix issues related to updating style content and selection of rows in treeviewkamalpreetgrewal1-27/+35
2016-07-05Fix deletion and selection of objects clicking on styledialog rows and vice-v...kamalpreetgrewal1-44/+115
2016-07-01Add support to select corresponding treeview rows when objects are selectedkamalpreetgrewal1-8/+47
2016-07-01Solve a spacing issue & fix buttons to add selectors when existing drawing is...kamalpreetgrewal1-1/+2
2016-06-30Solve some compiler errorskamalpreetgrewal1-7/+5
2016-06-30If selectors(children) of a row in treeview are deleted, XML repr is updated ...kamalpreetgrewal1-32/+64
2016-06-28Update XML repr when objects are added to selector & some code cleanupkamalpreetgrewal1-91/+89
2016-06-26Select objects corresponding to selector selected in treeviewkamalpreetgrewal1-12/+67
2016-06-26Fix a crash when deleting selectors and some coding style correctionskamalpreetgrewal1-75/+59
2016-06-26Add/Remove objects to/from selectorkamalpreetgrewal1-82/+170
2016-06-19Resolve crash when empty string was added via entrybox in style dialogkamalpreetgrewal1-5/+10
2016-06-17Fix a crash while deleting when there was single selector in the style dialogkamalpreetgrewal1-8/+35
2016-06-17Remove unwanted empty space at top in style dialogkamalpreetgrewal1-2/+4
2016-06-15Implement deletion of style selector both from repr and treeviewkamalpreetgrewal1-38/+32
2016-06-15Add selector to single style element & replace storage map by a vectorkamalpreetgrewal1-37/+69
2016-06-13Set style and class attribute of object approprialtely when adding new style ...kamalpreetgrewal1-14/+29
2016-06-13Fix crash when object without style attribute is added to selectorkamalpreetgrewal1-12/+19
2016-06-13Correct parsing of style elementkamalpreetgrewal1-27/+40