- 06 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 05 Jun, 2014 10 commits
-
-
Friedrich W. H. Kossebau authored
-
Halla Rempt authored
-
Jarosław Staniek authored
Example query that crashed: SELECT t.foo FROM t, t. Now error message is displayed so user can fix the statement. BUG:315852 FIXED-IN:2.8.4 REVIEW:118519
-
Halla Rempt authored
-
Friedrich W. H. Kossebau authored
DIGEST: Calligra-powered Okular generator for DOC/DOCX, based on the one for ODT REVIEW: 118541 Thanks sven for review
-
Sven Langkamp authored
Okular already has a "native" plugin for ODT files, but that one is not so powerful DIGEST: Calligra-powered Okular generator for ODT (and OTT) files
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Halla Rempt authored
The clone tool can now clone from the projection and it's possible to change the clone source layer. Press ctrl-alt-click to select a new clone source on the current layer. ctrl-click to select a new clone source point on the layer that was active when you selected the clone op.
-
Dmitry Kazakov authored
Now KoResourceServer has a second template parameter that defines the policy which should be used for storing a resource. There are to predefined policies: * PointerStroragePolicy --- usual pointers with ownership over the resource. * SharedPointerStroragePolicy --- shared pointers. The server does no extra handling for the lifetime of the resource. Use the former for usual resources and the latter for shared pointer based ones.
-
- 04 Jun, 2014 11 commits
-
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Halla Rempt authored
This probably was a victim of the de-kpartifying of calligra, and not an intentional change. Using the new view option makes Words crash though, on close. But since the action was already available for toolbars or shortcuts, that's no regression.
-
Halla Rempt authored
-
Jarosław Staniek authored
-
Jarosław Staniek authored
Unnecessary checks were performed since alias is empty. Also display debug instead of warning because the case handled is nothing unusual.
-
Jarosław Staniek authored
GIT_SILENT
-
- 03 Jun, 2014 8 commits
-
-
Sven Langkamp authored
use flake/always as activation id for a Krita tools (Krita tools are always active as they handle locked/visible etc internally), that way we don't confuse the toolmanager with flake/dud BUG:335660
-
Halla Rempt authored
Using Tooltip instead of Tool seems to fix that.
-
Juan Palacios authored
-
Dmitry Kazakov authored
BUG:335745
-
Dmitry Kazakov authored
The real margin is added a couple of lines below
-
Halla Rempt authored
-
Script Kiddy authored
-
Script Kiddy authored
-
- 02 Jun, 2014 8 commits
-
-
Dmitry Kazakov authored
-
Halla Rempt authored
-
Halla Rempt authored
The brush server needed access to the KisResourceServerProvider singleton in its constructor, while in the constructor of KisResourceServerProvider, the loading of presets needed to have all the brushes loaded. This commit moves libbrush to the krita/image and krita/ui level and makes kritaui link to libbrush instead of the other way around. Now we can load the brushes and then the presets. This makes start a bit slower... But on the other hand, you cannot crash Krita anymore by closing it while the presets are still being loaded.
-
Halla Rempt authored
-
Arjen Hiemstra authored
-
Halla Rempt authored
-
Arjen Hiemstra authored
Mirror axis are now thinner and handles are positioned next to the indicators.
-
Halla Rempt authored
Only the left position of the light strip really works, and we tried to use the top position when the docker was made floating. Just remove this bit of adaptive smartness -- it doesn't make sense to move the strip around all the time.
-
- 01 Jun, 2014 2 commits
-
-
Timothée Giet authored
Fix the Move layer into group icon to actually point into the group (that is not pointing toward the hole of the folder shape..). I fixed that before but it "broke" again after the dark/light icons update.
-
Jarosław Staniek authored
0 is an invalid sorting index and this fact should be reported to the user. Example query: "SELECT foo FROM table ORDER BY 0".
-