Subversion Repositories Scribus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8319 6060 d 2 h fschmid /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ Better version of the Py_None return fix, now testing for the existance of Py_RETURN_NONE instead
of the compiler version. If it doesn't exists it will be defined exactly the same as in Python 2.4. Done
that in the cmdvar.h file so we can use Py_RETURN_NONE everywhere without any further checks.
 
8308 6061 d 1 h fschmid /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ Compile fixes for the script plugin for systems with Python < 2.4 installed.  
8301 6061 d 12 h cbradney /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ Use Py_RETURN_NONE and Py_RETURN_TRUE to avoid the type punning warning  
7954 6095 d 5 h subik /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ #4611: Scripter Hangs when sample paragraph is enabled  
6299 6233 d 22 h fschmid /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ Fixed Bug #4112  
6200 6245 d 3 h subik /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ #4155: Remove scripter warnings - it's ugly hack. I don't like thos fix, but I don't know how to solve it "regulary". Sometime I feel like an idiot (yep, right now)  
5781 6302 d 23 h cbradney /branches/Version13x/Scribus/scribus/ 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.  
5087 6382 d 21 h subik /branches/Version13x/Scribus/ new guides system  
5052 6390 d 21 h subik /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ #3130: newPage does load template, no error though  
4430 6455 d 13 h cbradney /branches/Version13x/Scribus/scribus/ #2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files.  
4026 6503 d 23 h craig /branches/Version13x/Scribus/scribus/ 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.
 
3727 6541 d 11 h cbradney /branches/Version13x/Scribus/scribus/ Convert ScribusDoc::Items to a pointer to DocItems or MasterPageItems. Adjust code as necessary. Fix bug in ScribusDoc::copyPageToMasterPage. Fix sig11 in align distribute palette with currDoc!=NULL after the last doc has closed.  
3724 6541 d 23 h cbradney /branches/Version13x/Scribus/scribus/ Convert ScribusDoc::Pages to a pointer rather than a copy of the DocPages or MasterPages. Adjust everywhere as necessary. Should be faster in various places now. Next on the target list is the Items copy of MasterItems/DocItems  
3670 6549 d 10 h cbradney /branches/Version13x/Scribus/scribus/ -Remove page.h from scribusview.h as its not needed there.
-Implement new conversion to image frames, and undo functionality, with new functions in ScribusDoc and Page.
-Go to sleep at stupid time, hope it compiles everywhere else too :)
 
3410 6573 d 14 h fschmid /branches/Version13x/Scribus/scribus/ Fixed bug #2613  
3207 6592 d 16 h craig /branches/Version13x/Scribus/scribus/ Implement the new plug-in API and convert all plug-ins over to the new API.
See #2097 for details.
 
3200 6592 d 23 h cbradney /branches/Version13x/Scribus/scribus/ Privatise the Page's width,height, initial width and height, canvas X & Y Offset, page number. Fix the align distribute code to handle current page location possibilities. Add in copy page to master page function to scribusdoc in preparation for move from scribus.cpp.  
2790 6650 d 20 h craig /branches/Version13x/Scribus/scribus/plugins/scriptplugin/ De-ugilfy commented out PyObject* self in headers so it's obviously a
commented out param.
 
2142 6713 d 21 h cbradney /branches/Version13x/Scribus/scribus/ Rename ScribusDoc PageB->pageWidth, PageH->pageHeight, PageC->pageCount, PageM->pageMargins  
1525 6790 d 0 h cbradney /branches/Version13x/Scribus/ 1st commit to 1.3cvs. Franz's text on a path fix, derive palettes from a base class (they now save their own w,h and size etc), remove unneeded functions from scribus.cpp. Updated tools mouse xpms from AVP, updated translation files, scripter typo fixes.  

Show All