Rev |
Age |
Author |
Path |
Log message |
Diff |
9668 |
5730d 11h |
fschmid |
/branches/Version135x/Scribus/scribus/scribusview.h |
Fixed two small issues:
- when images are clipped to their clipping path and the path is larger as the image frame, the path should be
clipped to the frame for the textflow.
- alway update the text flow buttons in the pp properly when image clipping paths are selected.
Plus an experimental implementation of easier entering "Drag" mode. When you select an item and hold the
left mouse button for longer than 1 sec without any moving, "Drag" mode is activated. The old mode of
dragging with the right mouse button is still available too. |
|
9431 |
5743d 13h |
fschmid |
/branches/Version135x/Scribus/scribus/scribusview.h |
Much faster redraws when moving or sizing objects with the mouse.
The "Measurement Tool" works again.
The "Line Drawing Tool" works much better now. |
|
9380 |
5747d 11h |
fschmid |
/branches/Version135x/Scribus/scribus/scribusview.h |
- Improved mouse cursor handling
- Rotation mode works now correctly
- Removed a bunch of warnings |
|
9041 |
5763d 11h |
fschmid |
/branches/Version135x/Scribus/scribus/scribusview.h |
Made Item Resizing with the Mouse working again.
Made Node Editing working again.
Partly rewrote the Node Palette. |
|
8998 |
5768d 09h |
cbradney |
/branches/Version135x/Scribus/scribus/scribusview.h |
Give the cursor some speed. Only update the main window's font menu before its going to open. Only store the current font in scribus.cpp until the menu will show. Not ideal but its disappearing in a later version anyway. |
|
8720 |
5792d 10h |
fschmid |
/branches/Version135x/Scribus/scribus/scribusview.h |
Got moving objects with the mouse working, still some dirt effects but basically working. |
|
8602 |
5801d 07h |
cbradney |
/branches/Version135x/Scribus/scribus/scribusview.h |
No longer build MSpinBox, start to use ScrSpinBox... more tomorrow. |
|
8501 |
5806d 10h |
cbradney |
/branches/Version135x/Scribus/scribus/scribusview.h |
Qt4 conversion by qt3to4. Now its time to make the rest build manually. Have fun! |
|
8495 |
5806d 15h |
|
/branches/Version135x/Scribus/scribus/scribusview.h |
This commit was manufactured by cvs2svn to create branch 'Version135x'. |
|
8244 |
5833d 17h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.h |
Outline Palette: cleaned out unused signals and slots we won't use anymore. |
|
7900 |
5863d 18h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.h |
Fixed Bug #2229 with a partly rewrite of the Colorpalette. Results in less signal traffic. |
|
7755 |
5871d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.h |
Comment out unused function |
|
7739 |
5871d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.h |
Move SplitObjm UnitObj and AdjustFrameToImageSize to Doc from View.. |
|
7736 |
5871d 11h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.h |
Move MoveItem, SizeItem, MoveSizeItem, AdjustItemSize, RotateItem, MoveRotated, getClosestGuides, SnapToGuides, ApplyGuides from the view to the doc. This should allow a lot more cleaning. No major code changes other than pointers used. Cleans up a lot of view requirements in Scripter and importers etc |
|
7624 |
5876d 18h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.h |
Fixed Bug #5039 |
|
7618 |
5877d 17h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.h |
Use the new coordinate conversions functions in the view now. |
|
7614 |
5877d 19h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.h |
Fixed Bug #4908 |
|
7578 |
5880d 19h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.h |
Change the view's moveGroup and scaleGroup to accept a custom Selection. Adjust the SVG importer to use a custom Selection, hence speeding it up by not using the doc's Selection which is connected to PP and SM etc. |
|
7575 |
5881d 08h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.h |
Move the set and get group rect operations into the selection class
Create dragX,Y,W,H in the view for drag ops..
Aim is to isolate functions from the view so selections can be used that are not the doc selections. eg. importers use the doc selection that shouldnt |
|
7571 |
5881d 15h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.h |
Minor cleanups.. warnings removed, stop using contains. with QPoint and just use x,y. |
|