Rev |
Age |
Author |
Path |
Log message |
Diff |
4952 |
5906d 02h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Move Copy Contents, Paste Contents, Paste Contents (Absolute) and Clear Contents to Copy, Paste, Paste (Absolute), Clear in a Contents submenu |
|
4881 |
5914d 22h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
#3376: Make sure SE only offers existing unicode chars in fonts. Also fixes some incorrectly enabled unicode chars in canvas edit mode. |
|
4847 |
5918d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Rename the docs local GUI selection as the name was too generic. Use a temporary selection for undoing of the image scale and offsets as a test for future movement of undo to temporary selections. |
|
4831 |
5919d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Implement paste contents in absolute mode. Ugly shortcut of ctrl+shift+alt+v for now (use the menus, itll be faster). The image retains its original canvas position from the copied frame. This allows two image frames to continue to use the same image data. |
|
4829 |
5919d 16h |
tsoots |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Added the first bits of Style Manager to get the strings in before string freeze. It's still commented out not to show in the menu see scribus.cpp line 671 or so. |
|
4781 |
5924d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
#3309: Store mrdocs new shortcut in default code, and update the keyset xml file with the extra actions. |
|
4720 |
5929d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Add in some more unicode chars including en, em, thin, thick, hair and mid space. |
|
4713 |
5930d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Dance the function shuffle again... More in the doc, less in the main window this time. I notice theres more and more scripter functions that dont need the view and have duplicate code thats now in the doc waiting to be used. |
|
4705 |
5931d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Move clear contents from scmw/view to doc, and change preview resolution to doc from view. fix some missed signal connections. |
|
4699 |
5932d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Migrate flipping H and V to actions |
|
4698 |
5932d 14h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
-Rename the pageitem internal print enabled member
-Create undo/redo ability for setting an item print dis/enabled
-Create new signals from the pageitem and emit to mpalette. |
|
4695 |
5932d 20h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
-Bump about date
-Removed commented out code from the view
-Rename internal pageitem locked and sizelocked variables.
-Make mpalette trigger the actions for locking and size locking, thereby removing 60+ lines of duplicate code. Button triggers action, changes doc, first selected item emits to mpalette to disable GUI objects. Disable the GUI objects on mpalette in 1 function now. |
|
4688 |
5933d 20h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Start to move more functions out of the view. Some toggle operations, and clip functions for now. The doc is now more connected to the GUI via signals. |
|
4651 |
5937d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
#3249: Implement showing and hiding of rulers. |
|
4620 |
5941d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Set Get Image/Get Text to CTRL+D and move Item Duplicate to CTRL+ALT+SHIFT+D. Update keyset xml file. |
|
4579 |
5945d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
#3201: Initial commit. Add in the ability to copy the contents of an image frame to another. Control-Shift-C to copy, Control-Shift-V to paste. |
|
4572 |
5946d 15h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
#3193: Rename the old invertpict action to image effects and give it CTRL+E as a shortcut. |
|
4564 |
5946d 23h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Rename special* character actions to unicode*. Implement ligature actions for #3144. |
|
4557 |
5947d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Split up the action manager's special action function to make a unicode one, make it static and call this one from the StoryEditor class so we only have one place of creation. |
|
4554 |
5947d 15h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Add tr context in action as outline is used elsewhere too. |
|