Re: Calligra sprint in Randa?

2012-05-21 Thread C. Boemann
On Monday 21 May 2012 13:44:34 Myriam Schweingruber wrote: > Hi all > > On Mon, May 21, 2012 at 9:49 AM, C. Boemann wrote: > > On Monday 21 May 2012 09:24:22 Boudewijn Rempt wrote: > >> On Monday 21 May 2012 May, Inge Wallin wrote: > ... > > >> Bu

Important must read: Splitting UI out of KoDocument

2012-05-21 Thread C. Boemann
As some of you may have noticed Bodewijn and I have spent the last 4 days extracting the UI out of KoDocument, and ported the applications to that change. This is the branch: libs-kodocument_split_boud_and_boemann Some background: Calligra relies on KParts for embedding our applications into

Re: Important must read: Splitting UI out of KoDocument

2012-05-22 Thread C. Boemann
On Tuesday 22 May 2012 20:45:15 Marijn Kruisselbrink wrote: > On Monday, May 21, 2012 11:17:32 PM C. Boemann wrote: > > Such a big branch has a tendency to bit rot quickly so please do your > > checking and reviewing quickly so we can merge within a week or so. If we > > d

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 06:44:11 Marijn Kruisselbrink wrote: > On Tuesday, May 22, 2012 08:50:10 PM C. Boemann wrote: > > On Tuesday 22 May 2012 20:45:15 Marijn Kruisselbrink wrote: > > > On Monday, May 21, 2012 11:17:32 PM C. Boemann wrote: > > > > Such a big br

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 10:17:49 Dag wrote: > Onsdag den 23. maj 2012 09:23:20 C. Boemann skrev: > > On Wednesday 23 May 2012 06:44:11 Marijn Kruisselbrink wrote: > > > On Tuesday, May 22, 2012 08:50:10 PM C. Boemann wrote: > > > > On Tuesday 22 May 2012 20:45

Re: Building on Windows

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 13:40:04 Taco H. in den Bosch wrote: > Hi Boudewijn, > > If you have read my mail carefully then you know that I have only created > my own project files because the official build instructions do not seem to > work for me. At least one issue that I encountered is verified

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
ill need to assign different numbers, so we can insert more than one new style, before applying - C. Boemann On May 23, 2012, 12:12 p.m., mojtaba shahi wrote: > > --- > This is an automati

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 14:42:52 Pierre Stirnweiss wrote: > I am not now in a position to do a proper review for the moment. However a > couple of questions: > > - what is it you are trying to do with these "other" paragraph styles? > - why inserting them is not done through the kotext's styleMan

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 15:25:26 Pierre Stirnweiss wrote: > But is this to be used only in the styleManager dialog then? What for, the > preview? Yes for the list in the style manager dialog ___ calligra-devel mailing list calligra-devel@kde.org https://

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 15:41:43 Pierre Stirnweiss wrote: > And since this list uses the styleModel, I see the use case now, even if in > my mind it is a bit verging on the abuse of the model. > I am not so sure about the stylesModel API pollution (method > AddNewParagraphStyle) however. Is there

Re: File->Save As - not functional ?

2012-05-24 Thread C. Boemann
On Thursday 24 May 2012 15:51:08 matus.u...@gmail.com wrote: > Hi, > > anyone else having problems with File->Save As functionality? (I did > not use it for a longer while) > Any hints? > > words(25969)/koffice (filter manager) KoFilterEntry::query: > KoFilterEntry::query( "" ) > words(25969)/k

Re: Review Request: Renaming style and add new style

2012-05-24 Thread C. Boemann
de.org/r/104962/#comment11171> applyDraftParagraphStyles - C. Boemann On May 24, 2012, 8:36 a.m., mojtaba shahi wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://gi

Re: Review Request: Renaming style and add new style

2012-05-24 Thread C. Boemann
odel.cpp <http://git.reviewboard.kde.org/r/104962/#comment11176> addDraftCharacterStyle plugins/textshape/dialogs/StylesModel.cpp <http://git.reviewboard.kde.org/r/104962/#comment11175> rename to clearDraftStyles and merge it with the char method - C. Boe

Re: Review Request: Renaming style and add new style

2012-05-24 Thread C. Boemann
New Style plugins/textshape/dialogs/StylesModel.cpp <http://git.reviewboard.kde.org/r/104962/#comment11190> add space after if - C. Boemann On May 24, 2012, 9:58 p.m., mojtaba shahi wrote: > > --- > This is a

Re: Review Request: Renaming style and add new style

2012-05-24 Thread C. Boemann
hape/dialogs/StylesModel.cpp <http://git.reviewboard.kde.org/r/104962/#comment11194> please add space between if and ( - C. Boemann On May 24, 2012, 10:37 p.m., mojtaba shahi wrote: > > --- > This is an automatically genera

Re: Review Request: Ability to add image lists

2012-05-24 Thread C. Boemann
but i can't get it to work. no image is showing - C. Boemann On May 24, 2012, 6:30 p.m., Gopalakrishna Bhat wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.review

Re: Review Request: Ability to add image lists

2012-05-24 Thread C. Boemann
> On May 24, 2012, 10:53 p.m., C. Boemann wrote: > > Maybe it's because the image i try to use is to big but i can't get it to > > work. no image is showing Ahh it's because the size default to 0x0 and doesn't change with the image i select. Try to figure o

Re: Review Request: Renaming style and add new style

2012-05-25 Thread C. Boemann
clicking on character tab and then paragraph tab it complains about style "" already there 2) every 10 times or so clicking on new creates two styles Other than that it looks good to go :) - C. Boemann On May 25, 2012, 10 a.m., mojtaba s

Re: - ODF usability limitation / current support

2012-05-25 Thread C. Boemann
On Wednesday 23 May 2012 12:34:38 matus.u...@gmail.com wrote: > Hi, > > I could use some help from our ODF gurus. > > I tried to fix a few annotation related issues on PPTX files reported > on the test server with the following result. > > The current status is that we only support annotations a

Re: Review Request: Ability to add image lists

2012-05-25 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105033/#review14160 --- Ship it! Ship It! - C. Boemann On May 25, 2012, 1:46 p.m

Re: Review Request: Renaming style and add new style

2012-05-25 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104962/#review14164 --- Ship it! Ship It! - C. Boemann On May 25, 2012, 5:21 p.m

Re: request to join

2012-05-27 Thread C. Boemann
On Sunday 27 May 2012 14:19:52 Erfan Esmayili Barzi wrote: > In The name of the God. > Hi. > My name is Erfan Esmayili Barzi and I'm an Iranian. > I am 24 years old and a software engineering student in Shahrood > university of technology. > I'm interested in joining the development of calligra by

Re: Announcement of 2.5alpha -- what to highlight?

2012-05-28 Thread C. Boemann
On Monday 28 May 2012 16:28:08 Inge Wallin wrote: > On Monday, May 28, 2012 16:14:51 Markus wrote: > > Am Montag 28 Mai 2012, 15:06:37 schrieb Inge Wallin: > > > Another thing: I know that Boemann is targetting academic users with > > > Words. > > > > Just a hint from someone with a little experie

Re: calligra is now in Debian unstable repository

2012-06-02 Thread C. Boemann
On Saturday 02 June 2012 22:24:03 Boudewijn Rempt wrote: > On Saturday 02 June 2012 Jun, Adrien wrote: > > Hi, > > > > Calligra has now reach the Debian unstable repository, in version 2.4.1 > > (and soon 2.4.2) : > > http://packages.qa.debian.org/c/calligra.html > > > > This means that calligra

Re: Review Request: change Sheets UI by moving the cell editor out of the cell tool

2012-06-03 Thread C. Boemann
> On June 3, 2012, 12:27 p.m., Inge Wallin wrote: > > Here is the result of some more testing. Thanks to boemann for the check > > list. > > > > > > > > open blank document > > > then load a file (replacing the blank document) > > > check that the formul

Re: Review Request: Paint the style previews in comboboxes/listviews with white background and default to black font

2012-06-04 Thread C. Boemann
more, even in the thumbnailer - C. Boemann On June 4, 2012, 12:06 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Preview of white font on... white background... what to do?

2012-06-04 Thread C. Boemann
On Monday 04 June 2012 14:21:07 Friedrich W. H. Kossebau wrote: > Hi, > > a problem with the otherwise great text style previews in the style > selectors is that they fail if the color of the style is the same as the > background in the selector. E.g. the installed "Colorful Document" ODT has > a

shortcuts for styles

2012-06-04 Thread C. Boemann
Hi I found this wish: https://bugs.kde.org/show_bug.cgi?id=260055 It's about being able to assign shortcuts to styles. I think it makes a lot of sense from a usability point of view, when just looking at the overall idea However from a more technical point of view, as well as usability, it has

Re: Preview of white font on... white background... what to do?

2012-06-04 Thread C. Boemann
On Monday 04 June 2012 15:55:47 Pierre Stirnweiss wrote: > On Mon, Jun 4, 2012 at 2:30 PM, C. Boemann wrote: > > On Monday 04 June 2012 14:21:07 Friedrich W. H. Kossebau wrote: > > > Hi, > > > > > > a problem with the otherwise great text style previews in th

Re: Background tool & page background setting

2012-06-04 Thread C. Boemann
On Monday 04 June 2012 19:45:36 Friedrich W. H. Kossebau wrote: > Am Montag, 4. Juni 2012, 19:39:06 schrieb Friedrich W. H. Kossebau: > > is anyone currently working on working support for setting the page > > background, master page and drawing page? > > > > I would like to be able to control how

Re: Background tool & page background setting

2012-06-04 Thread C. Boemann
On Monday 04 June 2012 20:02:23 Friedrich W. H. Kossebau wrote: > Am Montag, 4. Juni 2012, 19:54:03 schrieb C. Boemann: > > On Monday 04 June 2012 19:45:36 Friedrich W. H. Kossebau wrote: > > > Am Montag, 4. Juni 2012, 19:39:06 schrieb Friedrich W. H. Kossebau: > > > &g

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-05 Thread C. Boemann
licked and stateChange works rather differently. are you sure about this - C. Boemann On June 5, 2012, 4:30 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http:

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-05 Thread C. Boemann
> On June 5, 2012, 4:38 p.m., C. Boemann wrote: > > libs/kopageapp/tools/backgroundTool/KoPABackgroundToolWidget.cpp, line 34 > > <http://git.reviewboard.kde.org/r/105153/diff/1/?file=66405#file66405line34> > > > > this is not right i think. Those head

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-05 Thread C. Boemann
> On June 5, 2012, 4:38 p.m., C. Boemann wrote: > > libs/kopageapp/tools/backgroundTool/KoPABackgroundToolWidget.cpp, line 61 > > <http://git.reviewboard.kde.org/r/105153/diff/1/?file=66405#file66405line61> > > > > uhm clicked and stateChange works rather

Re: shortcuts for styles

2012-06-05 Thread C. Boemann
On Monday 04 June 2012 17:02:50 Gopalakrishna Bhat wrote: > One more approach we can use is assign a shortcut which brings up the style > combobox. Once the combobox is up the styles can be filtered as the user > types the style name. > I think this is something we could maybe do besides the dire

Re: Review Request: remove margin and spacing around slide sorter view

2012-06-06 Thread C. Boemann
have extensive experience with styling, and am usually the most conservative when it comes to these things. So I feel rather confident in approving. - C. Boemann On June 6, 2012, 2:13 p.m., Friedrich W. H. Kossebau wrote: > > --- &

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-07 Thread C. Boemann
/KoPABackgroundToolFactory.cpp <http://git.reviewboard.kde.org/r/105153/#comment11426> Tool tips shouldn't have title case - C. Boemann On June 5, 2012, 4:30 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatically genera

Re: Review Request: PDF export: Use view to get page layout

2012-06-07 Thread C. Boemann
/KoView.h <http://git.reviewboard.kde.org/r/105168/#comment11427> please remove spaces libs/main/KoView.h <http://git.reviewboard.kde.org/r/105168/#comment11428> please remove spaces - C. Boemann On June 7, 2012, 9:28 a.m., Dag An

Review Request: Use KoModeBox in Sheets

2012-06-07 Thread C. Boemann
fd3df68 sheets/part/View.cpp 77667ba Diff: http://git.reviewboard.kde.org/r/105175/diff/ Testing --- Nothing special, apart from having been used in Words since 2.4. well, naturally I tested that it works in Sheets Thanks, C. Boemann

Re: Review Request: Add support for footnote's continuation

2012-06-07 Thread C. Boemann
ing merged into master. Please ping me on irc, so we can coordinate. - C. Boemann On Feb. 22, 2012, 7:05 p.m., Brijesh Patel wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.review

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-07 Thread C. Boemann
> On June 7, 2012, 2:59 p.m., C. Boemann wrote: > > libs/kopageapp/tools/backgroundTool/KoPABackgroundToolFactory.cpp, line 31 > > <http://git.reviewboard.kde.org/r/105153/diff/1/?file=66403#file66403line31> > > > > Tool tips shouldn't have title ca

Re: Review Request: Add support for footnote's continuation

2012-06-07 Thread C. Boemann
ea.cpp <http://git.reviewboard.kde.org/r/104043/#comment11435> let's not keep this line libs/textlayout/KoTextLayoutObstruction.cpp <http://git.reviewboard.kde.org/r/104043/#comment11436> please undo these two changes - C. Boemann On June 7, 2012, 6

Re: Review Request: Show recent news in the startup screen

2012-06-07 Thread C. Boemann
different feed where we can choose precisely which stories to send this way - C. Boemann On Dec. 10, 2011, 10:33 a.m., Boudewijn Rempt wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request: Additional quick action buttons when mouse is over items, in Stage slides sorter.

2012-06-07 Thread C. Boemann
shame to not have it in if it's good. - C. Boemann On Dec. 26, 2011, 2:52 p.m., Paul Mendez wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request: Remove some deprecated calls and fix a typing error

2012-06-07 Thread C. Boemann
> On Jan. 2, 2012, 9:38 a.m., Boudewijn Rempt wrote: > > Looks good to me -- has it already been pushed? No :( Dag, your attention is needed - most of it is about Calligra Plan - C. --- This is an automatically generated e-mail. To rep

Re: Review Request: turn the tooltips of all tools consistently into "Does something" style

2012-06-07 Thread C. Boemann
oolFactory.cpp <http://git.reviewboard.kde.org/r/105183/#comment11453> No stage/part/tools/animationtool/KPrAnimationToolFactory.cpp <http://git.reviewboard.kde.org/r/105183/#comment11454> No I've just changed it to "Animation" anyway words/part/pa

Re: tool tooltips vs. tool titles (was: Re: Review Request: turn the tooltips of all tools consistently into "Does something" style)

2012-06-08 Thread C. Boemann
On Saturday 09 June 2012 02:14:40 Friedrich W. H. Kossebau wrote: > Am Freitag, 8. Juni 2012, 01:42:41 schrieb C. Boemann: > > I'm sorry, but I think I also said it should be done individually and > > with discussions. > > I was not sure if the "not a single patc

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-08 Thread C. Boemann
> On June 7, 2012, 2:59 p.m., C. Boemann wrote: > > libs/kopageapp/tools/backgroundTool/KoPABackgroundToolFactory.cpp, line 31 > > <http://git.reviewboard.kde.org/r/105153/diff/1/?file=66403#file66403line31> > > > > Tool tips shouldn't have title ca

Re: Review Request: Increase indent on a list item increases the displayed depth of the list i.e 1 becomes 1.1

2012-06-09 Thread C. Boemann
ttp://git.reviewboard.kde.org/r/105198/#comment11499> I suspect updateActions needs to be taking this need behaviour into account too - C. Boemann On June 9, 2012, 12:55 p.m., Gopalakrishna Bhat wrote: > > --- > This is an automatically gener

Re: Review Request: sync default line markers with LibreOffice 3.5 ones, i.e. add UML line ends

2012-06-09 Thread C. Boemann
is a small other bug (the lines show beneith the hole) I think it's good enough to be commited. - C. Boemann On April 13, 2012, 5:22 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatically generated e-ma

Re: Review Request: sync default line markers with LibreOffice 3.5 ones, i.e. add UML line ends

2012-06-09 Thread C. Boemann
> On June 9, 2012, 5:27 p.m., C. Boemann wrote: > > I've fixed the limiting bug, and although there is a small other bug (the > > lines show beneith the hole) I think it's good enough to be commited. > > Friedrich W. H. Kossebau wrote: > Great, thanks

Re: Review Request: Additional quick action buttons when mouse is over items, in Stage slides sorter.

2012-06-10 Thread C. Boemann
> On June 10, 2012, 4:12 a.m., Thorsten Zachmann wrote: > > I could reproduce the blank slide show again but I don't know yet how to do > > that. Will investigate more. > > > > I found a way that can make Calligra Stage crash. To reproduce: > > o Have a slide show with more then one slide. > >

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-10 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105153/#review14581 --- Ship it! - C. Boemann On June 5, 2012, 4:30 p.m., Friedrich

Re: Review Request: Slightly improve the option widget of the document background tool

2012-06-10 Thread C. Boemann
> On June 7, 2012, 2:59 p.m., C. Boemann wrote: > > libs/kopageapp/tools/backgroundTool/KoPABackgroundToolFactory.cpp, line 31 > > <http://git.reviewboard.kde.org/r/105153/diff/1/?file=66403#file66403line31> > > > > Tool tips shouldn't have title ca

Re: Review Request: Increase indent on a list item increases the displayed depth of the list i.e 1 becomes 1.1

2012-06-10 Thread C. Boemann
omment11516> space libs/textlayout/ListItemsHelper.h <http://git.reviewboard.kde.org/r/105198/#comment11519> wow it seems we have a lot of duplication here with libs/odf/KoOdfNumberDefinition ::formattedNumber - C. Boemann On June 10, 2012, 6:0

Re: Review Request: Increase indent on a list item increases the displayed depth of the list i.e 1 becomes 1.1

2012-06-10 Thread C. Boemann
> On June 10, 2012, 6:25 p.m., C. Boemann wrote: > > libs/textlayout/ListItemsHelper.h, line 48 > > <http://git.reviewboard.kde.org/r/105198/diff/2/?file=67217#file67217line48> > > > > wow it seems we have a lot of duplication here with > > libs/odf/K

Re: Review Request: Fix saving of style child elements

2012-06-11 Thread C. Boemann
.kde.org/r/105212/#comment11544> uhm we use i here but you have just change the initialization of it - C. Boemann On June 11, 2012, 6:49 a.m., Thorsten Zachmann wrote: > > --- > This is an automatically generated e-m

Re: Review Request: Increase indent on a list item increases the displayed depth of the list i.e 1 becomes 1.1

2012-06-11 Thread C. Boemann
- C. Boemann On June 10, 2012, 6:08 p.m., Gopalakrishna Bhat wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: GSoC: Stage: Shape animations docker with no editable information (yet) and shape animations preview

2012-06-11 Thread C. Boemann
<http://git.reviewboard.kde.org/r/105213/#comment11553> spaces on both sides of / please - C. Boemann On June 11, 2012, 6:40 a.m., Paul Mendez wrote: > > --- > This is an automatically generated e-mail. To reply, v

Re: Review Request: Move creation of print dialog to KoView

2012-06-12 Thread C. Boemann
m not trying to prevent your usecase, but on the other hand I don't think we should make our API even more complicated, than it unfortunately already is. so I just want to be sure we have though this through. - C. Boemann On June 12, 2012, 8:35 a.m., Dag Ande

Re: Review Request: GSoC: Stage: Shape animations docker with no editable information (yet) and shape animations preview

2012-06-12 Thread C. Boemann
> On June 11, 2012, 9 p.m., C. Boemann wrote: > > I've tried your branch :) > > > > I'm wondering why both a timeline and the move up and down buttons. It > > seems to me that you now have two competing ways of representing time info. > > -

Re: Review Request: Move creation of print dialog to KoView

2012-06-12 Thread C. Boemann
> On June 12, 2012, 10:14 a.m., C. Boemann wrote: > > Uhm how does this play in to the KoPrintDialog. > > > > I'm not trying to prevent your usecase, but on the other hand I don't think > > we should make our API even more complicated, than it unfortunate

Re: Review Request: Fix saving of style child elements

2012-06-12 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105212/#review14653 --- Ship it! ah right - C. Boemann On June 11, 2012, 6:49 a.m

Re: Review Request: Bibliography database UI

2012-06-13 Thread C. Boemann
27;s 'just' the basic database ui. We still miss any kind of connection to engines. Therefore I wonder if it has any values to users right now? And if not then I don't think we should try to rush in a merge to master before we branch for 2.5. Any thoughts? - C. Boemann On

Re: Review Request: improvements in chartshape

2012-06-13 Thread C. Boemann
commit guidelines we should ask on reviewboard whenever we introduce new files or make changes to cmake files. - C. Boemann On June 12, 2012, 5:25 p.m., Brijesh Patel wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request: Move creation of print dialog to KoView

2012-06-13 Thread C. Boemann
good counter-ideas - so let's ship it. Though I reserve the right to say "I told you so" ;) - C. Boemann On June 12, 2012, 8:35 a.m., Dag Andersen wrote: > > --- > This is an automatically generated e-

Re: Review Request: improvements in chartshape

2012-06-13 Thread C. Boemann
Is that really a good uservisible name? - C. Boemann On June 12, 2012, 5:25 p.m., Brijesh Patel wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.revie

Re: Review Request: New integration design to connection tool

2012-06-15 Thread C. Boemann
nts on a connections -all connection points should be visible when in create mode (both those on shapes and those on connectors) -the currently selected connection should be drawn in a contrasting color -the normal-tpe connector sometime turn back on themselves - C. Boemann On June 15, 2012,

Re: Calligra 2.5 has been branched

2012-06-16 Thread C. Boemann
On Sunday 17 June 2012 02:21:46 Friedrich W. H. Kossebau wrote: > Am Sonntag, 17. Juni 2012, 01:59:01 schrieb Inge Wallin: > > On Friday, June 15, 2012 20:45:17 Cyrille Berger Skott wrote: > > > Hi, > > > > > > Calligra 2.5 has been branched in calligra/2.5 (this branch is only > > > open for bug

features progress list

2012-06-17 Thread C. Boemann
Hi We have the http://community.kde.org/Calligra/Schedules/2.5/Feature_Plan and Cyrille has suggested that we move to not have one page per version, but instead have an extra column for the targeted version. His suggestion also has a column for showing a possible public branch. Here is the link

Re: Review Request: Fix some icon names to reference existing icons (2.5 branch)

2012-06-18 Thread C. Boemann
), but it's not wrong to have -calligra either And in reply to jaraslaw: rather than renaming the icon we request we should rename the icon file to follow the fdo standard. - C. Boemann On June 17, 2012, 8:54 p.m., Friedrich W. H. Kossebau

Re: Review Request: Add support for dr3d:scene and its children

2012-06-18 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105292/#review14855 --- Ship it! I see no problem approving this - C. Boemann On

Re: Review Request: Fix some icon names to reference existing icons (2.5 branch)

2012-06-19 Thread C. Boemann
> On June 18, 2012, 7:51 a.m., C. Boemann wrote: > > fyi -calligra at the end of icon names are most foten ignored in the naming > > scheme. If the icon engine cannot find icons with -calligra it removes that > > part and finds a more general icon. > > > >

Re: Review Request: Fix some icon names to reference existing icons (2.5 branch)

2012-06-19 Thread C. Boemann
> On June 18, 2012, 7:51 a.m., C. Boemann wrote: > > fyi -calligra at the end of icon names are most foten ignored in the naming > > scheme. If the icon engine cannot find icons with -calligra it removes that > > part and finds a more general icon. > > > >

Re: features progress list

2012-06-19 Thread C. Boemann
On Tuesday 19 June 2012 22:43:31 Cyrille Berger Skott wrote: > On Sunday 17 Jun 2012, C. Boemann wrote: > > Now while in theory I like it, I also dislike that the height of each > > entry thus will grow to more than one line of text. > > That said the branch could be simply

Re: List of missing icons around 2.5 branching

2012-06-19 Thread C. Boemann
On Tuesday 19 June 2012 22:57:10 Friedrich W. H. Kossebau wrote: > Hi, > > so to help with finding which icons the Calligra team needs to go shopping > for I sorted the not yet commented or patch-treated missing icons by > program/shape below, so the maintainers have a more easy time to find what

Re: Review Request: Fix some icon names to reference existing icons (2.5 branch)

2012-06-19 Thread C. Boemann
> On June 18, 2012, 7:51 a.m., C. Boemann wrote: > > fyi -calligra at the end of icon names are most foten ignored in the naming > > scheme. If the icon engine cannot find icons with -calligra it removes that > > part and finds a more general icon. > > > >

Re: features progress list

2012-06-19 Thread C. Boemann
On Wednesday 20 June 2012 08:23:29 Jaroslaw Staniek wrote: > On 19 June 2012 22:52, C. Boemann wrote: > > On Tuesday 19 June 2012 22:43:31 Cyrille Berger Skott wrote: > >> On Sunday 17 Jun 2012, C. Boemann wrote: > >> > Now while in theory I like it, I also d

Re: features progress list

2012-06-21 Thread C. Boemann
On Wednesday 20 June 2012 12:31:57 Jaroslaw Staniek wrote: > On 20 June 2012 08:53, C. Boemann wrote: > > No No. We don't need filtering or anything. Just an update version of > > what we had. Updated meaning that it handles the extra column for > > version and a narro

Re: features progress list

2012-06-22 Thread C. Boemann
On Thursday 21 June 2012 18:23:36 C. Boemann wrote: > On Wednesday 20 June 2012 12:31:57 Jaroslaw Staniek wrote: > > On 20 June 2012 08:53, C. Boemann wrote: > > > No No. We don't need filtering or anything. Just an update version of > > > what we had. Updated m

Re: features progress list

2012-06-23 Thread C. Boemann
On Saturday 23 June 2012 14:12:27 Jaroslaw Staniek wrote: > On 22 June 2012 14:16, C. Boemann wrote: > > I've updated the css according to my comments and made lists for every > > application / major shape > > > > As far as I'm concerned we are good to go

Re: Announcement written, needs proof reading and screenshot

2012-06-23 Thread C. Boemann
On Saturday 23 June 2012 15:57:20 Jaroslaw Staniek wrote: > On 23 June 2012 15:53, Jaroslaw Staniek wrote: > > On 23 June 2012 09:39, Inge Wallin wrote: > >> I have written the announcement of 2.5beta, but it still needs > >> proofreading. > >> > >> It would also be good if somebody could add a

Re: Announcement written, needs proof reading and screenshot

2012-06-23 Thread C. Boemann
On Saturday 23 June 2012 16:14:15 Jaroslaw Staniek wrote: > On 23 June 2012 16:02, C. Boemann wrote: > > On Saturday 23 June 2012 15:57:20 Jaroslaw Staniek wrote: > >> On 23 June 2012 15:53, Jaroslaw Staniek wrote: > >> > On 23 June 2012 09:39, Inge Wallin wro

Re: Akademy

2012-06-27 Thread C. Boemann
On Wednesday 27 June 2012 09:26:08 Jaroslaw Staniek wrote: > Dear All, > I had everything prepared for Akademy but for some some independent > reasons I have to stay at home. > Nothing bad happened, I plan to be highly available during most of the > Akademy time (Friday-Wednesday) and will be remot

Re: Review Request: use right mimetype for PPT files in stage desktop files

2012-06-27 Thread C. Boemann
> On June 28, 2012, 4:16 a.m., Thorsten Zachmann wrote: > > I'm not 100% sre but when looking at the desktop files of LO they contain > > both mimetypes the one with the prefix and also the other. Is there a > > reason to not have both? Also it seems that Calligra Words has the same > > proble

Re: Review Request: Merge branch 'master' into kexi-q3port-piggz Auto allocate selected resources to new tasks GIT_SILENT changelog Send modifiers along with the tool invocation release event. Ignore

2012-06-28 Thread C. Boemann
> On June 26, 2012, 9:17 p.m., Jarosław Staniek wrote: > > I think we should use libs/kundo2/ as we do in the form designer. > > Adam Pigg wrote: > I'll take that as a Ship-It then, as kundo2 is just QUndo from Qt 4.8.2 :) that may very well be right, but then again we are supposed to build

Re: Review Request: fix/restore thumbnailing for Words

2012-06-30 Thread C. Boemann
it works then fine with me. Little nag why an item is used. What happens if it's widget based, pr am i just not understanding the issues here. Anyway no objection for me if it works. ok to backport too (I trust you have tested well) - C. Boemann On June 29, 2012, 4:42 p.m., Friedrich

Re: Review Request: fix/restore thumbnailing for Words

2012-07-01 Thread C. Boemann
> On July 1, 2012, 4:42 a.m., C. Boemann wrote: > > No idea if there is a better solution either, but if it works then fine > > with me. > > > > Little nag why an item is used. What happens if it's widget based, pr am i > > just not understanding the iss

Re: Review Request: fix/restore thumbnailing for Words

2012-07-01 Thread C. Boemann
> On July 1, 2012, 4:42 a.m., C. Boemann wrote: > > No idea if there is a better solution either, but if it works then fine > > with me. > > > > Little nag why an item is used. What happens if it's widget based, pr am i > > just not understanding the iss

Re: Is 2.5 RC on track ?

2012-07-01 Thread C. Boemann
On Sunday 01 July 2012 20:41:57 Cyrille Berger Skott wrote: > Hi, > > I was wondering if there is any release blocker bugs that would prevent 2.5 > RC to be tagged this week ? > > The only ones marked in bugzilla are: > > https://bugs.kde.org/show_bug.cgi?id=298345 > https://bugs.kde.org/show_bu

Re: [PATCH] make KoDocument::nativeFormatMimeType() non-virtual

2012-07-02 Thread C. Boemann
On Sunday 01 July 2012 19:05:20 Friedrich W. H. Kossebau wrote: > Hi, > > another little clean-up-which-would-be-quicker-to-do-on-irc-but-async- > communication-saves-me. > The kounavail part has gone, so virtual and the comment are no longer > needed. > > Okay to commit to master? > > @Boud: If

Re: Review Request: [CRASH FIX] fix Konquerer crashing with Calligra parts

2012-07-03 Thread C. Boemann
. fixes: https://bugs.kde.org/show_bug.cgi?id=301058 - C. Boemann On July 3, 2012, 7:01 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Improve painting of stretched pattern background

2012-07-06 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105458/#review15463 --- Ship it! Nice work, and ok to backport to 2.5 too - C

Re: Review Request: QIcon'ize KoRecentDocumentsPane, fetch big previews only on demand (save memory)

2012-07-06 Thread C. Boemann
s backport too - C. Boemann On July 5, 2012, 1:18 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.review

Re: Review Request: [calligratests] fix table cell style code wrongly saving/loading draw:opacity with ODF

2012-07-06 Thread C. Boemann
well that odf doesn't support it. So I'm a little hesitant to say what we should do here. Anyone else remember? - C. Boemann On July 4, 2012, 7:14 p.m., Friedrich W. H. Kossebau wrote: > > --- > This is an automatical

Re: Review Request: [kofficetests-odt/odf/odt/parag-decorations.odt] fixes wrong writing of double-border style also with a non-double border

2012-07-06 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105431/#review15466 --- Ship it! good work and yes please backport - C. Boemann On

Re: Review Request: GSoC: Stage: Shape animations docker with no editable information (yet) and shape animations preview

2012-07-06 Thread C. Boemann
reviewboard is way too full, and once your branch is ready you can always make a new request thanks - C. Boemann On June 18, 2012, 12:53 a.m., Paul Mendez wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request: Move core parts of KexiDB lib to libcalligradb

2012-07-06 Thread C. Boemann
CMakeLists.txt <http://git.reviewboard.kde.org/r/105464/#comment12103> should probably say something more than just kexi then - C. Boemann On July 7, 2012, 12:34 a.m., Jarosław Staniek wrote: > > --- > This is an automatica

Re: Review Request: Move core parts of KexiDB lib to libcalligradb

2012-07-07 Thread C. Boemann
/migration/keximigratedata.h:25:27: fatal error: db/connection.h: No such file or directory - C. Boemann On July 7, 2012, 12:34 a.m., Jarosław Staniek wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request: Move core parts of KexiDB lib to libcalligradb

2012-07-07 Thread C. Boemann
> This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/105464/ > --- > > (Updated July 7, 2012, 12:34 a.m.) > > > Review request for Calligra, Adam Pigg,

<    1   2   3   4   5   6   7   8   9   10   >