Re: Icons installed by apps

2015-09-22 Thread Albert Astals Cid
El Dimarts, 22 de setembre de 2015, a les 14:17:28, Jaroslaw Staniek va escriure: > Hello, > A couple of related questions while wrestling with issues such as [1]. > > Let's assume Kexi app installs some icons to > PREFIX/share/kexi/icons/oxygen/32x32/places/ or > PREFIX/share/kexi/icons/breeze/3

Re: Icons installed by apps

2015-09-22 Thread Albert Astals Cid
El Dimarts, 22 de setembre de 2015, a les 23:01:06, Jaroslaw Staniek va escriure: > On 22 September 2015 at 22:55, Matthias Klumpp wrote: > > Am 22.09.2015 10:32 nachm. schrieb "Albert Astals Cid" : > >> El Dimarts, 22 de setembre de 2015, a les 14:17:28, Jaroslaw St

Re: Icons installed by apps

2015-09-23 Thread Albert Astals Cid
El Dimecres, 23 de setembre de 2015, a les 22:12:39, Jaroslaw Staniek va escriure: > On 23 September 2015 at 09:31, Harald Sitter wrote: > >> You mean if {appname} and {appname}-foo doesn't right? > >> > >> the XDG icon spec has some kind of inheritance built into the name so > >> > >> someacti

Re: Selecting the needed po catalogs in the module dir (was: Re: calligra 3.0.0 tarball)

2016-12-08 Thread Albert Astals Cid
El dijous, 8 de desembre de 2016, a les 20:44:34 CET, Friedrich W. H. Kossebau va escriure: > Am Donnerstag, 8. Dezember 2016, 12:11:26 CET schrieb Dag: > > Boudewijn Rempt skrev den 2016-12-08 11:53: > > > On Thu, 8 Dec 2016, Dag wrote: > > >> Boudewijn Rempt skrev den 2016-12-08 11:13: > > >> >

Re: Calligra and Okular versions

2016-12-09 Thread Albert Astals Cid
El divendres, 9 de desembre de 2016, a les 15:49:08 CET, Jonathan Riddell va escriure: > Recently Okular's internal version changed and so did the requirement > for Okular by Calligra. > > Okular is now set to 0.99.0 for the stable Applications/16.12 branch > and Calligra wants 0.99.60. I fucked

Re: Phabricator: All repositories registered - upcoming workflow changes

2017-02-01 Thread Albert Astals Cid
El dijous, 2 de febrer de 2017, a les 7:45:15 CET, Ben Cooksley va escriure: > Anything older than that usually won't apply to the code anymore. You'd be surprised (yes i have a script that actually applies the MRs and lots of them even very old apply). Cheers, Albert

Re: Retirement of Reviewboard - Transition to Phabricator

2017-08-27 Thread Albert Astals Cid
El dijous, 24 d’agost de 2017, a les 21:07:49 CEST, Ben Cooksley va escriure: > Hi all, > > The following is Sysadmin's suggested plan for the retirement of > Reviewboard now that Phabricator is fully up and running for hosting > of code reviews. > > Phase 1: Commences September 2: All repositori

D16388: Fix build with poppler 0.69

2018-10-23 Thread Albert Astals Cid
aacid accepted this revision. aacid added a comment. This revision is now accepted and ready to land. i'm really wondering how broken SvgOutputDev.h is since we've changed the API a bit i think. If it's not using override i guess suddenly stopped overriding functions and noone realized... RE

D16406: Fix build with poppler<0.64

2018-10-25 Thread Albert Astals Cid
aacid added inline comments. INLINE COMMENTS > CMakeLists.txt:1 > +if(Poppler_VERSION VERSION_GREATER "0.64.0" OR Poppler_VERSION VERSION_EQUAL > "0.64.0") > +add_definitions("-DHAVE_POPPLER_0_64") Do you think if (NOT Poppler_VERSION VERSION_LESS "0.64.0") makes it more readable? I'm

D16406: Fix build with poppler<0.64

2018-10-26 Thread Albert Astals Cid
aacid added a comment. I'd say let's go with what René suggested, i guess it what makes more sense. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D16406 To: arojas, #calligra:_3.0, aacid, pino Cc: rjvbb, pino, Calligra-Devel-list, dcaliste, cochise, vandenoever

D16406: Fix build with poppler<0.64

2018-10-26 Thread Albert Astals Cid
aacid added a comment. Looks good, since you seem to have a pre 0.64 build at hand, could you check it still actually builds after i added all the overrides? Maybe we need some more ifdef REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D16406 To: arojas, #calligra:_3

D16406: Fix build with poppler<0.64

2018-10-26 Thread Albert Astals Cid
aacid accepted this revision. aacid added a comment. When you say "But this one needs to be fixed in the 3.1 branch too" you mean D16406 (i.e. this very same patch) or the compilation error because of the overrides? The fact that the 3.1 branch "compi

D16406: Fix build with poppler<0.64

2018-10-26 Thread Albert Astals Cid
aacid added a comment. In D16406#349051 , @arojas wrote: > In D16406#349046 , @aacid wrote: > > > When you say "But this one needs to be fixed in the 3.1 branch too" you mean D16406

D16455: Fix build with poppler<0.64, take 2

2018-10-27 Thread Albert Astals Cid
aacid accepted this revision. This revision is now accepted and ready to land. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D16455 To: arojas, aacid Cc: Calligra-Devel-list, dcaliste, cochise, vandenoever

D16607: Fix build with poppler 0.71

2018-11-02 Thread Albert Astals Cid
aacid accepted this revision. This revision is now accepted and ready to land. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D16607 To: arojas, #calligra:_3.0, aacid Cc: Calligra-Devel-list, dcaliste, cochise, vandenoever

Autocorrect functionality

2022-10-18 Thread Albert Astals Cid
Sorry for the cross-posting. Please CC me, i'm on none of the two lists Both pimcommon and calligra have Autocorrect functionality, but PIM one broke at some point and I guess no one realized? PIM is looking for files in GenericDataDir/autocorrect https://invent.kde.org/pim/pimcommon/-/blo

Re: Autocorrect functionality

2022-10-19 Thread Albert Astals Cid
El dimecres, 19 d’octubre de 2022, a les 7:31:26 (CEST), Laurent Montel va escriure: > Le mercredi 19 octobre 2022, 01:05:19 CEST Albert Astals Cid a écrit : > > Sorry for the cross-posting. > > Please CC me, i'm on none of the two lists > > > > > > Both p

Re: Move Calligra to release service

2024-08-05 Thread Albert Astals Cid
El divendres, 26 de juliol del 2024, a les 11:29:05 (CEST), Carl Schwan va escriure: > Hi, > > I ported some times ago Calligra to Qt6 and I would propose adding Calligra > to release service starting with 24.12. I wanted to do do that already for > 24.08 but forgot, so I probably will soon do an

Re: Move Calligra to release service

2024-08-21 Thread Albert Astals Cid
should recommend distro to > ship it per default, or at least not yet ;) Ok, I am still not 100% convinced but I won't block on this. Cheers, Albert > > Cheers, > Carl > > PS: Send from mobile, sorry for the formatting > > On Tue, Aug 6, 2024, at 12:30 AM, Alb

Re: Move Calligra to release service

2024-09-06 Thread Albert Astals Cid
El dijous, 22 d’agost del 2024, a les 0:58:16 (CEST), Albert Astals Cid va escriure: > El dijous, 15 d’agost del 2024, a les 10:30:10 (CEST), Carl Schwan va > > escriure: > > Sorry I missed this email. > > > > Calligra kind of works already. Sure it doesn't suppo

Re: Outdated application pages at kde.org/applications

2011-03-15 Thread Albert Astals Cid
A Dimarts, 15 de març de 2011, Ingo Malchow va escriure: > 2011/3/15 Jaroslaw Staniek : > > On 15 March 2011 08:40, Ingo Malchow wrote: > >> 2011/3/14 Jaroslaw Staniek : > >>> Hi, > >>> (cc'd to kde-www) > >>> > >>> Just noticed [1] is outdated regarding app names and information. I > >>> plan to

Re: Review Request: Replace koffice with calligra everywhere (withing calligra source code)

2011-06-06 Thread Albert Astals Cid
A Monday, June 06, 2011, Cyrille Berger Skott va escriure: > Hi, > > CCing kde-i18n-doc, since someone there will know better where > documentation entities are defined: kdelibs/kdoctools/customization/entities/general.entities But i don't really remember if we had a policy of adding or not addi

Re: Re: [Okular-devel] About Calligra Active and what it should intend to be

2011-10-10 Thread Albert Astals Cid
Note: I am *not* subscribed to calligra-devel so CC me if you want to keep me in the loop A Diumenge, 9 d'octubre de 2011, Friedrich W. H. Kossebau vàreu escriure: > Hi, > > may I give a comment as outsider on the issue (also cross-posting okular- > devel, please follow-ups only to calligra-deve

Re: Autocorrect

2012-09-15 Thread Albert Astals Cid
El Divendres, 14 de setembre de 2012, a les 13:18:51, laurent Montel va escriure: > Hi, > Sorry for cross-posting. > > In kmail (4.10) I implemented auto-correction for kmcomposer. So now we can > autocorrect text when we wrote as in calligraword for example. > > There is a autocorrect.xml file

Re: Autocorrect

2012-09-16 Thread Albert Astals Cid
El Diumenge, 16 de setembre de 2012, a les 09:58:23, laurent Montel va escriure: > Le dimanche 16 septembre 2012 09:25:45 Cyrille Berger Skott a écrit : > > On Saturday 15 Sep 2012, Albert Astals Cid wrote: > > > I can move all the files to the correct location (and fix their &g

Re: Autocorrect

2012-09-24 Thread Albert Astals Cid
El Dilluns, 24 de setembre de 2012, a les 08:18:26, laurent Montel va escriure: > Le dimanche 16 septembre 2012 13:01:38 Albert Astals Cid a écrit : > > El Diumenge, 16 de setembre de 2012, a les 09:58:23, laurent Montel va > > > > escriure: > > > Le dimanche 16 s

Re: Review Request: Adding Messages.sh file for calligra active

2012-11-08 Thread Albert Astals Cid
Tushar, Boudewijn Rempt, Inge Wallin, Albert Astals Cid, and Yuri Chornoivan. Changes --- Adding myself, i'll give you a hand tomorrow when i get some free time Description --- Adding messages.sh for calligra active. Diffs - active/Messages.sh PRE-CREATION Diff:

Re: Review Request: Adding Messages.sh file for calligra active

2012-11-09 Thread Albert Astals Cid
. So i guess this request can be closed. - Albert Astals Cid On Nov. 9, 2012, 12:20 a.m., Sujith Haridasan wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Adding Messages.sh file for calligra active

2012-11-09 Thread Albert Astals Cid
/DocumentTypeSelector.qml:44:text: "Text Document" ./qml/DocumentTypeSelector.qml:54:text: "Spreadsheet" ./qml/DocumentTypeSelector.qml:63:text: "Presentation" ./qml/RecentFiles.qml:76:text: "No files here" - Albert

Re: [Okular-devel] Improving the book reading experience with KDE tech

2012-12-22 Thread Albert Astals Cid
El Diumenge, 23 de desembre de 2012, a les 01:18:23, Inge Wallin va escriure: > In just a few weeks Calligra 2.6 will be released, and with that the first > version of Calligra Author. The first version of Author will be very like > Words but it has a focus on the needs of a book writer rather than

Re: [Okular-devel] Improving the book reading experience with KDE tech

2012-12-23 Thread Albert Astals Cid
El Diumenge, 23 de desembre de 2012, a les 15:29:24, Inge Wallin va escriure: > On Sunday, December 23, 2012 03:09:28 Albert Astals Cid wrote: > > El Diumenge, 23 de desembre de 2012, a les 01:18:23, Inge Wallin va > > escriure: > > > In just a few weeks Calligra 2.6 wi

Re: Review Request 107100: Show message when no database server drivers are found, when trying to create/open/import project.

2013-02-06 Thread Albert Astals Cid
ws as open in reviewboard. - Albert Astals Cid On Nov. 21, 2012, 10:49 p.m., Dimitrios Tanis wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request 105559: Perspective grid feature moved to Perspective Assistant

2013-02-08 Thread Albert Astals Cid
? Needs improvements? Can be commited? Should be discarded? It's been 3 months without activity! - Albert Astals Cid On July 13, 2012, 6:10 p.m., Shivaraman Aiyer wrote: > > --- > This is an automatically generated e-mail. T

Re: Review Request 109088: remove code variants for Qt versions below the current min.requ. 4.7.0

2013-04-05 Thread Albert Astals Cid
review then to clear the queue? - Albert Astals Cid On Feb. 21, 2013, 9:58 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request 108651: Nicer appearance of image after cropping.

2013-04-05 Thread Albert Astals Cid
> On Jan. 29, 2013, 8:36 a.m., Dmitry Kazakov wrote: > > libs/widgets/KoZoomController.h, line 88 > > > > > > Probably, some other name without 'set' prefix would be better? One > > might thing this "setter"-metho

Re: Planning mass rename of pot files in Calligra

2013-08-12 Thread Albert Astals Cid
El Diumenge, 11 d'agost de 2013, a les 18:41:01, Friedrich W. H. Kossebau va escriure: > Hi, Hi! > I have been adding some proper namespace to the names of some Calligra > modules the last weeks. The last thing to do will be to also properly > namespace the related po/pot files. See > http://web

Wrong Luxembourg Franc symbol in currency to euro conversion

2014-01-01 Thread Albert Astals Cid
Please CC me, i'm *not* subscribed to calligra-devel In sheets/functions/financial.cpp you can see else if (cur == "LUX") result = 40.3399; // Luxembourg which is wrong since the correct symbol for the old Luxembourg Franc is LUF as correctly written in sheets/functions/financial.xml and she

Re: Possible typo in krita.pot

2014-04-26 Thread Albert Astals Cid
Krita people? Cheers, Albert El Dissabte, 26 d'abril de 2014, a les 11:08:09, Josep Ma. Ferrer va escriure: > Hi, > > I think there is a typo in krita.pot. In this file, appears a list of > brushes, by example: > > #: i18ndata:129 > msgctxt "./data/brushes/M_07.gbr" > msgid "M_07" > msg