Rev |
Age |
Author |
Path |
Log message |
Diff |
4224 |
6284 d 11 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Delete progress dialog when PDFLib is deleted. We were leaking it before.
Note that we don't need to test for usingGUI or progressDialog==0 because
it's entirely legal (a no-op) to delete a 0 pointer. |
|
4223 |
6284 d 11 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Use an initializer list for pdflib, make all members that need not be public
private. |
|
4222 |
6284 d 13 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Dead code elimination in scimage, make methods private where possible,
use reference params, minimally document functions. |
|
4221 |
6285 d 10 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Added a check for useable default font to the initDefaults function in the PrefsManager. Currently it checks for Arial Regular and Times New Roman Regular. |
|
4220 |
6285 d 12 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2945. |
|
4219 |
6285 d 13 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Patch from Jean to fix #2956 and another one for a problem in CollectforOutput |
|
4218 |
6286 d 0 h |
mrdocs |
/branches/Version13x/Scribus/scribus/ |
resolves # 2957 updated Polish translation |
|
4215 |
6286 d 5 h |
subik |
/branches/Version13x/Scribus/scribus/ |
2647: Show guides in the rulers. |
|
4214 |
6286 d 12 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed bug with incorrect Canvas size after editing MasterPages. |
|
4213 |
6286 d 13 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2912. |
|
4212 |
6286 d 14 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2951. |
|
4211 |
6287 d 3 h |
subik |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/ |
ok, again. And right now :-/ |
|
4210 |
6287 d 3 h |
subik |
/branches/Version13x/Scribus/scribus/plugins/scriptplugin/ |
#2946: patch for faster insertText() |
|
4209 |
6287 d 5 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Get rid of unncessary freestore use in fileloader (use stack based objects
where more appropriate) |
|
4208 |
6287 d 6 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Move ScribusMainWindow::~ScribusMainWindow() impl out of header, since
it's not performance critical and makes debugging easier. |
|
4207 |
6287 d 8 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Since I've broken most of the translations in scribusqapp already, bring the
rest of them into the ScribusQApp translation context too (instead of pushing
them out to QObject). |
|
4206 |
6287 d 8 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Finish off the last few incorrect encoding conversions with QString::local8Bit() |
|
4205 |
6287 d 8 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Fix some more encoding-incorrect code, rewrite most of the command-line
text output to dynamically calculate widths, separators etc. Now when a
translated string is a different width to the default string the output
will still look fine. |
|
4204 |
6287 d 9 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Avoid implicit conversion to latin-1 when using QString with std::cout
by switching over to using a QTextStream. (We could use QString::local8Bit()
instead, either is fine). |
|
4203 |
6287 d 9 h |
craig |
/branches/Version13x/Scribus/ |
Note when cairo isn't found that "if you don't know you need this, ignore it".
"What's this cairo thing" / "how do I get cairo" etc is becoming a FAQ, and until/unless
Cairo support is suitable for mainstream use with Scribus most users should
not need to be aware of it. |
|