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)
/
trunk
/
Scribus
/
scribus
/
plugins
/
scriptplugin
/
guiapp.cpp
@ 203
- Rev 24091
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
24091
577d 02h
jghali
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
Fix naming consistency issue with several scripter related functions
22721
1324d 20h
jghali
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
code style fixes
22658
1363d 19h
jghali
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
cleanup some old comments in scripter code
22606
1386d 06h
craig
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
clazy and clang fixes, part 6
20424
2430d 03h
jghali
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
#13371: indentation fixes <FirasH>
19093
2947d 17h
craig
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
Rearrange/fix some includes and remove scribusview.h includes where possible
16546
4067d 01h
jghali
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
merge the internals of PP work related to OIF project + experiment on pp colors tab
11281
5266d 01h
subik
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
#6581: there's (was) no possibility to scroll/move the view on the current document with the scripter api
10598
5369d 17h
cbradney
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
More qt3support api removal: Some of scripter's required changes
10223
5416d 18h
cbradney
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
Final Qt4 style include conversion
Builds here, please adjust if it doesnt build there
9953
5450d 18h
cbradney
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
Convert to qt4 - use QProgressBar instead of Q3ProgressBar
Bump About date
9672
5473d 07h
root
/trunk/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
move Version135x cvs branch to svn trunk
9380
5490d 21h
fschmid
/branches/Version135x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
- Improved mouse cursor handling
- Rotation mode works now correctly
- Removed a bunch of warnings
8495
5550d 00h
/branches/Version135x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
This commit was manufactured by cvs2svn to create branch 'Version135x'.
8319
5568d 07h
fschmid
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
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.
6200
5753d 08h
subik
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
#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
5811d 05h
cbradney
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
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.
4430
5963d 18h
cbradney
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files.
4026
6012d 04h
craig
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
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.
3926
6026d 19h
subik
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/guiapp.cpp
#2852: need a scripter view function to set a document to "fit in window"
←Prev
1
2
Next→
Show All