- 03 Apr, 2014 6 commits
-
-
Halla Rempt authored
(This'll conflict with the mvc branch for sure...)
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
Conflicts: libs/main/KoApplication.cpp
-
Halla Rempt authored
Conflicts: libs/main/KoApplication.cpp
-
- 28 Feb, 2014 1 commit
-
-
Halla Rempt authored
CCBUG:314921
-
- 27 Feb, 2014 1 commit
-
-
Yue Liu authored
-
- 29 Jan, 2014 1 commit
-
-
Halla Rempt authored
Conflicts: libs/main/KoApplication.cpp
-
- 28 Jan, 2014 3 commits
-
-
Halla Rempt authored
-
Andrius da Costa Ribas authored
-
Halla Rempt authored
Hopefully correct this time. Also add a checkbox to show the warning only once.
-
- 20 Jan, 2014 3 commits
-
-
Halla Rempt authored
This reverts commit 5421484c7a6836f5102ac11f30d91db453c42177. It also pops up the warning on Windows XP, for some reason... Conflicts: libs/main/KoApplication.cpp
-
Halla Rempt authored
An x86 windows system can have 4gb of memory. Krita used to check the system memory and set the swap limit at half of that. However, an x86 process can allocate only 2gb of memory, so we should start swapping before reaching 2 gb... This makes it finally possible to keep using the fill tool...
-
Halla Rempt authored
-
- 09 Dec, 2013 1 commit
-
-
Yue Liu authored
QT-BUG: https://bugreports.qt-project.org/browse/QTBUG-32789
-
- 09 Nov, 2013 2 commits
-
-
Halla Rempt authored
The mnethod was only used in sheets, and the logic can be placed there just as well.
-
Halla Rempt authored
Which was unused since 2003, best as I can determine.
-
- 20 Oct, 2013 1 commit
-
-
Halla Rempt authored
This merges the first part of the mvc refactoring: it makes Calligra use xmlgui directly instead of kparts. We weren't using kparts for what they were intended for, that is, embedding a combined document/view object into some container. Now KoPart is factory for views and mainwindows. KoDocument handles all loading/saving internally. Next up: make KoPart and KoMainWindow manage multiple views and documents. REVIEW:111545 Conflicts: krita/ui/kis_view2.cpp krita/ui/widgets/kis_workspace_chooser.cpp libs/main/CMakeLists.txt libs/main/KoDocument.h libs/main/KoMainWindow.cpp libs/main/KoMainWindow.h
-
- 02 Oct, 2013 1 commit
-
-
Yue Liu authored
-
- 01 Oct, 2013 1 commit
-
-
Yue Liu authored
-
- 26 Jun, 2013 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 23 Apr, 2013 1 commit
-
-
Halla Rempt authored
This is a layer that is loaded from a file and updates when the file changes. Optionally, the image in the file can be scaled to the current image's resolution.
-
- 23 Mar, 2013 1 commit
-
-
Halla Rempt authored
Review: 109410 Bug: 317133 Only Plastique and Oxygen properly work with Krita and a dark theme. When we're not running in KDE, but for instance Gnome 3 or Unity, make sure the buggy gtk-qt style isn't used, but use plastique, or if that is available, the even better oxygen.
-
- 19 Mar, 2013 1 commit
-
-
Yue Liu authored
-
- 05 Mar, 2013 1 commit
-
-
Halla Rempt authored
This partially reverts b25faa381be44b6fc35583812bb1b1037a8d0db5 "Bump min. kdelibs version to 4.6.0" Since KDE 4.3 is still a target for Krita on RHEL/CentOS
-
- 15 Feb, 2013 2 commits
-
-
Friedrich W. H. Kossebau authored
Additionally * remove no longer needed KDE_IS_VERSION branches * port remaining calls of deprecated KCalendarSystem methods REVIEW: 108870 CCMAIL: calligra-devel@kde.org
-
Halla Rempt authored
The other styles are all broken in one way or another.
-
- 23 Jan, 2013 1 commit
-
-
Gopalakrishna Bhat A authored
REVIEW: 108557
-
- 21 Jan, 2013 1 commit
-
-
Gopalakrishna Bhat A authored
BUGS: 313576 REVIEW: 108509
-
- 15 Jan, 2013 1 commit
-
-
Stuart Dickson authored
-
- 29 Dec, 2012 1 commit
-
-
Friedrich W. H. Kossebau authored
Not exactly the kdelibs coding style, but then the defacto include style in Calligra and also recommended for the migration to Qt5
-
- 28 Dec, 2012 1 commit
-
-
Sebastian Sauer authored
This applies the same logic that is already present in libs/main/KoPart.cpp for the KoPartAdaptor also to the ApplicationAdaptor and the ViewAdaptor. Long story behind this patch. 1) Mek did spend time on that particular problem when porting to Android. 2) Then I spend time on that bringing it back to master. See https://git.reviewboard.kde.org/r/104021/ 3) Then boud made a similar patch at http://permalink.gmane.org/gmane.comp.kde.cvs/1154693 4) I had to spend time again on that already solved problem during my Sheets@Android port. 5) I ported my latest patch again(!) to master. Note that I did not start with a cherry-pick one of the patches of <= 3) cause my patch from 4) was already newer (against master). 6) Now it finally lands into master. No more time waste caused by *this* particular problem. Hallelujah! :)
-
- 27 Nov, 2012 1 commit
-
-
Sujith Haridasan authored
-
- 26 Nov, 2012 1 commit
-
-
Sujith Haridasan authored
REVIEW: 107459
-
- 15 Nov, 2012 1 commit
-
-
Halla Rempt authored
-
- 25 Sep, 2012 2 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
- 16 Aug, 2012 1 commit
-
-
Halla Rempt authored
If exceptions are thrown by OCIO, they kill the application because we cannot catch them locally.
-