Rev |
Age |
Author |
Path |
Log message |
Diff |
3680 |
6061d 07h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
-Move some clip functions from the view to item as they dont require the view at all.
-Stop creating comboboxes editable and then setting them non editable. |
|
3629 |
6070d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Fixed Bug #2704 and some other small issues. |
|
3457 |
6082d 09h |
avox |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
using new ScCombobox in a lot of places |
|
3360 |
6093d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
#2588: add translate calls where missing in tools tab and help browser |
|
3252 |
6102d 07h |
craig |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
More header dependency cleanups |
|
3205 |
6106d 09h |
craig |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Removes scattered "extern ScribusApp* ScApp" declarations, in favour of
declaring the extern in scribus.h . |
|
3093 |
6119d 06h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Fixed Bug #2485 |
|
3046 |
6124d 17h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
More improvements to the colour editing dialog. |
|
2877 |
6150d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Convert qstring=="" to qstring.isEmpty() and qstring!="" to !qstring.isEmpty() |
|
2871 |
6151d 08h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Create PrefsManager functions for access to users document directory, the wheel scroll value and the colour sets, in preparation for making appPrefs private. |
|
2834 |
6160d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Create a PrefsManager class where Preferences will be held in future. For now the old prefs variable is just public in this new class. This will be protected in future. PrefsManager is a singleton and can be accessed easily anywhere without the need to pass the preferences variable around. This has simplified many of the function calls and now some classes dont event need references to the prefs or even . More to come.... :) |
|
2636 |
6174d 08h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Implement a pixmap cache for colour lists, from Andreas Vox. |
|
2529 |
6186d 11h |
craig |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Give util.cpp its own header file and start moving util.cpp users
over to it instead of `extern' definitions.
Also move some of the functions in util.cpp into their own files,
scfontmetrics.{cpp,h}. These functions are used only by a small
subset of util.cpp users, and doing this means we don't have to
pull in the Freetype header files for all util.h users. Several
functions and global variables are also made static since they're
only used in that file. |
|
2295 |
6207d 08h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Apply Andreas Vox's patches to use ttc and .dfont fonts from #1816. Add in a command line option to show the qDebug statements from his patch to show the font loading process. |
|
2292 |
6207d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Fix hyphen typo |
|
2285 |
6207d 15h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Additional fixes for the tab leaders.
The placement of the first line of a text frame is now calculated with the real height
of the tallest character in that line (may break the layout of older Docs). |
|
2282 |
6208d 12h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Tab Leaders are improved much:
- every tab can have now its own tab leader char
- custom tab leader chars can now be defined.
Thus bug #1074 is resolved now. |
|
2219 |
6219d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Implemented fill characters for tabs in textframes, currently only on screen, pdf and ps output will follow the next days |
|
2040 |
6239d 05h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Vastly improved the handling of embedded cliping paths, Scribus uses now
optionally the default clipping path of an image, should fix #1891 now.
The misbehaviour of bug #1673 should be fixed now too. |
|
2025 |
6240d 05h |
fschmid |
/branches/Version13x/Scribus/scribus/tabtools.cpp |
Implemented a new way to generate the previews for image display.
You have now 3 modes:
- full resolution Display
- a 72 dpi resolution
- a 36 dpi low resolution
Can be set in the Preferences and in the Document Setup Dialog in the Tools Tab |
|