- 02 Sep, 2015 1 commit
-
-
Michael Abrahams authored
-
- 01 Sep, 2015 19 commits
-
-
Friedrich W. H. Kossebau authored
Also remove all duplicated add_definitions(-DCOMPILING_TESTS)
-
Michael Abrahams authored
Summary: This moves the troublesome KisOpenGLTextures entirely into KisOpenGLCanvas. This will make it easier to reason about potential OpenGL related crashes. Reviewers: dkazakov, rempt Reviewed By: rempt Differential Revision: https://phabricator.kde.org/D321
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Jarosław Staniek authored
Conflicts: kexi/kexi.appdata.xml (also fixed trailing spaces - break in git hook)
-
Halla Rempt authored
CCBUG:352110
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Denis Kuplyakov authored
Summary: **The main goal. Why it is done?** We need to store and maintain section tree in document. KoSectionManager were doing it lazy way: some changes can destroy its data and in that case you should call from code a special method to rebuild //entirely whole tree// of a document. This way comes more uncomfortable when we are going to visualize section tree (Author's outliner for example), as in that case you need to update widget by timer and in case of big documents such method will require high amount of computing. So I decided to use Qts model as a base for the new KoSectionModel. New main aim: tree should be up-to-date always, and should be updated only by commiting local changes to it instead or rebuilding. Another pro of using Qt model that it is now super easy to show tree in UI with any data you want (check now QIdentityModel using with this in ConfigureSectionDialog). **Other changes** # I've found some bugs in handling of sections during deletion, unit-test reference data; # Added more unit-tests for other types of sections operation, now also testing KoSectionModel; # Small rewrites in a few places; # Putted a detailed documentation on how sections handling now done to KoSectionModel.h; # Introduced SplitSectionsCommand and corresponding tool that allows to insert paragraphs between directly nested sections, with that options user can create //any// section structure; That's all that I remember, look at commit messages for details. **Connected future plans** I think that that SplitSections dialog UI should be reworked, some tips should be added to user about "why I need this?". Unfortunately, there is no place to look how it can be done, as LO doesn't allow such operation and there is no sections analog in MSO. And good luck to reviewers: change is big enough ;) Test Plan: **What I have done** - testKoTextEditor unit-test passing; - Manually checked split sections functionality. **What I want to reviewers make attention** There is a bunch of FIXME and TODO in code. Personally to boud: there is some unit-test I have commented in KoTextEditor, it is pointed with FIXME, check it plz. Reviewers: boemann, rempt, staniek Reviewed By: staniek Subscribers: staniek, #calligra:_3.0 Projects: #calligra:_3.0 Differential Revision: https://phabricator.kde.org/D235
-
Halla Rempt authored
-
Halla Rempt authored
-
Friedrich W. H. Kossebau authored
-
Script Kiddy authored
-
Halla Rempt authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Jarosław Staniek authored
Kexi 3 Port! Conflicts: kexi/plugins/importexport/csv/kexicsvexport.cpp kexi/plugins/importexport/csv/kexicsvimportdialog.cpp
-
- 31 Aug, 2015 7 commits
-
-
Friedrich W. H. Kossebau authored
Fixes T450
-
Friedrich W. H. Kossebau authored
-
Albert Astals Cid authored
find: invalid expression; you have used a binary operator '-o' with nothing before it. Please check it's what you really wanted CCMAIL: staniek@kde.org
-
Michael Abrahams authored
Summary: See https://techbase.kde.org/Development/ECM_SourceIncompatChanges#ECMInstallIcons.cmake This was the icon patch that was accidentally included in D270. Reviewers: rempt Differential Revision: https://phabricator.kde.org/D272
-
Michael Abrahams authored
-
Halla Rempt authored
Use html instead of plain text, so we can have links, sort the color depths combobox, fix the wording in some texts, use US English where applicable, fix a crash when selecting another color space.
-
Halla Rempt authored
-
- 30 Aug, 2015 8 commits
-
-
Denis Kuplyakov authored
Summary: Tried to make a minimal possible change. Test Plan: To test: uncomment search of soprano. See D200 for details. As I know semantic items menu on top was hidden from users before, so I really don't know how to test it except building :) Reviewers: kossebau Reviewed By: kossebau Projects: #calligra:_3.0 Maniphest Tasks: T462 Differential Revision: https://phabricator.kde.org/D248
-
Friedrich W. H. Kossebau authored
Summary: To understand these changes best read the section "Connecting Calls to Catalogs" at http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/prg_guide.html#link_cat Instead of adding #define TRANSLATION_DOMAIN "foolib" to lots of files, many projects simply use -DTRANSLATION_DOMAIN="foolib" with all sources, this seems most simple here as well at the respective places in the hierarchy, usually at the same place as the respective Message.sh script. While for the actual app it is recommended to call KLocalizedString::setApplicationDomain("fooapp"); instead of using the TRANSLATION_DOMAIN var, Calligra code has source files for plugins/parts and apps not cleanly separated. So using TRANSLATION_DOMAIN for all code, including app code, again seems most simple. Exceptions from this rule done for the few simple util apps though. Projects: #calligra:_3.0 Maniphest Tasks: T449 Differential Revision: https://phabricator.kde.org/D131
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Halla Rempt authored
Conflicts: CMakeLists.txt krita/libcolor/kis_color_manager_dummy.cpp krita/libcolor/kis_color_manager_linux.cpp krita/plugins/formats/xcf/CMakeLists.txt krita/ui/KisView.cpp krita/ui/kis_action_manager.cpp libs/db/drivers/sqlite/sqlitepreparedstatement.cpp libs/rdf/KoRdfSemanticItemFactoryBase.cpp
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Leftover from 8d5b73f619a03dfbd05024915d384fc10cf5c169
-
- 29 Aug, 2015 4 commits
-
-
Cyrille Berger authored
-
Friedrich W. H. Kossebau authored
"master" is now Qt5/KF5-based, and the "frameworks" branch done & closed CCMAIL:calligra-devel@kde.org CCMAIL:kimageshop@kde.org CCMAIL:kexi-devel@kde.org # Conflicts: # libs/koreport/koreport_itemplugin.desktop # plugins/reporting/barcode/koreport_barcodeplugin.desktop # plugins/reporting/chart/koreport_chartplugin.desktop # plugins/reporting/maps/koreport_mapsplugin.desktop # plugins/reporting/web/koreport_webplugin.desktop
-
Wolthera van Hövell authored
-
Halla Rempt authored
-
- 28 Aug, 2015 1 commit
-
-
Wolthera van Hövell authored
-