Rev |
Age |
Author |
Path |
Log message |
Diff |
4831 |
5926d 16h |
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 |
5926d 20h |
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 |
5931d 17h |
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 |
5936d 16h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Add in some more unicode chars including en, em, thin, thick, hair and mid space. |
|
4713 |
5937d 16h |
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 |
5938d 17h |
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 |
5939d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Migrate flipping H and V to actions |
|
4698 |
5939d 18h |
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 |
5940d 00h |
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 |
5941d 00h |
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 |
5944d 16h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
#3249: Implement showing and hiding of rulers. |
|
4620 |
5948d 05h |
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 |
5953d 01h |
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 |
5953d 19h |
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 |
5954d 02h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Rename special* character actions to unicode*. Implement ligature actions for #3144. |
|
4557 |
5954d 16h |
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 |
5954d 19h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Add tr context in action as outline is used elsewhere too. |
|
4541 |
5955d 22h |
tsoots |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Make toolbars remember their visibility and location |
|
4430 |
5969d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files. |
|
4084 |
6009d 03h |
cbradney |
/branches/Version13x/Scribus/scribus/actionmanager.cpp |
Move the pageitem's annotation members into a class. |
|