Rev |
Age |
Author |
Path |
Log message |
Diff |
3714 |
6306d 03h |
cbradney |
/branches/Version13x/Scribus/scribus/util.cpp |
Temporarily disable the pixmap cache as this is the nasty X leak we have. |
|
3689 |
6309d 19h |
cbradney |
/branches/Version13x/Scribus/scribus/util.cpp |
Some more moving, cleaning and finally nuke all the commented out code from previous large moves. |
|
3646 |
6316d 21h |
craig |
/branches/Version13x/Scribus/scribus/util.cpp |
Fix #2728 - use encoding-correct loadRawText(...) for reading in documents
Also:
- use the same doc loading routine for ScribusXml and FileLoader.
- fix some encoding issues with old .sla files to the file
This gets us a little closer to the file plugin separation. |
|
3497 |
6329d 04h |
avox |
/branches/Version13x/Scribus/scribus/util.cpp |
cache QPixmaps! |
|
3317 |
6346d 11h |
craig |
/branches/Version13x/Scribus/scribus/util.cpp |
use -dPARANOIDSAFER in gs calls. Also adds -dBATCH and -dQUIET
where appropriate. |
|
3240 |
6352d 06h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
Cleaned up a bunch of compiler warnings. |
|
3205 |
6355d 20h |
craig |
/branches/Version13x/Scribus/scribus/util.cpp |
Removes scattered "extern ScribusApp* ScApp" declarations, in favour of
declaring the extern in scribus.h . |
|
3200 |
6356d 02h |
cbradney |
/branches/Version13x/Scribus/scribus/util.cpp |
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. |
|
3158 |
6361d 00h |
craig |
/branches/Version13x/Scribus/scribus/util.cpp |
Add `bool loadRawText(QString filename, QByteArray & buf)' as a replacement
for loadText() that uses a more appropriate data type and avoids copying the
loaded string multiple times.
loadText() users should be progressively migrated to this, and no new uses
of loadText() should be introduced. I'll be working on this as time permits. |
|
3089 |
6368d 19h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
Applied patch from Bug #2272 and updated Galician translation, resolving Bug #2484 |
|
3083 |
6369d 16h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
Applied Patch from bug #2466 |
|
3079 |
6370d 15h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
Fixed Bugs #1708 and #2455.
Improved Icons in the color list.
Added Option to convert Spot Colors to Process Colors in the PDF export. |
|
3046 |
6374d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
More improvements to the colour editing dialog. |
|
3041 |
6374d 16h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
Started work on improving the colour edit dialog. |
|
3030 |
6376d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/util.cpp |
Move util.cpp's CopyToPasteBuffer to pageitem.cpp copyToCopyPasteBuffer |
|
3027 |
6377d 15h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
Applied patches from Bug #2442 |
|
2955 |
6386d 19h |
fschmid |
/branches/Version13x/Scribus/scribus/util.cpp |
Enabled the use of groups as inline Objects. |
|
2954 |
6386d 22h |
subik |
/branches/Version13x/Scribus/scribus/util.cpp |
localized standard name for page export |
|
2952 |
6387d 16h |
cbradney |
/branches/Version13x/Scribus/scribus/util.cpp |
Implement a CommonStrings class. Set up some strings, include &OK and &Cancel. Update occurences of those two. Update en_GB translation and DE translation for testing. About 75 strings saved. Must be careful with context! |
|
2937 |
6389d 16h |
cbradney |
/branches/Version13x/Scribus/scribus/util.cpp |
Move layer management code into ScribusDoc from the layers GUI. Still lots to do, including deletion of items without selecting them, by using some new tagged methods. Fixes a bug in GUI existing in 1.2.2.1 and 1.3.0 where layer menu is not updated when they are reordered in the palette. Undo is NOT working, Riku will fix, he said :). |
|