- 02 Dec, 2014 1 commit
-
-
Halla Rempt authored
-
- 01 Dec, 2014 8 commits
-
-
Halla Rempt authored
Thanks to slangkamp and smjert for the hints. It was so simple, in the end...
-
Adam Pigg authored
REVIEW:121281 BUG:340598 Squashed commit of the following: commit 505c65d9ba93d23535a0a0dee9d3da1aefc13237 Author: Adam Pigg <adam@piggz.co.uk> Date: Sun Nov 30 19:57:50 2014 +0000 Addressed review comments commit bc9a04024916309b6109fe6450fc01246218a269 Author: Adam Pigg <adam@piggz.co.uk> Date: Fri Nov 28 19:47:16 2014 +0000 When printing reports use High DPI
-
Halla Rempt authored
Patch by Mohit Goyal BUG:340391
-
Jarosław Staniek authored
-
Jarosław Staniek authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Script Kiddy authored
-
- 30 Nov, 2014 2 commits
-
-
Adam Pigg authored
REVIEW: 119222 Squashed commit of the following: commit 3ffeb7c1808bd64eda08aee8138e35a2b85535bb Author: Adam Pigg <adam@piggz.co.uk> Date: Sat Nov 29 22:34:10 2014 +0000 fix defect 11 commit ac808361a3605203139132e332bbb915626b4ed8 Merge: faf035e b709405 Author: Adam Pigg <adam@piggz.co.uk> Date: Sat Nov 29 21:07:53 2014 +0000 Merge branch 'master' into label-inline-edit Conflicts: libs/koreport/wrtembed/reportscene.cpp commit faf035e2ef0df2c8008dc77f7fac9e758da791f7 Author: Adam Pigg <adam@piggz.co.uk> Date: Sat Nov 29 20:37:31 2014 +0000 address review comments by refactoring commit bed6665bfd47e8316729967cbe0d64104cb42524 Author: Adam Pigg <adam@piggz.co.uk> Date: Sat Nov 29 18:02:04 2014 +0000 Accept editing when focus lost (ie, switch view) commit 3e9d10d03fd2a2057de87e29903589c1279dacdd Author: Adam Pigg <adam@piggz.co.uk> Date: Fri Nov 28 23:01:58 2014 +0000 fix slots commit e66c00a3a6b1f96a0ee2cf4fddc3a3d27694e16d Author: Adam Pigg <adam@piggz.co.uk> Date: Fri Nov 28 22:50:40 2014 +0000 Address review issues Enter edit mode on new item Fix handling lost focos Code tidy commit d6fd3fa32194a7e87039aa77ebffdeeed0b8d36a Author: Adam Pigg <adam@piggz.co.uk> Date: Wed Nov 19 21:57:21 2014 +0000 Addressed review comments Fixed mouse interaction Fixed foreground colour Fixed font commit 7c80e4c61e9ecdac16b1d343cd8389cb82eafe08 Author: Adam Pigg <adam@piggz.co.uk> Date: Fri Nov 14 21:03:02 2014 +0000 Updated inline edit of labels Double-click/f2 to enter edit Escape/click scene to exit edit Paint bg color properly commit 20271ffe3c484d9f7956c2c673546c077bef86aa Author: Adam Pigg <adam@piggz.co.uk> Date: Wed Nov 12 22:43:11 2014 +0000 resolve review issues commit b88adfbc1640f083ec398254e468951a472935b5 Merge: a2eb32e db38193 Author: Adam Pigg <adam@piggz.co.uk> Date: Wed Nov 12 22:42:27 2014 +0000 Merge branch 'master' of git://anongit.kde.org/calligra into label-inline-edit Conflicts: libs/koreport/items/label/KoReportDesignerItemLabel.h commit a2eb32ecbc65b41660da4efbc7e209bcc3054169 Author: Adam Pigg <adam@piggz.co.uk> Date: Mon Nov 3 19:48:05 2014 +0000 Style the edit button with an xpm image commit 8065d19b122591d36da8c737d99d28bf4e58abc7 Author: Adam Pigg <adam@piggz.co.uk> Date: Mon Nov 3 09:21:04 2014 +0000 Make labels inline-editable Uses a button in the middle of the label to switch modes
-
Script Kiddy authored
-
- 29 Nov, 2014 5 commits
-
-
Jouni Pentikäinen authored
BUG: 340514
-
Jarosław Staniek authored
The Calligra 2.7.90 build log using msvc2010 gives this warning concerning msghandler.cpp: 'KexiDB::MessageHandler::askQuestion' : recursive on all control paths, function will cause runtime stack overflow Thanks, Stephen Leibowitz CCMAIL:LibreStephen@gmail.com REVIEW:121180 FIXED-IN:2.8.7
-
Halla Rempt authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
Thanks Smjert for catching this bug! :)
-
- 28 Nov, 2014 9 commits
-
-
Jarosław Staniek authored
The width increases if ruler is put into a layout, so we're setting fixed width based on sizeHint. BUG:338942 FIXED-IN:2.8.7
-
Jarosław Staniek authored
GIT_SILENT
-
Jarosław Staniek authored
Thanks to Dr. Valgrind
-
Halla Rempt authored
We want to be able to save and load ASL files from krita/image, so that needs to share code with the PSD plugin.
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Script Kiddy authored
-
Script Kiddy authored
-
- 27 Nov, 2014 3 commits
-
-
Pierre Ducroquet authored
This patch refactors a bit the KoTextLayoutRootAreaProvider. It extends the provideNext call by adding a constraints structure. This structure contains so far the masterPageName and the page number of the requested new rootArea. This way, the provider don't have to sneak in layout specific data. It also adds a way for KoTextLayoutRootAreaProvider to help the layout and fix inserting a new page (by adding lines to a paragraph for instance) before a page break changing the page style. Some more explanations regarding this bug : - Page 1, style AAA * page break, requesting style BBB - Page 2, style BBB If you add more data to the page 1, then dynamically the layout should do : - Page 1, style AAA - Page 2, style AAA * page break, requesting style BBB - Page 3, style BBB But the layout did recycle the page 2, leading to : - Page 1, style AAA - Page 2, style BBB * page break, requesting style BBB - Page 3, style BBB Reloading the document leads to a correct layout. This refactoring also simplifies the page style management since the RootAreaProvider no longer has to mess with the document to guess the proper page style, and removes some duplicated code in KoTextDocumentLayout. Thanks to Camilla Boemann for all the reviews. REVIEW: 120733
-
Sven Langkamp authored
-
Dmitry Kazakov authored
It seems the number of table axes mappings can be arbitrary in the driver. That is it can be smaller, the same or bigger than the number of known axes types. BUG:338778
-
- 26 Nov, 2014 4 commits
-
-
Dan Leinir Turthra Jensen authored
-
Halla Rempt authored
Conflicts: krita/krita.rc
-
Dmitry Kazakov authored
This feature combined with Isolate Layer feature allows user to edit alpha channel separately and save the resulting layer with color channels having real color data even though alpha is zero. http://docs.unity3d.com/Manual/HOWTO-alphamaps.html CCMAIL:kimageshop@kde.org
-
Dmitry Kazakov authored
Now 'Layer' menu has a separate 'Import/Export' submenu where one can import an external image as any type of layer/mask
-
- 25 Nov, 2014 2 commits
-
-
Timothée Giet authored
fix checkbox in preset editor left column patch by Jouni Pentikäinen, thanks. BUG:340573
-
Halla Rempt authored
-
- 24 Nov, 2014 6 commits
-
-
Friedrich W. H. Kossebau authored
-
Timothée Giet authored
update the default presets to include the recent changes in brush options (and some more options clean-up at the same time). Next will be to add/improve some more presets..
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-