- 08 Nov, 2015 3 commits
-
-
Scott Petrovic authored
-
Scott Petrovic authored
-
Wolthera van Hövell authored
-
- 07 Nov, 2015 12 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
This way they will always be found and won't clutter up the install directory with stuff that never changes.
-
Halla Rempt authored
-
Michael Abrahams authored
-
Halla Rempt authored
-
Halla Rempt authored
To quote the cmake manual: "Policy CMP0042 was introduced to change the default value of MACOSX_RPATH to ON. This is because use of @rpath is a more flexible and powerful alternative to @executable_path and @loader_path." And whenever something is flexible and powerful, you can bet there are too many ways of doing things and that it'll take days or weeks to get things working again. This change explicitly sets the rpaths both for running krita on OSX after doing a make install and for running krita from a bundle. There may be some redundancy here and it is still not enough. Macdeployqt doesn't pick up the location of the libraries and start looking in /Libraries/Frameworks for the Qt frameworks. So either we can add a #{CMAKE_INSTALL_PREFIX}/lib to the properties here, or fix that in the deploy script. For now, I'm doing the latter and running macdeployqt like this: rm -rf ~/kf5/krita.app/ rm -rf ~/kf5/krita.dmg cp -r ~/kf5/i/bin/krita.app ~/kf5 cp -r ~/kf5/i/share ~/kf5/krita.app/Contents/ mkdir -p ~/kf5/krita.app/Contents/PlugIns/krita install_name_tool -add_rpath /Users/boudewijnrempt/kf5/i/lib ~/kf5/krita.app/Contents/MacOS/krita macdeployqt ~/kf5/krita.app \ -verbose=0 \ -executable=/Users/boudewijnrempt/kf5/krita.app/Contents/MacOS/krita \ -extra-plugins=/Users/boudewijnrempt/kf5/i/lib/krita/ \ -extra-plugins=/Users/boudewijnrempt/kf5/i/lib/plugins/ \ -extra-plugins=/Users/boudewijnrempt/kf5/i/plugins/ mv ~/kf5/krita.app/Contents/PlugIns/*so ~/kf5/krita.app/Contents/PlugIns/krita install_name_tool -delete_rpath @loader_path/../../../../lib ~/kf5/krita.app/Contents/MacOS/krita install_name_tool -delete_rpath /Users/boudewijnrempt/kf5/i/lib ~/kf5/krita.app/Contents/MacOS/krita
-
Halla Rempt authored
We don't have an api for developing plugins outside the krita tree at the moment, so don't clutter the install dir
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
We cannot handle the crash dumps from breakpad anymore, and breakpad hasn't been built for a year or so, so get rid of it for now.
-
Halla Rempt authored
-
Halla Rempt authored
-
- 06 Nov, 2015 3 commits
-
-
Michael Abrahams authored
I could have sworn I fixed this already! Closes T1025
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Halla Rempt authored
-
- 05 Nov, 2015 7 commits
-
-
Halla Rempt authored
Check bounds before accessing an array.
-
Dmitry Kazakov authored
BUG:353152
-
Dmitry Kazakov authored
BUG:353638
-
Halla Rempt authored
Now that there are no recent documents in the open dialog anymore it's not needed.
-
Halla Rempt authored
-
Halla Rempt authored
We probably lost installing the default config when removing the GHNS stuff.
-
Halla Rempt authored
-
- 04 Nov, 2015 4 commits
-
-
Halla Rempt authored
Patch by Beelzy, thanks!
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
Halla Rempt authored
If we shouldn't arrive in tryEndRunningShortcut if there is a readyShortcut, check for that condition before calling tryEndRunningShortcut.
-
- 03 Nov, 2015 4 commits
-
-
Michael Abrahams authored
Summary: This serves as a database for QAction and KisAction static (xml) data. This commit should not change any internal behavior. Tasks: T947 Reviewers: rempt Reviewed By: rempt Differential Revision: https://phabricator.kde.org/D476
-
Michael Abrahams authored
Summary: Fixes like "ArtisticTextToolFactoryID" -> "ArtisticTextTool" Making sure every tool has a sensible name for the .actions files This means several files in share/krita/actions have been renamed. Please clean out this folder after applying the patch. Reviewers: rempt Differential Revision: https://phabricator.kde.org/D477
-
Halla Rempt authored
-
Halla Rempt authored
-
- 02 Nov, 2015 1 commit
-
-
Halla Rempt authored
-
- 01 Nov, 2015 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 31 Oct, 2015 2 commits
-
-
Halla Rempt authored
We have two text tools, and in 022f939c9d6c20f1717e1c81d10a5519f9de5f1d only the multiline text tool was ported to the new shortcut override system. CCMAIL:faure@kde.org
-
Halla Rempt authored
QPen in Qt5 has width 1 by default, where Qt4 had it 0
-
- 30 Oct, 2015 3 commits
-
-
Michael Abrahams authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-