Rev |
Age |
Author |
Path |
Log message |
Diff |
23269 |
1435 d 23 h |
jghali |
/trunk/Scribus/scribus/ |
Refactor Selection's connectItemToGUI() and preprendItem() |
|
23268 |
1437 d 4 h |
jghali |
/trunk/Scribus/scribus/ |
Remove Selection's selectionIsMultiple(bool) signal and use selectionChanged() instead |
|
23267 |
1437 d 20 h |
jghali |
/trunk/Scribus/scribus/ |
Remove unused signal from Selection |
|
23254 |
1445 d 21 h |
jghali |
/trunk/Scribus/scribus/ |
Add function to Selection class for adding multiple items at once |
|
23252 |
1446 d 2 h |
jghali |
/trunk/Scribus/scribus/ |
Remove unused function from Selection |
|
23249 |
1446 d 3 h |
jghali |
/trunk/Scribus/scribus/ |
#15836: Undoing on Attach Text to Path returns a bigger selected Text Frame |
|
23188 |
1476 d 20 h |
jghali |
/trunk/Scribus/scribus/ |
#15801: multiple duplicate on pages: allow duplicating items from facing pages <ale> |
|
23175 |
1483 d 8 h |
jghali |
/trunk/Scribus/scribus/ |
#15798 follow-up: when marking a layer as locked or invisible, remove from selection items of corresponding layers |
|
23134 |
1500 d 17 h |
craig |
/trunk/Scribus/scribus/ |
Use item Selections isEmpty to clean up code |
|
22598 |
1887 d 12 h |
craig |
/trunk/Scribus/scribus/ |
More clang/clazy fixes |
|
22120 |
2256 d 21 h |
jghali |
/trunk/Scribus/scribus/ |
#14533: Text properties dialog should get a context menu item |
|
21017 |
2776 d 11 h |
craig |
/trunk/Scribus/scribus/ |
#13647: commit successful diff application for speelung errors |
|
20691 |
2807 d 19 h |
craig |
/trunk/Scribus/scribus/ |
#13556: Rename members of many classes <aliyousuf> |
|
18357 |
3729 d 12 h |
jghali |
/trunk/Scribus/scribus/ |
#11645: Relative Z-index should keep same when grouping items |
|
17092 |
4299 d 21 h |
jghali |
/trunk/Scribus/scribus/ |
- simplify retrieval of item level relative to its parent by adding proper function to PageItem class
- add function to Selection class in order to check if all selected objects have same parent doc or group |
|
16546 |
4557 d 18 h |
jghali |
/trunk/Scribus/ |
merge the internals of PP work related to OIF project + experiment on pp colors tab |
|
14296 |
5062 d 14 h |
jghali |
/trunk/Scribus/scribus/ |
#8575, grouping object on a different layer makes some / all other objects invisible :
- when grouping objects, create layer on same layer as items, was possibly not the case before
- check that all objects belong to a common layer before allowing user to group them |
|
13801 |
5168 d 1 h |
pierre |
/trunk/Scribus/scribus/ |
added a couple of helpers in Selection, ensure that selection bounding rect is up to date when getting it |
|
12463 |
5518 d 7 h |
pierre |
/trunk/Scribus/scribus/ |
Made the selection outline enclosing all the item (including outline, whatever its size).
Introduced the idea of a visualRect for pageitem, it results in new methods in PageItem:
visualXPos(), visualYPos(), visualWidth(), visualHeight() and in Selection:
getVisualGroupRect() |
|
12125 |
5603 d 11 h |
jghali |
/trunk/Scribus/scribus/ |
Selection : fix connectItemToGUI() emitting signals even if signal delay is enabled |
|