Rev |
Age |
Author |
Path |
Log message |
Diff |
5665 |
5827d 12h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Applied the changes to the Layer palette to the Extended Image Properties palette too. |
|
5337 |
5868d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Use the new icons |
|
4430 |
5961d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files. |
|
3985 |
6015d 16h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Convert PageItem's LocalX, LocalY, LocalScX, LocalScY Image offset and scale variables to protected and provide getters and setters. Clean away some unneeded const on returns. |
|
3699 |
6051d 03h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Change and add some class declarations and includes. |
|
3698 |
6051d 04h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Change and add some class declarations and includes. |
|
3680 |
6053d 02h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.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. |
|
3650 |
6058d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Make a major attempt at removing ScribusView access within the 1.3 FileLoader code. More to be done here, certainly achievable.
Moved ScribusView->AdjustPictScale to PageItem (might move to a more specific frame type later). Moved ScribusView loadPict and LoadPict to the Doc. Fixed an oops in code move in copyPageToMasterPage and fix a sig11 in the same function. |
|
3543 |
6068d 13h |
avox |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Use ScComboBox in more places. |
|
2529 |
6178d 07h |
craig |
/branches/Version13x/Scribus/scribus/extimageprops.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. |
|
2217 |
6211d 02h |
cbradney |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Update the en_GB translation for 1.3, and find and fix strings that are incorrect along the way. |
|
2040 |
6231d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.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 |
6232d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.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 |
|
2012 |
6233d 01h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Fixed Bugs #1890, #1891 and #1912 |
|
2004 |
6234d 09h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Added an ScImage class which contains all the image related stuff of util.cpp |
|
1735 |
6272d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
More Improvements to the "Extended Image Properties" Dialog |
|
1646 |
6280d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
Improved "Extended Image Properties Dialog" layers can now switched off and changed in their opacity and blend mode |
|
1633 |
6282d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/extimageprops.cpp |
First version of a dialog for accessing the layers and paths in an psd image, currently
only the path tab works. You can get this dialog with the context menu. |
|