Rev |
Age |
Author |
Path |
Log message |
Diff |
3625 |
6066d 19h |
avox |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
pageitem: use PageItem::asXY in many places, first try at transfomring pageitems |
|
3544 |
6071d 22h |
avox |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Work on Foi API: replace SCName, Family, Effect with accessors, Drop QFont attribute |
|
3207 |
6101d 13h |
craig |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Implement the new plug-in API and convert all plug-ins over to the new API.
See #2097 for details. |
|
2834 |
6155d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Create a PrefsManager class where Preferences will be held in future. For now the old prefs variable is just public in this new class. This will be protected in future. PrefsManager is a singleton and can be accessed easily anywhere without the need to pass the preferences variable around. This has simplified many of the function calls and now some classes dont event need references to the prefs or even . More to come.... :) |
|
2790 |
6159d 17h |
craig |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
De-ugilfy commented out PyObject* self in headers so it's obviously a
commented out param. |
|
2703 |
6165d 11h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Added a resolution setting for the image preview generated by Ghostscript to the preferences. |
|
2603 |
6171d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
#2159: Rename AppModes to reduce external conflicts |
|
2499 |
6183d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Make the StoryEditor handle inline Objects gracefully, Copy and Paste still not proper working. |
|
2447 |
6187d 09h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Saving and loading of docs with inline Objects works now. |
|
2434 |
6188d 20h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Started work for inline images in textframes.
Short Description how to use:
Create Textframe.
Fill with text.
Copy any other single object to the clipboard.
Go into edit mode for the textframe.
Paste the copied object into the textframe.
The copied object acts now like any character.
Warning this is currently only useable on screen, no saving, loading,
exporting or printing is implemented yet. |
|
2272 |
6204d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Custom strikethru position and line width can now be set for every character seperatly. |
|
2262 |
6205d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Custom underline position and line width can now be set for every character seperatly. |
|
2257 |
6206d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Implemented custom linewidth for the "Outlined" character style. |
|
2247 |
6208d 10h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Implemented custom offsets for the character shadow. To access these just stay a bit longer on the Shadow Button.
Bumped up the maximum allowed Fontsize to 2048 pt. |
|
2234 |
6209d 19h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Implemented offset from baseline for characters |
|
2233 |
6209d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Fixed bugs #1992, #2007 and #2011 plus bugfixes for yesterdays additions |
|
2154 |
6222d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Compilng Errors fixed |
|
1977 |
6240d 21h |
craig |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
insertText() accepts cpos=-1 for append text |
|
1957 |
6242d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Perform a very large rename of PageItem *b and *nb to *currItem and *nextItem. More renaming required, but this one makes the readability much greater. |
|
1789 |
6264d 20h |
fschmid |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/cmdtext.cpp |
Reapplied the ScText optimisation, this time it works correctly, even with Font Substitution |
|