summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Merge changes from trunkkamalpreetgrewal2016-07-081-6/+18
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r14949.1.41)
| | * | | | | | Fix issues related to updating style content and selection of rows in treeviewkamalpreetgrewal2016-07-061-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.40)
| | * | | | | | Fix deletion and selection of objects clicking on styledialog rows and ↵kamalpreetgrewal2016-07-052-49/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vice-versa (bzr r14949.1.39)
| | * | | | | | Merge changes from trunkkamalpreetgrewal2016-07-051-1/+1
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r14949.1.38)
| | * \ \ \ \ \ \ Merge changes from trunkkamalpreetgrewal2016-07-042-101/+111
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.37)
| | * | | | | | | | Add support to select corresponding treeview rows when objects are selectedkamalpreetgrewal2016-07-012-11/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.36)
| | * | | | | | | | Solve a spacing issue & fix buttons to add selectors when existing drawing ↵kamalpreetgrewal2016-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is opened (bzr r14949.1.35)
| | * | | | | | | | Solve some compiler errorskamalpreetgrewal2016-06-302-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.34)
| | * | | | | | | | If selectors(children) of a row in treeview are deleted, XML repr is updated ↵kamalpreetgrewal2016-06-302-33/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and also remove duplicate style element(if one already exists) (bzr r14949.1.33)
| | * | | | | | | | Update XML repr when objects are added to selector & some code cleanupkamalpreetgrewal2016-06-282-91/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.31)
| | * | | | | | | | Select objects corresponding to selector selected in treeviewkamalpreetgrewal2016-06-262-13/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.30)
| | * | | | | | | | Fix a crash when deleting selectors and some coding style correctionskamalpreetgrewal2016-06-261-75/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.29)
| | * | | | | | | | Add/Remove objects to/from selectorkamalpreetgrewal2016-06-262-85/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.27)
| | * | | | | | | | Resolve crash when empty string was added via entrybox in style dialogkamalpreetgrewal2016-06-191-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.24)
| | * | | | | | | | Fix a crash while deleting when there was single selector in the style dialogkamalpreetgrewal2016-06-171-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.23)
| | * | | | | | | | Remove unwanted empty space at top in style dialogkamalpreetgrewal2016-06-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.21)
| | * | | | | | | | Implement deletion of style selector both from repr and treeviewkamalpreetgrewal2016-06-152-38/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.19)
| | * | | | | | | | Add selector to single style element & replace storage map by a vectorkamalpreetgrewal2016-06-152-40/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.18)
| | * | | | | | | | Set style and class attribute of object approprialtely when adding new style ↵kamalpreetgrewal2016-06-131-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selector (bzr r14949.1.16)
| | * | | | | | | | Fix crash when object without style attribute is added to selectorkamalpreetgrewal2016-06-131-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.15)
| | * | | | | | | | Correct parsing of style elementkamalpreetgrewal2016-06-131-27/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.14)
| | * | | | | | | | Delete selector from style dialog (not from repr yet)kamalpreetgrewal2016-06-112-25/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.12)
| | * | | | | | | | Apply patch for broken automakekamalpreetgrewal2016-06-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.9)
| | * | | | | | | | Populate style dialog with existing selectors in stylesheetkamalpreetgrewal2016-06-102-15/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.7)
| | * | | | | | | | Add selector to style elementkamalpreetgrewal2016-06-102-21/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.5)
| | * | | | | | | | Set class attribute values of selected objects using style dialogkamalpreetgrewal2016-06-062-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.3)
| | * | | | | | | | Register style dialog with support to add selectorkamalpreetgrewal2016-06-043-0/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.1)
| * | | | | | | | | [Bug #1659426] About screen - Missing image and small window - Translation ↵Nicolas Dufour2017-01-261-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comment. Fixed bugs: - https://launchpad.net/bugs/1659426 (bzr r15456)
| * | | | | | | | | defaults to about.svg when localized versions failjabiertxof2017-01-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15453)
* | | | | | | | | | update to trunkJabier Arraiza Cenoz2017-01-252-3/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.168)
| * | | | | | | | | Update to trunkJabiertxof2017-01-241-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.39)
| | * | | | | | | | | [Bug #1658397] Object > Arrange > Polar Coordinates dialog text.Nicolas Dufour2017-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1658397 (bzr r15437)
| * | | | | | | | | | fixing to new trunkJabiertxof2017-01-2434-279/+263
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.38)
| * | | | | | | | | | Update to trunkJabier Arraiza Cenoz2016-11-071-1/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.36)
| * | | | | | | | | | | Add exportersJabier Arraiza Cenoz2016-11-051-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.32)
| * | | | | | | | | | | Update to trunkJabier Arraiza Cenoz2016-11-052-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.30)
| * \ \ \ \ \ \ \ \ \ \ \ Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.28)
| * \ \ \ \ \ \ \ \ \ \ \ \ Update to trunkJabier Arraiza Cenoz2016-10-254-15/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.26)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Update to trunkJabier Arraiza Cenoz2016-10-221-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.19)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update to trunkJabier Arraiza Cenoz2016-10-191-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.16)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update to trunkJabier Arraiza Cenoz2016-10-084-11/+93
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.2)
| * | | | | | | | | | | | | | | | | Doc rotate startJabier Arraiza Cenoz2016-10-021-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.1)
* | | | | | | | | | | | | | | | | | Update to trunkJabiertxof2017-01-2188-3773/+1751
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | (bzr r13645.1.165)
| * | | | | | | | | | | | | | | | | Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414)
| * | | | | | | | | | | | | | | | | fix comment typosAlex Valavanis2017-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15408)
| * | | | | | | | | | | | | | | | | antialiasing options on exportMarc Jeanmougin2017-01-042-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15391)
| * | | | | | | | | | | | | | | | | Rm remaining Gtk::Stock usageAlex Valavanis2016-12-2713-177/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15368)
| * | | | | | | | | | | | | | | | | Rm more deprecated Gtk::StockAlex Valavanis2016-12-2713-60/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15367)
| * | | | | | | | | | | | | | | | | Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-279-32/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15366)
| * | | | | | | | | | | | | | | | | frame: Gtk3 fixesAlex Valavanis2016-12-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15361)