summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: change active layerchr2017-05-232-0/+11
| | | | | | | | | note: the actions "LayerNext"/"LayerPrev" (ctrl+pageup/down) never clear the selection, they ignore the user setting "clear selection on layer change" So the object panel will only change if there is no selection! (bzr r15698.1.11)
* opject panel: rework shotcuts: let the user decidechr2017-05-231-27/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implemetation respect the users action shortcuts, handled in this order: 1) Two hardcoded keystrokes: * crtl+f engage search on tree view * esc: defocus: next keystrokes goes to desktop 2) Try to invoke user defined shortcut action 3) RETURN-key: activate action of selected column currently works on the name-column only 4) shortcut goes to Treeview For the testers: The new verbs "stack up/down" are not bound to keystrokes. Set them up as you like via preferences / interface / keyboard shortcuts / selection / stack up and down Try keystrokes with focus on desktop, on object-panel and compare with layer-panel: PageUp/Down + - shift, ctrl esc esc arrow esc arrow ctrl+f V, H - may(!) flip objects ctrl+a (!) ! invert selection Beside user definable keystrokes, there are some hardcoded: arrow-up/down + shift,ctrl [ ] - rotate objects - not user defined actions, so does not work in panel focus / * also keypad / * is usually fold/unfold tree but * actually selects the "star tool", which can be disabled if you don't like that Conflicts: src/ui/dialog/objects.cpp (bzr r15698.1.10)
* object panel: don't block F2 key, use return to edit cellchr2017-05-231-5/+7
| | | (bzr r15698.1.9)
* object panel: search function blocks too many keystrokeschr2017-05-231-0/+2
| | | | | | | | use ctrl+f to use search Issue: select object in the object panel, focus stays on that widget. Press "3" (zoom to object) used to open the search function. (bzr r15698.1.8)
* selection chemistry: implement z-stack orderchr2017-05-231-6/+6
| | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7)
* object panel: don't scroll to layer when leaving object groupchr2017-05-181-1/+1
| | | | | don't jump too much around in the list (bzr r15698.1.6)
* ObjectsPanel: Polish collapse/expand behaviourchr2017-05-182-5/+9
| | | (bzr r15698.1.5)
* object manager panel: fix clip/mask iconschr2017-05-181-2/+8
| | | | | missing icon delayed inkscape startup of about 3-5 seconds (bzr r15698.1.4)
* Reorder LPE enum to match definition in effect.cpp. also fix a bug pointed ↵Jabiertxof2017-05-071-2/+10
| | | | | by Ede_123 in IRC, LPE dialog show bad default selected LPE (bzr r15670)
* Update to trunkJabier Arraiza Cenoz2017-05-056-44/+99
|\ | | | | (bzr r13645.1.174)
| * Update to trunkJabier Arraiza Cenoz2017-05-052-2/+15
| |\ | | | | | | (bzr r15620.1.17)
| | * Improve responsive from LPEJabier Arraiza Cenoz2017-05-052-2/+15
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
| * | Update to trunkJabiertxof2017-05-012-2/+0
| |\| | | | | | | (bzr r15620.1.15)
| | * Remove unised signals from previous commitJabiertxof2017-05-012-2/+0
| | | | | | | | | (bzr r15656)
| * | Update to trunkJabiertxof2017-05-012-26/+16
| |\| | | | | | | (bzr r15620.1.14)
| | * Fix erase lpe in multi LPE modeJabiertxof2017-05-012-27/+16
| | | | | | | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
| * | minor bugfixingJabiertxof2017-04-291-6/+9
| | | | | | | | | (bzr r15620.1.13)
| * | Rewrite UXJabiertxof2017-04-291-2/+17
| | | | | | | | | (bzr r15620.1.12)
| * | ResetJabiertxof2017-04-282-97/+3
| | | | | | | | | (bzr r15620.1.9)
| * | Fixing remove prefsJabier Arraiza Cenoz2017-04-271-0/+2
| | | | | | | | | (bzr r15620.1.7)
| * | Add end of preferences GUIJabier Arraiza Cenoz2017-04-271-3/+11
| | | | | | | | | (bzr r15620.1.6)
| * | Add LPE prefs dialogJabiertxof2017-04-262-8/+54
| | | | | | | | | (bzr r15620.1.4)
| * | Start adding GUI to prefsJabier Arraiza Cenoz2017-04-262-2/+40
| |/ | | | | (bzr r15620.1.3)
| * Fix compilation with old libvisioEduard Braun2017-04-051-0/+2
| | | | | | (bzr r15616)
| * Symbols/VSS: Use the actual name of Visio stencils if possibleEduard Braun2017-04-051-12/+44
| | | | | | | | | | | | | | | | (before a generic name was derived from the .vss file name) Fixed bugs: - https://launchpad.net/bugs/1676144 (bzr r15615)
| * Add preference that allows user to increase the canvas tile size.Tavmjong Bah2017-03-302-0/+5
| | | | | | | | | | | | A larger tile size vastly speeds up rendering for drawings with heavy filter use by reducing the need to recalculate filter effects that cross multiple tiles. (bzr r15614)
| * Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-212-0/+4
| | | | | | | | | | Change default rotation step to 15 degrees. (bzr r15605)
| * Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-8/+1
| | | | | | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* | Update to trunkJabiertxof2017-03-1615-172/+2172
|\| | | | | (bzr r13645.1.170)
| * LPE Powerstroke dialog - Use Gtk::GridAlex Valavanis2017-03-123-11/+10
| | | | | | (bzr r15589)
| * LPE Fillet/Chamfer dialog - Use Gtk::GridAlex Valavanis2017-03-122-11/+9
| | | | | | (bzr r15588)
| * Add units (px) to size being shown in native Windows file open dialog and ↵Eduard Braun2017-03-021-12/+3
| | | | | | | | | | fix wrong size being shown for EMF/WMF files (bzr r15560)
| * Fix for native Windows file open dialog only showing the first character of ↵Eduard Braun2017-03-011-2/+2
| | | | | | | | | | | | | | the file name below the preview. There seems to be some confusion wheter the type specifier "%s" means char or wchar and the behavior even changes between different versions of MinGW (bzr r15559)
| * Fix SVG file preview in Windows native file open dialog.Eduard Braun2017-03-011-103/+32
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/802904 (bzr r15558)
| * Fix encoding issues with title field in native Windows file save dialog.Eduard Braun2017-02-281-6/+6
| | | | | | | | | | | | | | | | | | We were neither using Unicode versions of the WinAPI function nor properly converting character encodings which resultet in garbled output in the title field in the best case and invalid SVG output in the worst case. Fixed bugs: - https://launchpad.net/bugs/576126 - https://launchpad.net/bugs/1627551 (bzr r15557)
| * Add some comment. Comment out unused signals.Tavmjong Bah2017-02-282-5/+10
| | | | | | (bzr r15554)
| * More consistent naming scheme.Tavmjong Bah2017-02-282-17/+16
| | | | | | (bzr r15552)
| * Add a very simple prototype dialog as an example and test of deriving from ↵Tavmjong Bah2017-02-273-0/+250
| | | | | | | | | | | | | | Panel. To be disabled for releases. (bzr r15551)
| * Fix desktop/document tracking.Tavmjong Bah2017-02-272-76/+133
| | | | | | (bzr r15550)
| * Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-244-37/+244
| | | | | | (bzr r15545)
| * Display style attribute properties when object row selected. Allow their ↵Tavmjong Bah2017-02-232-20/+66
| | | | | | | | | | deletion. (bzr r15542)
| * Ensure list of objects new selector matches is correct.Tavmjong Bah2017-02-221-4/+3
| | | | | | (bzr r15540)
| * Allow any valid CSS selector.Tavmjong Bah2017-02-221-36/+7
| | | | | | (bzr r15539)
| * Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-193-11/+113
| | | | | | (bzr r15533)
| * Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-182-38/+117
| | | | | | (bzr r15528)
| * Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-144-919/+791
| | | | | | | | | | Missing undo and document tracking. (bzr r15520)
| * AboutBox: Remove superfluous space in website URLEduard Braun2017-02-131-1/+1
| | | | | | (bzr r15516)
| * Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-111-0/+4
| | | | | | (bzr r15505)
| * Add missing "#include <glibmm/regex.h>" for previous commitEduard Braun2017-02-101-0/+1
| | | | | | (bzr r15502)
| * Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) ↵Eduard Braun2017-02-101-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | files There were three issues: - When loading a .vss file an SVG document is created internally and the file name is used to derive this document's "title". This could result in illegal characters (e.g. the ampersand "&") in the title making the document fail to load. The title is now properly escaped. - Loading of files with non-ANSI characers in filename failed on Windows. Fix is equivalent to r15421, see also bug #1416949. - The .vss file name is also used to derive symbol IDs, which were not properly sanitized before (i.e. could cause broken hrefs later or even prevent to load the .vss file). Characters that do not match [a-zA-Z0-9_-] are now laways replaced with an underscore "_") which will result in valid IDs in almost all cases Fixed bugs: - https://launchpad.net/bugs/1662465 (bzr r15501)