Feed Advanced Search

Nov 6 2019

pvuorela accepted D25037: Don't drop number styling information from xlsx cell formats which start with a currency symbol..

Seems good.

Nov 6 2019, 1:15 PM · Calligra: 3.0
pvuorela accepted D25036: Don't double format spreadsheet currency values with custom format strings..

Seems good.

Nov 6 2019, 1:15 PM · Calligra: 3.0
pvuorela accepted D25035: Fix incorrect conditional styling of spreadsheet cells..

Looks good to me.

Nov 6 2019, 1:15 PM · Calligra: 3.0

Nov 5 2019

danders closed D20400: Karbon: Enable multi page capability.
Nov 5 2019, 8:50 AM · Calligra: 3.0
danders added a comment to D20400: Karbon: Enable multi page capability.

Now we have insert page, but we don't exports them :) If you think that's ok for now go for it.

Nov 5 2019, 8:48 AM · Calligra: 3.0

Nov 4 2019

danders updated the diff for D20400: Karbon: Enable multi page capability.

KarbonView: Add slot to handle replaceActivePage

Nov 4 2019, 12:36 PM · Calligra: 3.0
danders updated the diff for D20400: Karbon: Enable multi page capability.

SvgImport: Add the new layer to the page

Nov 4 2019, 12:28 PM · Calligra: 3.0

Nov 1 2019

danders updated the diff for D20400: Karbon: Enable multi page capability.

Handle removing pages from a pageapp properly

Nov 1 2019, 10:07 AM · Calligra: 3.0

Oct 30 2019

davidllewellynjones added inline comments to D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.
Oct 30 2019, 1:47 PM · Calligra: 3.0
davidllewellynjones updated the diff for D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.

Remove duplicated cmake definition.

Oct 30 2019, 1:47 PM · Calligra: 3.0
davidllewellynjones added inline comments to D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.
Oct 30 2019, 1:39 PM · Calligra: 3.0
anthonyfieroni added a comment to D24852: Remove list style from headings.

I think add should be conditional.

Oct 30 2019, 8:36 AM · Calligra: 3.0
anthonyfieroni added inline comments to D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.
Oct 30 2019, 8:35 AM · Calligra: 3.0
pvuorela closed D24761: Asign correct column width when importing XLS file.
Oct 30 2019, 7:41 AM · Calligra: 3.0
pvuorela closed D24943: Better charset, unicode and image support for RTF files.
Oct 30 2019, 7:41 AM · Calligra: 3.0

Oct 29 2019

davidllewellynjones accepted D24943: Better charset, unicode and image support for RTF files.

This looks like a nice and useful collection of changes to me.

Oct 29 2019, 2:01 PM · Calligra: 3.0
pvuorela updated the diff for D24943: Better charset, unicode and image support for RTF files.

Update image size reading conditions

Oct 29 2019, 12:53 PM · Calligra: 3.0
pvuorela added inline comments to D24943: Better charset, unicode and image support for RTF files.
Oct 29 2019, 12:46 PM · Calligra: 3.0
davidllewellynjones added inline comments to D24943: Better charset, unicode and image support for RTF files.
Oct 29 2019, 11:58 AM · Calligra: 3.0
davidllewellynjones updated the diff for D24761: Asign correct column width when importing XLS file.

Thanks here also @dcaliste. This is all a bit confusing I agree and deserves some explanation. I've added in something along the lines you suggested, which I think helps (your insight that the scaling has to match the font DPI really makes it clear).

Oct 29 2019, 10:08 AM · Calligra: 3.0
davidllewellynjones updated the diff for D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.

Thanks @dcaliste, this is an excellent suggestion and much better naming. I've updated the diff to make the changes you suggested.

Oct 29 2019, 9:09 AM · Calligra: 3.0
denexter updated the diff for D25037: Don't drop number styling information from xlsx cell formats which start with a currency symbol..

Removed whitespace changes.

Oct 29 2019, 7:11 AM · Calligra: 3.0
denexter requested review of D25037: Don't drop number styling information from xlsx cell formats which start with a currency symbol..
Oct 29 2019, 7:08 AM · Calligra: 3.0
denexter added a reviewer for D25036: Don't double format spreadsheet currency values with custom format strings.: pvuorela.
Oct 29 2019, 7:05 AM · Calligra: 3.0
denexter requested review of D25036: Don't double format spreadsheet currency values with custom format strings..
Oct 29 2019, 7:05 AM · Calligra: 3.0
denexter requested review of D25035: Fix incorrect conditional styling of spreadsheet cells..
Oct 29 2019, 6:58 AM · Calligra: 3.0
denexter requested review of D25034: Fix decoding of strings with wingdings/symbol characters in excel TxO records..
Oct 29 2019, 6:38 AM · Calligra: 3.0
denexter requested review of D25033: Extract images from excel files which omit the FtCF entry..
Oct 29 2019, 6:34 AM · Calligra: 3.0
denexter requested review of D25032: Read xlsx drawing dimensions from the xdr:ext element if available..
Oct 29 2019, 6:24 AM · Calligra: 3.0
denexter requested review of D25031: Don't allow an unrecognized child element to block loading of a shape plugin..
Oct 29 2019, 6:08 AM · Calligra: 3.0
denexter added inline comments to D24943: Better charset, unicode and image support for RTF files.
Oct 29 2019, 5:34 AM · Calligra: 3.0

Oct 28 2019

dcaliste added a comment to D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.

@davidllewellynjones, I hadn't time yet to test the patch, but the idea and implementation is already looking great in my opinion. Maybe, just one remark after looking at the proposed additions: not saving the formale, but the values should not be named read-only. Indeed, maybe in the future, we would like to be able to "inspect" the content of a cell, even on portable devices. Being able to read the formulae should then be possible, even if not for modification. I may suggest the following naming changes (functionality to load by values to help loading time is great) :

  • MSOOXML_IMPORT_READ_ONLY -> MSOOXML_IMPORT_BY_VALUES or MSOOXML_IMPORT_VALUES_ONLY
  • MSOOXML::readonlySpreadsheet() -> MSOOXML::byValuesSpreadsheet() or MSOOXML::valuesOnlySpreadsheet()
Oct 28 2019, 3:35 PM · Calligra: 3.0
pvuorela updated the diff for D24943: Better charset, unicode and image support for RTF files.

Whitespace adjustments

Oct 28 2019, 3:10 PM · Calligra: 3.0
davidllewellynjones requested review of D25008: Add XLSX spreadsheets import optimisations for small/readonly devices.
Oct 28 2019, 3:08 PM · Calligra: 3.0
pvuorela added inline comments to D24943: Better charset, unicode and image support for RTF files.
Oct 28 2019, 3:04 PM · Calligra: 3.0
davidllewellynjones accepted D24943: Better charset, unicode and image support for RTF files.

I've made some suggestions and have a couple of queries, but they're all very minor.

Oct 28 2019, 2:26 PM · Calligra: 3.0
pvuorela closed D24831: Migrate csv plugins from kdebug to qdebug.
Oct 28 2019, 2:05 PM · Calligra: 3.0
dcaliste accepted D24831: Migrate csv plugins from kdebug to qdebug.

The patch looks fine, thank you.

Oct 28 2019, 1:54 PM · Calligra: 3.0
dcaliste added a comment to D24761: Asign correct column width when importing XLS file.

Well, after reading the difference between the logical and physical DPI values: https://stackoverflow.com/questions/16561879/what-is-the-difference-between-logicaldpix-and-physicaldpix-in-qt (see the first answer), using the logical value is consistent with the hard coded "arial 10" font metric some line above.

Oct 28 2019, 1:36 PM · Calligra: 3.0
pvuorela accepted D24761: Asign correct column width when importing XLS file.
Oct 28 2019, 8:56 AM · Calligra: 3.0
pvuorela closed D19759: Remove unsupported attributes from QGraphicsWidgets.
Oct 28 2019, 7:15 AM · Calligra: 3.0

Oct 25 2019

akomakhin added a comment to D24852: Remove list style from headings.

All I'm saying is removing it completely is probably just as wrong as leaving it in. Maybe you could come up with some if case

Oct 25 2019, 4:54 PM · Calligra: 3.0
boemann added a comment to D24852: Remove list style from headings.

All I'm saying is removing it completely is probably just as wrong as leaving it in. Maybe you could come up with some if case

Oct 25 2019, 1:52 PM · Calligra: 3.0
akomakhin added a comment to D24852: Remove list style from headings.

I think this will break those headings that actually should have numbering, so i think further investigation is needed with such cases

Oct 25 2019, 1:48 PM · Calligra: 3.0
pvuorela requested review of D24943: Better charset, unicode and image support for RTF files.
Oct 25 2019, 1:44 PM · Calligra: 3.0
pvuorela added a comment to D24761: Asign correct column width when importing XLS file.

Seems it was indeed the only physicalDpi, though not too many logical either. Not trivial to follow, but seems sane and the screenshots are thorough. I'll approve if no-one objects shortly.

Oct 25 2019, 11:27 AM · Calligra: 3.0

Oct 22 2019

boemann added a reviewer for D24852: Remove list style from headings: boemann.
Oct 22 2019, 10:06 AM · Calligra: 3.0
boemann added a comment to D24852: Remove list style from headings.

I think this will break those headings that actually should have numbering, so i think further investigation is needed with such cases

Oct 22 2019, 10:03 AM · Calligra: 3.0
pvuorela closed D24830: Add support for strikeout text in RTF documents.
Oct 22 2019, 9:58 AM · Calligra: 3.0
akomakhin updated the summary of D24852: Remove list style from headings.
Oct 22 2019, 9:08 AM · Calligra: 3.0
akomakhin added reviewers for D24852: Remove list style from headings: pvuorela, Calligra: 3.0.
Oct 22 2019, 9:05 AM · Calligra: 3.0
akomakhin requested review of D24852: Remove list style from headings.
Oct 22 2019, 9:05 AM · Calligra: 3.0
pvuorela accepted D24830: Add support for strikeout text in RTF documents.

Looking good to me.

Oct 22 2019, 8:15 AM · Calligra: 3.0

Oct 21 2019

boemann added a comment to D24830: Add support for strikeout text in RTF documents.

As far as I'm concerned you may push to rtf importer at your own discretion

Oct 21 2019, 2:49 PM · Calligra: 3.0
akomakhin updated the diff for D24830: Add support for strikeout text in RTF documents.

Fixed set value from "true" to expression " ! hasValue || ( hasValue && value != 0 ) "

Oct 21 2019, 2:27 PM · Calligra: 3.0
pvuorela added inline comments to D24830: Add support for strikeout text in RTF documents.
Oct 21 2019, 2:12 PM · Calligra: 3.0
pvuorela added reviewers for D24831: Migrate csv plugins from kdebug to qdebug: dcaliste, leinir.
Oct 21 2019, 2:07 PM · Calligra: 3.0
pvuorela requested review of D24831: Migrate csv plugins from kdebug to qdebug.
Oct 21 2019, 2:06 PM · Calligra: 3.0
akomakhin requested review of D24830: Add support for strikeout text in RTF documents.
Oct 21 2019, 1:57 PM · Calligra: 3.0

Oct 18 2019

davidllewellynjones updated the test plan for D24761: Asign correct column width when importing XLS file.
Oct 18 2019, 4:10 PM · Calligra: 3.0
davidllewellynjones added reviewers for D24761: Asign correct column width when importing XLS file: Calligra: 3.0, pvuorela.
Oct 18 2019, 4:02 PM · Calligra: 3.0
davidllewellynjones requested review of D24761: Asign correct column width when importing XLS file.
Oct 18 2019, 3:53 PM · Calligra: 3.0

Sep 14 2019

boemann accepted D7946: CSV characters should not be translated.

Looks simple enough to me too - someone please push

Sep 14 2019, 7:02 PM · Calligra: 3.0
guoyunhe added a comment to D7946: CSV characters should not be translated.

How can we push this forward?

Sep 14 2019, 5:30 PM · Calligra: 3.0

Sep 8 2019

anthonyfieroni added a comment to D15428: [textlayout] Don't enter infinite loop when table is misfit.

Let's commit this, it's fair small patch but it covers some unwanted crashes.

Sep 8 2019, 6:46 AM · Calligra: 3.0

Sep 7 2019

anthonyfieroni closed D23327: [Gemini] Clarify deletion of document.
Sep 7 2019, 10:18 AM · Calligra: 3.0
anthonyfieroni closed D23617: [gemini] Remove "template://" scheme from file name.
Sep 7 2019, 10:18 AM · Calligra: 3.0
leinir accepted D23617: [gemini] Remove "template://" scheme from file name.

Long as that works on linux, that ought to do the trick, yes :) (probably ought to have been there to start with anyway)

Sep 7 2019, 8:11 AM · Calligra: 3.0

Sep 3 2019

anthonyfieroni updated the diff for D23617: [gemini] Remove "template://" scheme from file name.

I can't test, but it should be fine.

Sep 3 2019, 6:13 PM · Calligra: 3.0

Sep 2 2019

leinir requested changes to D23617: [gemini] Remove "template://" scheme from file name.

Something tells me there's going to be problems on windows if this gets done... since that is the precise reason that code exists in the first place: https://phabricator.kde.org/R8:c1866b590bd6103fdf118558834104be2737cca4

Sep 2 2019, 5:27 PM · Calligra: 3.0
anthonyfieroni updated the diff for D23617: [gemini] Remove "template://" scheme from file name.

Test plan:

Sep 2 2019, 3:49 PM · Calligra: 3.0
dcaliste closed D23492: Correct anchor detection in QML components..
Sep 2 2019, 1:57 PM · Calligra: 3.0
dcaliste abandoned D23679: Correct anchor detection in QML components..

Sorry, made a mistake with arc… This differential revision is already D23492.

Sep 2 2019, 1:36 PM · Calligra: 3.0
dcaliste requested review of D23679: Correct anchor detection in QML components..
Sep 2 2019, 1:34 PM · Calligra: 3.0
pvuorela added a comment to D23492: Correct anchor detection in QML components..

And even rendering now better, no idea what happened.

Sep 2 2019, 12:41 PM · Calligra: 3.0
pvuorela accepted D23492: Correct anchor detection in QML components..

Having a bit strange rendering for TextDocumentImpl.cpp changes here, but the raw diff looks good now. Trust all good :)

Sep 2 2019, 12:40 PM · Calligra: 3.0
leinir added a comment to D23617: [gemini] Remove "template://" scheme from file name.

That makes sense but none handle that schemes or should be responsible for that?

Sep 2 2019, 8:02 AM · Calligra: 3.0
dcaliste updated the diff for D23492: Correct anchor detection in QML components..

Thank you pvuorela pointing out other places for this construct. I've updated the patch with a fix for the faulty loops for spreadsheets and presentations also.

Sep 2 2019, 7:00 AM · Calligra: 3.0

Sep 1 2019

anthonyfieroni added a comment to D23617: [gemini] Remove "template://" scheme from file name.

That makes sense but none handle that schemes or should be responsible for that?

Sep 1 2019, 11:19 AM · Calligra: 3.0
leinir added a comment to D23617: [gemini] Remove "template://" scheme from file name.

The idea is that the template protocol gets caught by the components, which marks the file as new, resets the filename and so on (the way you would expect a template to work). Doing it this way just opens the template as a file, and requires the user to manually do the save-as thing... Unless you are trying to actually edit the template, this isn't the solution... Create file will be something similar.

Sep 1 2019, 9:40 AM · Calligra: 3.0

Aug 31 2019

anthonyfieroni requested review of D23617: [gemini] Remove "template://" scheme from file name.
Aug 31 2019, 8:14 PM · Calligra: 3.0
anthonyfieroni updated the diff for D23327: [Gemini] Clarify deletion of document.

Fix a bunch of crashes :)

Aug 31 2019, 7:32 PM · Calligra: 3.0

Aug 30 2019

leinir accepted D23492: Correct anchor detection in QML components..

Oh dear, yes, took a moment. Well spotted indeed!

Aug 30 2019, 11:33 AM · Calligra: 3.0
pvuorela added a comment to D23492: Correct anchor detection in QML components..

Indeed that doesn't look like a good loop, if triggered once, nothing affecting the break out condition inside of it. But isn't the same thing happening also at the beginning of this method, and actually same kind of construct being there in spreadsheet and presentation impls too?

Aug 30 2019, 11:27 AM · Calligra: 3.0

Aug 27 2019

dcaliste requested review of D23492: Correct anchor detection in QML components..
Aug 27 2019, 1:32 PM · Calligra: 3.0

Aug 21 2019

leinir accepted D23327: [Gemini] Clarify deletion of document.

Well spotted. Yes, this is frankly from before i quite understood how smart pointer types worked, so... yeah, my bad, and thanks for sorting this :) As you say, there's plenty of more stuff to do, including some semi-basic interaction issues...

Aug 21 2019, 7:15 PM · Calligra: 3.0
anthonyfieroni requested review of D23327: [Gemini] Clarify deletion of document.
Aug 21 2019, 6:41 PM · Calligra: 3.0

Aug 16 2019

asturmlechner abandoned D23202: Fix headers for >=KCalCore-5.12.0.
Aug 16 2019, 4:21 PM · Calligra: 3.0
vkrause added a comment to D23202: Fix headers for >=KCalCore-5.12.0.

Version header backward compatibility addressed in D23204.

Aug 16 2019, 4:02 PM · Calligra: 3.0
vkrause added a comment to D23202: Fix headers for >=KCalCore-5.12.0.

see https://cgit.kde.org/kcalcore.git/tree/src/CMakeLists.txt#n138 - seems to work here

Aug 16 2019, 3:54 PM · Calligra: 3.0
asturmlechner added a comment to D23202: Fix headers for >=KCalCore-5.12.0.

This isn't wrong, but I'm surprised it's needed, we explicitly install headers in the old location too, for compatibility?

Aug 16 2019, 3:49 PM · Calligra: 3.0
vkrause added a comment to D23202: Fix headers for >=KCalCore-5.12.0.

This isn't wrong, but I'm surprised it's needed, we explicitly install headers in the old location too, for compatibility?

Aug 16 2019, 3:47 PM · Calligra: 3.0
dfaure requested changes to D23202: Fix headers for >=KCalCore-5.12.0.
Aug 16 2019, 3:47 PM · Calligra: 3.0
dfaure added a reviewer for D23202: Fix headers for >=KCalCore-5.12.0: vkrause.
Aug 16 2019, 3:46 PM · Calligra: 3.0
asturmlechner requested review of D23202: Fix headers for >=KCalCore-5.12.0.
Aug 16 2019, 2:29 PM · Calligra: 3.0

Jul 24 2019

usta updated subscribers of D22545: Add missing include QDate.

Because i was away for a short vacation i coudnt commit this one but
@dfaure committed same thing :) with 0c5430697bdcf41a45046107b28014e40c49a11a
So i think we need to discard this review

Jul 24 2019, 2:40 AM · Calligra: 3.0

Jul 20 2019

pino added a comment to D22545: Add missing include QDate.
In D22545#498239, @usta wrote:

i will just commit this to master or do i need to xommit to a branch then merge it to master ?

Jul 20 2019, 3:25 AM · Calligra: 3.0

Jul 19 2019

usta added a comment to D22545: Add missing include QDate.

i will just commit this to master or do i need to xommit to a branch then merge it to master ? (i have been away from kde about more then 6 years)

Jul 19 2019, 10:10 PM · Calligra: 3.0
boemann accepted D22545: Add missing include QDate.

btw For such small fixes we don't usually require review

Jul 19 2019, 10:08 AM · Calligra: 3.0

Jul 18 2019

usta requested review of D22545: Add missing include QDate.
Jul 18 2019, 11:35 PM · Calligra: 3.0