Feed Advanced Search

Mar 28 2020

danders committed R478:96d1e36d15f7: Prepare for version 2.6.2 (authored by danders).
Prepare for version 2.6.2
Mar 28 2020, 12:55 PM

Mar 27 2020

danders accepted D19680: Add print preview support to DrawIntoPainter and AdvancedHeaderFooter example.

Hmmm, seems I have totally forgotten about this, sorry!
I see no reason it can't be pushed.

Mar 27 2020, 1:53 PM
danders committed R8:886e80baee69: kundo2_aware_xgettext.sh: Seems BSD does not have tail -n +NUM (authored by danders).
kundo2_aware_xgettext.sh: Seems BSD does not have tail -n +NUM
Mar 27 2020, 12:59 PM
danders added a comment to T12787: Calligra 3.2 release.

Ok, unit tests fixed,
There are a few on BSD that fails but these are just sanity checks for i18n, in case somebody does something 'stupid' with some Message.sh file, so I think we can live with it pt.
Seems BSD tail command is missing the tail -n +NUM variant so...

Mar 27 2020, 11:26 AM · Calligra: 3.0
danders updated the task description for T12787: Calligra 3.2 release.
Mar 27 2020, 11:22 AM · Calligra: 3.0
danders committed R8:739ce96ff6dc: Chart: Fix removing last dataset from KChartModel (authored by danders).
Chart: Fix removing last dataset from KChartModel
Mar 27 2020, 10:18 AM
danders committed R8:60abbfaaf330: Revert "TestKChartModel:Try to find out why test fails on BSD" (authored by danders).
Revert "TestKChartModel:Try to find out why test fails on BSD"
Mar 27 2020, 10:18 AM
danders added a reverting change for R8:65c125202101: TestKChartModel:Try to find out why test fails on BSD: R8:60abbfaaf330: Revert "TestKChartModel:Try to find out why test fails on BSD".
Mar 27 2020, 10:18 AM
danders committed R8:65c125202101: TestKChartModel:Try to find out why test fails on BSD (authored by danders).
TestKChartModel:Try to find out why test fails on BSD
Mar 27 2020, 7:25 AM
danders committed R478:960c6d717d7d: KGantt: Port away from depreciated QModelIndex::child (authored by danders).
KGantt: Port away from depreciated QModelIndex::child
Mar 27 2020, 7:02 AM
danders committed R478:38de78cbce77: KGantt::GraphicsView: Guard against connecting to nullptr (authored by danders).
KGantt::GraphicsView: Guard against connecting to nullptr
Mar 27 2020, 7:02 AM
danders committed R478:567eccc064dd: Timeline should be off by default (authored by danders).
Timeline should be off by default
Mar 27 2020, 7:02 AM
danders committed R1026:ae96aa810349: Documentation: Put the whole doc into one file to not confuse xml2po (authored by danders).
Documentation: Put the whole doc into one file to not confuse xml2po
Mar 27 2020, 6:23 AM

Mar 26 2020

danders accepted D28307: Fix build of KGantt.
Mar 26 2020, 6:34 PM
danders committed R1026:c2a982862c0c: Documentation: Use sect5 titles, layout fixed in frameworks (authored by danders).
Documentation: Use sect5 titles, layout fixed in frameworks
Mar 26 2020, 1:03 PM
danders added a comment to D28307: Fix build of KGantt.

Ummpf, my mistake, it is the GraphicsItem that needs exporting.

Mar 26 2020, 12:57 PM
danders accepted D28304: Use bold italic at 100% for sect4 titles, and bold 100% for sect5 titles.
Mar 26 2020, 12:52 PM · Documentation, Frameworks
danders added a comment to D28304: Use bold italic at 100% for sect4 titles, and bold 100% for sect5 titles.

I got the best result (imho) with this:
div.sect3 h4 {

font-size: 100%;
font-weight: bold;

}
div.sect4 h5 {

font-size: 100%;
font-weight: bold;

}

Mar 26 2020, 12:40 PM · Documentation, Frameworks
danders committed R478:e687cfcecdcd: TestKGanttView: Remove unused variable (authored by danders).
TestKGanttView: Remove unused variable
Mar 26 2020, 11:46 AM
danders committed R478:d45231700b1d: Add MultiItem unit test (authored by danders).
Add MultiItem unit test
Mar 26 2020, 11:46 AM
danders committed R1026:c4901979b850: Documentation: Adjust structure to satisfy xml2po (authored by danders).
Documentation: Adjust structure to satisfy xml2po
Mar 26 2020, 9:55 AM
danders committed R1026:6deb43c8236b: Remove a temporary string freeze workaround (authored by danders).
Remove a temporary string freeze workaround
Mar 26 2020, 9:55 AM
danders committed R478:f21bbcbf102a: Install kganttabstractgrid_p.h, needed for subclassing AbstractGrid (authored by danders).
Install kganttabstractgrid_p.h, needed for subclassing AbstractGrid
Mar 26 2020, 9:52 AM
danders committed R478:2cf70768e120: Make it possible to sub-class GraphicsItem (authored by danders).
Make it possible to sub-class GraphicsItem
Mar 26 2020, 9:52 AM

Mar 23 2020

danders committed R8:eea31cfdebbb: CalligraProducts.cmake: Make stencils docker optional (authored by danders).
CalligraProducts.cmake: Make stencils docker optional
Mar 23 2020, 9:21 AM

Mar 20 2020

danders requested review of D28157: Fix crash when setGraphivsView() is called.
Mar 20 2020, 8:28 AM
danders committed R478:f8f0f370ac26: TestKGanttView: Contract says do not set models before setGraphicsView is called (authored by danders).
TestKGanttView: Contract says do not set models before setGraphicsView is called
Mar 20 2020, 8:24 AM

Mar 19 2020

danders added a comment to T12815: Create Calligra Framework by separating out applications and libraries.

I think where leinir has landed is more doable than a frameworks.
Also if compiletime is a big hurdle, I see a couple of things that can be done:

  • Remove pigment, see T5738.
Mar 19 2020, 3:01 PM · Calligra: 3.0
danders committed R478:8981e88856bd: KGantt: Add to unit test of KGantt::View (authored by danders).
KGantt: Add to unit test of KGantt::View
Mar 19 2020, 12:55 PM

Mar 15 2020

danders committed R1026:783632ba3d24: Documentation: Mainly move images into its own line (authored by danders).
Documentation: Mainly move images into its own line
Mar 15 2020, 1:38 PM
danders committed R8:5fcc03682dd3: TestNumberStyle: min-exponent-digits *is* handled now (authored by danders).
TestNumberStyle: min-exponent-digits *is* handled now
Mar 15 2020, 9:53 AM
danders committed R8:039b8731c32c: PointStorage: Fix lastInRow() (authored by danders).
PointStorage: Fix lastInRow()
Mar 15 2020, 9:53 AM

Mar 14 2020

danders committed R8:8f2d4438cdf8: PointStorge: Fix detection of non-filled cells (authored by danders).
PointStorge: Fix detection of non-filled cells
Mar 14 2020, 8:33 AM
danders committed R8:30c552b24ecf: Scientific number exponents has minmum 2 digits as default (as excel/lo calc) (authored by danders).
Scientific number exponents has minmum 2 digits as default (as excel/lo calc)
Mar 14 2020, 8:33 AM
danders committed R8:38bae37bafce: Fix formatting of scientific numbers (authored by danders).
Fix formatting of scientific numbers
Mar 14 2020, 8:33 AM
danders committed R8:25c377368812: KoSnapProxy: Fix infinit loop (authored by danders).
KoSnapProxy: Fix infinit loop
Mar 14 2020, 8:33 AM

Mar 13 2020

danders abandoned D7228: SpellCheck: Fix markup rebasing when simple edits are done (one char added).

Has been comitted

Mar 13 2020, 10:14 AM · Calligra: 3.0
danders closed D11191: Remove Plan dependencies from CMakeLists.txt.
Mar 13 2020, 10:12 AM · Calligra: 3.0
danders added a comment to D15775: Make the item background color and page cache properties available from View component.

ping

Mar 13 2020, 10:11 AM · Calligra: 3.0
danders added a comment to D25034: Fix decoding of strings with wingdings/symbol characters in excel TxO records..

ping

Mar 13 2020, 10:08 AM · Calligra: 3.0
danders added a reviewer for D26050: Fix build with poppler 82: danders.
Mar 13 2020, 10:06 AM · Calligra: 3.0
danders closed D22545: Add missing include QDate.
Mar 13 2020, 9:01 AM · Calligra: 3.0

Mar 12 2020

danders accepted D28012: Fix build with Qt 5.15 beta2.
Mar 12 2020, 1:21 PM
danders added a comment to D25714: [WIP]: Port away from deprecated KHtml.

Still wip, or...

Mar 12 2020, 8:41 AM · Calligra: 3.0
danders added a comment to D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.

ping?

Mar 12 2020, 8:40 AM · Calligra: 3.0
danders accepted D24852: Remove list style from headings.

Most seems to be positive, so go for it.

Mar 12 2020, 8:36 AM · Calligra: 3.0
danders added a comment to D26050: Fix build with poppler 82.

@tcanabrava please abondone this.

Mar 12 2020, 8:30 AM · Calligra: 3.0
danders abandoned D2577: KoResourcePaths: Fix handling of wildcards in directories and files.
Mar 12 2020, 8:29 AM · Calligra: 3.0, KEXI
danders accepted D15428: [textlayout] Don't enter infinite loop when table is misfit.

There are unit tests that fail without this, so if somebody doas not come up with code that shows this is wrong, please commit.

Mar 12 2020, 8:26 AM · Calligra: 3.0
danders added a comment to D26328: Calculate and display proper number for headings started with lower level for DOC, DOCX and ODT..

Any comments, anyone?
I have not tested and does not know if it is the right way to do it.
If nobody have comments, I'm willing to trust the author and say go for it!

Mar 12 2020, 8:23 AM · Calligra: 3.0

Mar 11 2020

danders committed R8:66dd61f5c6bc: Some virtual funcions cannot be marked override (authored by danders).
Some virtual funcions cannot be marked override
Mar 11 2020, 10:40 AM

Mar 9 2020

danders added a reviewer for D26328: Calculate and display proper number for headings started with lower level for DOC, DOCX and ODT.: boemann.
Mar 9 2020, 10:54 AM · Calligra: 3.0
danders updated subscribers of T12787: Calligra 3.2 release.
Mar 9 2020, 9:39 AM · Calligra: 3.0
danders added a comment to T12787: Calligra 3.2 release.

I'm looking into the unit tests.
We should get open diffs accepted or rejected/postponed.
Also I propose we make a beta release together with string/feature freeze,
then branch when we do the final release.

Mar 9 2020, 9:33 AM · Calligra: 3.0
danders added a comment to D25423: Fill table cells with color for ODS and XLSX files.

ping?

Mar 9 2020, 9:15 AM · Calligra: 3.0
danders added a comment to D25422: Handle custom-shapes to display text in ODP files.

ping?

Mar 9 2020, 9:13 AM · Calligra: 3.0
danders added a comment to D26050: Fix build with poppler 82.

Ooops, seems I fixed this (+ 0.83) in separate commits, so this can be closed.

Mar 9 2020, 9:09 AM · Calligra: 3.0
danders added a comment to D26221: Use QQC2 Dialog.

ping?

Mar 9 2020, 9:05 AM · Calligra: 3.0

Mar 6 2020

danders committed R8:b9d65515e201: More poppler version stuff (authored by danders).
More poppler version stuff
Mar 6 2020, 7:05 AM
danders committed R8:4b557f676987: Build with poppler version >= 0.83.0 (authored by danders).
Build with poppler version >= 0.83.0
Mar 6 2020, 7:05 AM
danders committed R8:b7081c42e80e: Build with poppler version >= 0.82.0 (authored by danders).
Build with poppler version >= 0.82.0
Mar 6 2020, 7:05 AM
danders committed R8:fab9f302ba7e: Pdf import: Not allowed to delete a std:unique_ptr so reset instead (authored by danders).
Pdf import: Not allowed to delete a std:unique_ptr so reset instead
Mar 6 2020, 7:05 AM
danders committed R8:cbd509b06a39: Karbon: Remove unmaintained splash (authored by danders).
Karbon: Remove unmaintained splash
Mar 6 2020, 7:05 AM
danders committed R8:c405ba307cd6: Build with poppler version >= 0.83.0 (authored by danders).
Build with poppler version >= 0.83.0
Mar 6 2020, 7:05 AM

Mar 5 2020

danders committed R8:c246bdfe3290: Oops, missed this one (authored by danders).
Oops, missed this one
Mar 5 2020, 1:39 PM
danders committed R8:6bfb4c16feea: Even more poppler version (authored by danders).
Even more poppler version
Mar 5 2020, 12:31 PM
danders committed R8:7cc805994456: Image export: Missing return statement (authored by danders).
Image export: Missing return statement
Mar 5 2020, 12:30 PM
danders committed R8:853ba3f7ae77: More poppler version stuff (authored by danders).
More poppler version stuff
Mar 5 2020, 11:52 AM
danders committed R8:57ea14dd5de4: Build with poppler version >= 0.83.0 (authored by danders).
Build with poppler version >= 0.83.0
Mar 5 2020, 11:11 AM
danders committed R8:2badd666aa23: Build with poppler version >= 0.82.0 (authored by danders).
Build with poppler version >= 0.82.0
Mar 5 2020, 10:38 AM
danders committed R8:79d9f77048ad: Pdf import: Not allowed to delete a std:unique_ptr so reset instead (authored by danders).
Pdf import: Not allowed to delete a std:unique_ptr so reset instead
Mar 5 2020, 9:40 AM
ognarb awarded R8:ff8a48b5e673: Karbon: Remove unmaintained splash a Party Time token.
Mar 5 2020, 9:18 AM
danders committed R8:ff8a48b5e673: Karbon: Remove unmaintained splash (authored by danders).
Karbon: Remove unmaintained splash
Mar 5 2020, 8:49 AM
danders committed R8:b3a0881001b2: Build with poppler version >= 0.83.0 (authored by danders).
Build with poppler version >= 0.83.0
Mar 5 2020, 8:43 AM

Mar 4 2020

danders added a comment to R8:6d73d7a6949b: Revert changes to org.kde.calligraflow.appdata.xml.

Flow has been removed as karbon now can do everything flow could.

Mar 4 2020, 7:27 AM
danders committed R8:5fcdfe36ead3: Merge branch 'danders_remove_flow' (authored by danders).
Merge branch 'danders_remove_flow'
Mar 4 2020, 6:58 AM
danders committed R8:f8786b001b75: Remove flow, not needed since karbon can do it all (authored by danders).
Remove flow, not needed since karbon can do it all
Mar 4 2020, 6:58 AM
danders closed D25254: Remove flow, not needed since karbon can do it all.
Mar 4 2020, 6:58 AM · Calligra: 3.0
danders committed R8:ee6a467a6171: Revert org.kde.calligraflow.appdata.xml to… (authored by danders).
Revert org.kde.calligraflow.appdata.xml to…
Mar 4 2020, 6:43 AM
danders committed R8:6d73d7a6949b: Revert changes to org.kde.calligraflow.appdata.xml (authored by danders).
Revert changes to org.kde.calligraflow.appdata.xml
Mar 4 2020, 6:42 AM

Mar 3 2020

danders committed R1026:6d420bfce89a: Planner import: Try harder to get a task starttime (authored by danders).
Planner import: Try harder to get a task starttime
Mar 3 2020, 12:58 PM
danders committed R1026:096af2aef353: Planner import: Load coordinator (authored by danders).
Planner import: Load coordinator
Mar 3 2020, 12:55 PM
danders committed R1026:98d9bc88f025: Planner import: Resources do not need parent group anymore (authored by danders).
Planner import: Resources do not need parent group anymore
Mar 3 2020, 12:55 PM
danders committed R1026:fed930e88ca0: Add missing files (authored by danders).
Add missing files
Mar 3 2020, 12:55 PM
danders committed R1026:12782d37dc48: ResourceAssignmentItemModel: Resources does not need a parent group anymore (authored by danders).
ResourceAssignmentItemModel: Resources does not need a parent group anymore
Mar 3 2020, 12:55 PM
danders committed R1026:9e433e58a4f0: ResourceGroup: Fix mistakes (authored by danders).
ResourceGroup: Fix mistakes
Mar 3 2020, 12:55 PM
danders committed R1026:1fc68fdaff7d: Planner import: Try harder to get a task starttime (authored by danders).
Planner import: Try harder to get a task starttime
Mar 3 2020, 12:55 PM
danders committed R1026:1435598b5328: Rename Scope to Origin (authored by danders).
Rename Scope to Origin
Mar 3 2020, 12:55 PM
danders committed R1026:e854b2cce930: ResourceGroupItemModel: Map group columns to resource columns (authored by danders).
ResourceGroupItemModel: Map group columns to resource columns
Mar 3 2020, 12:55 PM
danders committed R1026:9a47142aba29: ResourceGroup: Add coordinator (authored by danders).
ResourceGroup: Add coordinator
Mar 3 2020, 12:55 PM
danders committed R1026:edf06163eea9: ResourceGroup: Make type a user definable free-text (authored by danders).
ResourceGroup: Make type a user definable free-text
Mar 3 2020, 12:55 PM
danders committed R1026:29719f94f59b: --qInfo (authored by danders).
--qInfo
Mar 3 2020, 12:55 PM

Mar 2 2020

danders committed R1026:5e24ac39fab6: Documentation: Fix a couple of copy/paste errors (authored by danders).
Documentation: Fix a couple of copy/paste errors
Mar 2 2020, 8:08 AM
danders committed R1026:faeabef7e724: Documentation: Remove unused page (authored by danders).
Documentation: Remove unused page
Mar 2 2020, 8:08 AM
danders committed R1026:ffb0a9e20207: Documentation: Restructure docs to make referencing pages from app uniform (authored by danders).
Documentation: Restructure docs to make referencing pages from app uniform
Mar 2 2020, 8:08 AM

Feb 28 2020

danders committed R1026:08a873c711ec: Port commit 2722bab8ca05af6b62fc596a04aaf6c3976d8824 by Yuri Chornoivan (authored by danders).
Port commit 2722bab8ca05af6b62fc596a04aaf6c3976d8824 by Yuri Chornoivan
Feb 28 2020, 12:01 PM
danders committed R1026:9e6282bc3b5a: Documentation: Create a saner structure than userbase export was able to do. (authored by danders).
Documentation: Create a saner structure than userbase export was able to do.
Feb 28 2020, 12:01 PM
danders committed R1026:f9a6b1a5532d: Documentation: Remove unused links (authored by danders).
Documentation: Remove unused links
Feb 28 2020, 12:01 PM
danders committed R1026:a347bfa14208: Documentation: Fix some mistakes (authored by danders).
Documentation: Fix some mistakes
Feb 28 2020, 12:01 PM
danders committed R1026:d860074eecd6: Documentation: Split docbook into chapters for easier maintenance (authored by danders).
Documentation: Split docbook into chapters for easier maintenance
Feb 28 2020, 12:01 PM