BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
Scribus
(root)
/
branches
/
Version13x
/
Scribus
/
scribus
/
plugins
/
fileloader
/
oodraw
/
oodrawimp.h
- Rev 8405
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
8405
5819d 06h
fschmid
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Fixed another bunch of compilier warnings.
8368
5823d 05h
jghali
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
oodraw import: text parsing improvements
8278
5828d 23h
jghali
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
oodraw import fixes related to #5179:
- handle possible conversion of frames to text frames in finishNodeParsing()
- fix parsing of font size when font size is not an integer
- fix linespacing
8222
5836d 22h
jghali
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
add basic support for oodraw connectors
8216
5837d 19h
jghali
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
oodraw plugin refactoring
7991
5859d 07h
fschmid
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Fixed bug #5181 and #5201
7795
5871d 06h
fschmid
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Fixed Bug #4937 and made some fixes for importing OODraw files.
7794
5871d 08h
fschmid
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Give a message when importing OODraw and SVG files failed.
7580
5882d 07h
cbradney
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Convert PS and ODG importers to use custom Selections
7271
5904d 23h
jghali
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
fix #4734: add warning for unsuported features when importing sxd or odg file
5781
6069d 09h
cbradney
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Remove the ScMW extern so we rely on the doc*s more and can exclude GUI interaction wherever possible, and possibly allow multiple ScMW's/SDI mode in the future. This has involved passing doc* or ScMW*s through to many functions, including the plugins. Rewrote many API to handle this change. Crashes may still exist in many places. Pleaasssee.. NO more externs. We cannot rely on them being consistent. The only extern I can see that should exist is the ScCore one.
5642
6089d 01h
cbradney
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Move file loading into File Loader plugins
5539
6103d 20h
mrdocs
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
#3296 from jghali
5243
6138d 01h
cbradney
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Make a new ScribusCore class to hold non main window variables and code and eventually allow SDI mode and non GUI mode. Rewrite the startup procedure to allow a different order to occur. Lots more to come :).
4465
6219d 21h
cbradney
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Protect most of oodraw importer class, from jghali
4463
6219d 22h
cbradney
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Patches from jghali for #3086
4430
6221d 22h
cbradney
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files.
4026
6270d 09h
craig
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Some bulk S&R changes:
- Renames after IRC discussion:
ScribusApp -> ScribusMainWindow
ScribusApp* ScApp -> ScribusMainWindow* ScMW
- Replace QStoInt and QStodouble with the built-in QString::toInt() and
QString::toDouble() now that those return 0 on failure as required.
4024
6270d 10h
craig
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
Fix #2800 - next stage of FileLoader work, including fix for incorrect
dynamic_cast<> due to changed inheritance.
3696
6312d 04h
craig
/branches/Version13x/Scribus/scribus/plugins/fileloader/oodraw/oodrawimp.h
+ More tweaks to LoadSavePlugin:
- Use an id for formats to distinguish multiple options for the same
format type (eg sla 1.3.x and sla 1.2.x)
- Maintain sorted format list
+ Get filter for file->open dialog from LoadSavePlugin format enumeration
(Note that's ALL that's changed over so far)
←Prev
1
2
Next→
Show All