Re: minutes of ESC call ...

2023-01-04 Thread Stephan Bergmann
On 14/12/2022 13:19, Stephan Bergmann wrote: On 02/03/2012 15:45, Stephan Bergmann wrote: I've never given much thought to dynamic_cast vs. XUnoTunnel (at least I don't remember right now I ever did; searching old mail archives would probably prove me wrong) -- to me XUnoTunnel was always that

Re: minutes of ESC call ...

2022-12-14 Thread Stephan Bergmann
On 02/03/2012 15:45, Stephan Bergmann wrote: I've never given much thought to dynamic_cast vs. XUnoTunnel (at least I don't remember right now I ever did; searching old mail archives would probably prove me wrong) -- to me XUnoTunnel was always that rarely needed hack where the notational overh

Re: Saving documents with broken zip streams (Re: minutes of ESC call ...)

2019-06-10 Thread Luboš Luňák
On Friday 07 of June 2019, Wols Lists wrote: > On 07/06/19 10:07, Luboš Luňák wrote: > >> For what its worth those sample documents are not "realworld" user > >> documents, but the output of fuzzing engines so any non-catastrophic > >> outcome is acceptable IMO > > > > I have avoided the assert wi

Re: Saving documents with broken zip streams (Re: minutes of ESC call ...)

2019-06-07 Thread Wols Lists
On 07/06/19 10:07, Luboš Luňák wrote: > On Thursday 06 of June 2019, Caolán McNamara wrote: >> On Mon, 2019-06-03 at 21:52 +0200, Luboš Luňák wrote: >>> Any idea what to do about that? Is it really ok that we just refuse >>> to save it? Or should we save it even though the contents may be >>> broke

Re: Saving documents with broken zip streams (Re: minutes of ESC call ...)

2019-06-07 Thread Luboš Luňák
On Thursday 06 of June 2019, Caolán McNamara wrote: > On Mon, 2019-06-03 at 21:52 +0200, Luboš Luňák wrote: > > Any idea what to do about that? Is it really ok that we just refuse > > to save it? Or should we save it even though the contents may be > > broken? > > For what its worth those sample do

Re: Saving documents with broken zip streams (Re: minutes of ESC call ...)

2019-06-06 Thread Caolán McNamara
On Mon, 2019-06-03 at 21:52 +0200, Luboš Luňák wrote: > Any idea what to do about that? Is it really ok that we just refuse > to save it? Or should we save it even though the contents may be > broken? For what its worth those sample documents are not "realworld" user documents, but the output of f

Re: Saving documents with broken zip streams (Re: minutes of ESC call ...)

2019-06-04 Thread Luboš Luňák
On Monday 03 of June 2019, Jan-Marek Glogowski wrote: > Am 03.06.19 um 21:52 schrieb Luboš Luňák: > > Ok, so it's not a problem with my code, my changes just happened to show > > the problem, and the problem is that those documents are broken. If you > > try to unzip the documents, it will complai

Re: Saving documents with broken zip streams (Re: minutes of ESC call ...)

2019-06-03 Thread Jan-Marek Glogowski
Am 03.06.19 um 21:52 schrieb Luboš Luňák: > On Monday 03 of June 2019, Caolán McNamara wrote: >> On Mon, 2019-06-03 at 12:23 +0200, Luboš Luňák wrote: >>> On Thursday 30 of May 2019, Michael Meeks wrote: + some in the zip area - assuming they are threading related. >>> >>> Is this about

Saving documents with broken zip streams (Re: minutes of ESC call ...)

2019-06-03 Thread Luboš Luňák
On Monday 03 of June 2019, Caolán McNamara wrote: > On Mon, 2019-06-03 at 12:23 +0200, Luboš Luňák wrote: > > On Thursday 30 of May 2019, Michael Meeks wrote: > > > + some in the zip area - assuming they are threading related. > > > > Is this about those documents such > > as /srv/crashtestd

Re: minutes of ESC call ...

2019-05-30 Thread Michael Weghorn
Hi everyone, a quick follow-up: > * Pending Action Items: > + run the certification script (Kendy) > + make Qt5 backend experimental (Jmux) Just talked to jmux on IRC. Since making qt5 experimental doesn't work easily (s. Jan-Marek's email [1]), the suggestion is to just keep it as is, i

Re: minutes of ESC call ...

2019-05-23 Thread Michael Weghorn
On 23/05/2019 17.19, Jan-Marek Glogowski wrote: > IMHO that leaves us with: > 1. don't allow to load the qt5 plugin in 6.2 at all > 2. switch qt5 to cairo in 6.2 only > 3. cope with the eventual bug fallout, when 6.2 becomes still (which I think > won't be large, but who knows) > > Honestly I woul

Re: minutes of ESC call ...

2019-05-23 Thread Jan-Marek Glogowski
Hi everyone, Am 23.05.19 um 16:34 schrieb Michael Meeks: > * Completed Action Items: > > * Pending Action Items: > + make Qt5 backend experimental (Jmux) So I just tried to implement this, but it's to early to access the config. I get an com::sun::star::uno::DeploymentException when using of

Jenkins build times (Re: minutes of ESC call ...)

2019-05-18 Thread Luboš Luňák
On Saturday 18 of May 2019, Luboš Luňák wrote: > On Friday 17 of May 2019, Thorsten Behrens wrote: > > Yeah, same anecdotal evidence here. Is the assumption we don't need > > more Mac build power based on hard data? > > IIRC one Mac bot had some problems a couple of days back, so maybe the > incre

Re: minutes of ESC call ...

2019-05-18 Thread Noel Grandin
On Sat, 18 May 2019 at 12:15, Luboš Luňák wrote: > On Friday 17 of May 2019, Thorsten Behrens wrote: > > Stephan Bergmann wrote: > > > Whenever I recently happened to look at Gerrit/Jenkins builds that > > > hadn't finished yet, it was the Mac build that was still > > > outstanding, so I think we

Re: minutes of ESC call ...

2019-05-18 Thread Luboš Luňák
On Friday 17 of May 2019, Thorsten Behrens wrote: > Stephan Bergmann wrote: > > Whenever I recently happened to look at Gerrit/Jenkins builds that > > hadn't finished yet, it was the Mac build that was still > > outstanding, so I think we do have a bottleneck there after all. > > Yeah, same anecdot

Re: minutes of ESC call ...

2019-05-17 Thread Thorsten Behrens
Stephan Bergmann wrote: > Whenever I recently happened to look at Gerrit/Jenkins builds that > hadn't finished yet, it was the Mac build that was still > outstanding, so I think we do have a bottleneck there after all. > Yeah, same anecdotal evidence here. Is the assumption we don't need more Mac b

Re: minutes of ESC call ...

2019-05-17 Thread Stephan Bergmann
On 09/05/2019 16:46, Michael Meeks wrote: * Jenkins / CI update (Christian) from:Thu May 2 13:58:26 2019 master linux rel jobs: 129 ok: 129 ko: 0 fail ratio: 0.00 % break: 0 broken duration: 0.00% master linux dbg jobs: 86 ok: 83 ko: 3 fail ratio: 3.49 % break: 2 b

Re: minutes of ESC call ...

2019-05-16 Thread Noel Grandin
On Thu, 16 May 2019 at 17:04, Michael Meeks wrote: > * ItemSet re-work (Armin) >+ most of items are sorted in the item-pools (Armin) > + not inside the item-sets. > + in the item pools: just in a vector > + only compare, not < operator – usually not sorted. > Note that I ha

Re: minutes of ESC call ...

2019-04-18 Thread Xisco Fauli
Hi Michael, El 18/4/19 a les 16:55, Michael Meeks ha escrit: > + UI testing tool update ? > + Code is in > https://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/uitest/mass-testing > + Calc: Found some crashes related to the dynamic number of columns work >

Re: minutes of ESC call ...

2019-04-05 Thread Michael Weghorn
On 05/04/2019 11.06, Xisco Fauli wrote: > Just to clarify, > https://bugs.documentfoundation.org/show_bug.cgi?id=124039 ( listed > already as Most Pressing Bug ) and the bug mentioned by Oliver have the > same root cause. Jan-Marek closed one as duplicate of the other. A big thanks to Mike Kagansk

Re: minutes of ESC call ...

2019-04-05 Thread Xisco Fauli
Hello, Just to clarify, https://bugs.documentfoundation.org/show_bug.cgi?id=124039 ( listed already as Most Pressing Bug ) and the bug mentioned by Oliver have the same root cause. Jan-Marek closed one as duplicate of the other. Regards El 4/4/19 a les 18:12, Oliver Brinzing ha escrit: > Hi, > >

Re: minutes of ESC call ...

2019-04-04 Thread Oliver Brinzing
Hi, + 6.1.6 rc1: April 9 next week > + Most pressing bugs: Could someone please take a look at issue crash: use of "com.sun.star.ui.dialogs.FolderPicker" service from java seems to cause crashes https://bugs.documentfoundation.org/show_bug.cgi?id=123502 it affects windows 7/10 and

Re: minutes of ESC call ...

2018-12-06 Thread Michael Meeks
Hi Markus, On 06/12/2018 16:46, Markus Mohrhard wrote: >          + minor complaint wrt. single Chart save removal in calc > (Heiko) >             + how to know ? - checkout release notes >   > These people should feel free to complain to me. However the removal was > necessary and lon

Re: minutes of ESC call ...

2018-12-06 Thread Markus Mohrhard
Hey all, On Thu, Dec 6, 2018 at 4:31 PM Michael Meeks wrote: > + minor complaint wrt. single Chart save removal in calc (Heiko) > + how to know ? - checkout release notes > > These people should feel free to complain to me. However the removal was necessary and long overdue

Re: Minutes of ESC call: 2018-08-02

2018-08-08 Thread Noel Grandin
On 2018/08/06 11:06 AM, Michael Stahl wrote: On 02.08.2018 20:25, Jan Holesovsky wrote:     + tests that failed more than twice in last 7 days:    3 CppunitTest_sw_filters_test    3 CppunitTest_sw_htmlimport    3 CppunitTest_vcl_complextext    3 CppunitTest_vcl_fontfeature

Re: Minutes of ESC call: 2018-08-02

2018-08-06 Thread Michael Stahl
On 06.08.2018 11:06, Michael Stahl wrote: On 02.08.2018 20:25, Jan Holesovsky wrote:     + tests that failed more than twice in last 7 days:    3 CppunitTest_sw_filters_test    3 CppunitTest_sw_htmlimport    3 CppunitTest_vcl_complextext    3 CppunitTest_vcl_fontfeature    4

Re: Minutes of ESC call: 2018-08-02

2018-08-06 Thread Michael Stahl
On 02.08.2018 20:25, Jan Holesovsky wrote: + tests that failed more than twice in last 7 days: 3 CppunitTest_sw_filters_test 3 CppunitTest_sw_htmlimport 3 CppunitTest_vcl_complextext 3 CppunitTest_vcl_fontfeature 4 CppunitTest_sw_uiwriter 5 CppunitTes

Re: minutes of ESC call ...

2018-07-25 Thread Xisco Fauli
Hello, > + CRASH: Print Preview crashes on signed document without infobar > + https://bugs.documentfoundation.org/show_bug.cgi?id=117426 > + Bubli (has fix for 5.4.x) band-aid ? … > + asked wrt. cherry-picking to 6.0 (Xisco) >

Re: minutes of ESC call ...

2018-07-12 Thread Miklos Vajna
Hi, On Wed, Jul 11, 2018 at 05:22:01PM +0100, Michael Meeks wrote: > + Windows tinderbox/build-bot owners to parallel install VS2017 This is now required on master, if you admin a tinderbox that builds master, then please make sure that VS2017 is installed. If you have no time to install V

RE: minutes of ESC call ...

2018-07-11 Thread Kaganski Mike
+ top 5 reviewers: Pootle bot made 2988 review comments in 1 month, and 2988 in 1 year But was it awarded a t-shirt or something? :-) -- Best regards, Mike Kaganski ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lis

Fwd: Re: [libreoffice-l10n] Fwd: Re: Minutes of ESC call 2017-07-05

2018-07-09 Thread Sophia Schröder
Weitergeleitete Nachricht Betreff:Re: [libreoffice-l10n] Fwd: Re: Minutes of ESC call 2017-07-05 Datum: Mon, 9 Jul 2018 20:06:01 +0200 Von:Sophia Schröder Organisation: LibreOffice.org An: l...@global.libreoffice.org Hello Sophie, *, the big workload

Re: [libreoffice-l10n] Fwd: Re: Minutes of ESC call 2017-07-05

2018-07-09 Thread sophi
Hi Sophia, Le 07/07/2018 à 18:49, Sophia Schröder a écrit : > Sorry for the extra work, but... ;-) :-* No problem, let see how we can try to find a compromise that could work for you and for translators. > > Weitergeleitete Nachricht > Betreff: Re: Minutes

Re: Minutes of ESC call 2017-07-05

2018-07-07 Thread Sophia Schröder
* Documentation (Olivier) + New help + Testing in bug hunting session tomorrow (installs) + Small corrections in XSLT filter + tweaks in CSS by fitoshido – people start contributing + Help contents + cosmetic refactor by SophiaS + Contents fo

Re: minutes of ESC call ...

2018-06-21 Thread Khaled Hosny
On Thu, Jun 21, 2018, 4:50 PM Michael Meeks wrote: >+ Tools > Options > Asian/CTL always active >+ https://bugs.documentfoundation.org/show_bug.cgi?id=104318 The issue (at least the recent comment that revived it) argues that disabling CTL (and by extension CJK) by default makes it

Re: minutes of ESC call ...

2018-06-07 Thread Noel Grandin
e On 7 June 2018 at 16:46, Michael Meeks wrote: > + also looked at Windows build / CPU > + total time ~50mins > + 5 minutes at the begin – checkout/dep gen. > + 8 min in middle & end – just 1 CPU core. > + 20mins – with just 1 core. > + so shoul

Re: Minutes of ESC call: 2018-05-30

2018-05-30 Thread Jan Iversen
Enviado desde mi iPad > El 30 may 2018, a las 18:38, Jan Holesovsky escribió: > > * Present: >+ Thorsten, Kendy, Heiko, Noel, Olivier, Xisco, Bubli, Stephan, Sophie, > Michael W., Drew, Eike, Cloph + jani (I was the first, when you asked for names). Rgds Jan I. > > * Completed Action

Re: minutes of ESC call ... ( 29-03-2018 )

2018-04-03 Thread Heiko Tietze
On 03.04.2018 22:39, Khaled Hosny wrote: > On Tue, Apr 03, 2018 at 05:24:16PM +0200, Xisco Fauli wrote: >> Updated Linux and got Colibre (Xisco) + may happen on not KDE3/4, >> Trinity, Unity, GNOME etc. (Heiko) ] > > I’m on Gnome and I get new icon theme (I assume this is Colibre). > Join the di

Re: minutes of ESC call ... ( 29-03-2018 )

2018-04-03 Thread Khaled Hosny
On Tue, Apr 03, 2018 at 05:24:16PM +0200, Xisco Fauli wrote: > Updated Linux and got Colibre (Xisco) > + may happen on not KDE3/4, Trinity, Unity, GNOME etc. (Heiko) ] I’m on Gnome and I get new icon theme (I assume this is Colibre). Regards, Khaled __

Re: minutes of ESC call ...

2018-02-22 Thread Thorsten Behrens
Michael Meeks wrote: > + go over the past budget ideas & cleanup as a base (Thorsten) > First round done - see: > * Budgeting (Thorsten) > + collecting other wish-lists – cross-check with GSoC ideas > + current ideas > list:https://wiki.documentfoundation.org/Development/Budget2018 >

Re: Minutes of ESC call 2018-02-01

2018-02-01 Thread Noel Grandin
On 1 February 2018 at 18:54, Jan Holesovsky wrote: > > > * Budgeting (Thorsten) > + collecting wish-lists: > + get some fast new Macs and host at Manitu > + gerrit updates > + other ideas for development topics ? > > SSDs for existing macs. SSD for gerrit (I often find it

Re: minutes of ESC call ...

2017-12-26 Thread Sophia Schröder
* Hackfests & Events (Thorsten) + FOSDEM hack-fest / meetings + confirmed for following Monday/Tuesday at ICAB + dates confirmed (Monday + Tuesday), book your travel! + Bedford – overbooked right now; didn’t get a group rate (Heiko) + hurry to book.

Re: minutes of ESC call ...

2017-12-22 Thread Tomaž Vajngerl
Hi, On Fri, Dec 22, 2017 at 12:52 AM, Michael Meeks wrote: > > * Blurry icons (Heiko) > + a PNG issue for hidpi screens. > + why not use SVG icons instead ? > + quikee wrote some code to render SVG icons (Kendy) >+ need to look into what the state is There are 2 issues curren

Re: minutes of ESC call ...

2017-12-20 Thread Tommy
Tommy wrote: Michael Meeks wrote: .     + 5.4.4 RC2 status . no bugfix list has been published yet about RC1 and RC2 in the wiki https://wiki.documentfoundation.org/ReleasePlan/5.4#5.4.4_release nevermoind. it's fixed now --- Questa email è stata esaminata alla ricerca di virus da

Re: minutes of ESC call ...

2017-12-19 Thread Tommy
Michael Meeks wrote: . + 5.4.4 RC2 status . no bugfix list has been published yet about RC1 and RC2 in the wiki https://wiki.documentfoundation.org/ReleasePlan/5.4#5.4.4_release --- Questa email è stata esaminata alla ricerca di virus da AVG. http://www.avg.com __

Re: minutes of ESC call ...

2017-11-08 Thread Miklos Vajna
Hi Stephan, On Wed, Nov 08, 2017 at 09:44:02AM +0100, Stephan Bergmann wrote: > And, just to clarify, for me that means that enforcement on new files cannot > be opt-in based on whatever personal concerns, as might be read out of the > commit message of >

Re: minutes of ESC call ...

2017-11-08 Thread Stephan Bergmann
On 11/03/2017 10:05 AM, Stephan Bergmann wrote: On 11/02/2017 06:10 PM, Michael Meeks wrote: * clang-format-ness (Miklos) [...] + propose merge step#1 without clang-format enforced (Michael)     + don’t like the auto-re-format of others’ commits (Stephan)    + if want to have

Re: minutes of ESC call ...

2017-11-03 Thread Kaganski Mike
On 11/2/2017 8:10 PM, Michael Meeks wrote: > * Completed Action Items: > + ship the horror win / VC runtime DLLs with the installer (Cloph) > [ patch appears to work, but we already have them in the installer >if you do an admin-install they are already installed. >

Re: minutes of ESC call ...

2017-11-03 Thread Miklos Vajna
Hi, On Fri, Nov 03, 2017 at 10:05:05AM +0100, Stephan Bergmann wrote: > The only way I see how we can reach that goal of zero future reformatting > commits is to have the invariant that all commits to the central git repo > are enforce-formatted (after one round of "big noise" reformatting any >

Re: minutes of ESC call ...

2017-11-03 Thread Stephan Bergmann
On 11/02/2017 06:10 PM, Michael Meeks wrote: * clang-format-ness (Miklos) [...] + propose merge step#1 without clang-format enforced (Michael) + don’t like the auto-re-format of others’ commits (Stephan) + if want to have enforced – make sure all commits is formatted rig

Re: Minutes of ESC call 2017-10-26

2017-10-27 Thread Thorsten Behrens
Miklos Vajna wrote: > * clang-format-ness (Miklos) > + Came up with a prototype at https://gerrit.libreoffice.org/#/c/43736/ > + Tamas Z: autofix up style → added a config option > + Thorsten: server-side idea >+ not clear if it’s nice-to-have or a blocker if not addressed (M

Re: Minutes of ESC call 2017-10-26

2017-10-26 Thread Noel Grandin
On 26 October 2017 at 16:59, Miklos Vajna wrote: > + Most Pressing Bugs: http://tdf.io/mostressingbugs > + New: > + Crash in: ScPreview::MouseMove(MouseEvent const &) >+ https://bugs.documentfoundation.org/show_ > bug.cgi?id=113422 >

Re: Minutes of ESC call 2017-09-21

2017-09-25 Thread Khaled Hosny
On Mon, Sep 25, 2017 at 12:06:42PM +0200, Xisco Fauli wrote: > Hello Khaled, > > > * Reverting ‘tdf#103831, tdf#100986: Force using GDI when needed’ for > > 5.3.7? (Xisco) > > + > > https://cgit.freedesktop.org/libreoffice/core/commit/?id=a51b7a1c3a7e7cf7b0c733e1dec40288278c1884 > > + Fi

Re: Minutes of ESC call 2017-09-21

2017-09-25 Thread Xisco Fauli
Hello Khaled, > * Reverting ‘tdf#103831, tdf#100986: Force using GDI when needed’ for 5.3.7? > (Xisco) > + > https://cgit.freedesktop.org/libreoffice/core/commit/?id=a51b7a1c3a7e7cf7b0c733e1dec40288278c1884 > + Fixes: > + Horizontal Text: > https://bugs.documentfoundation.org/show

Re: Minutes of ESC call 2017-09-21

2017-09-21 Thread Noel Grandin
On 21 September 2017 at 21:01, Jan Holesovsky wrote: > + wrt. Download – should we still default to 32bit? (Stephan) > + website defaults to that (Cloph) > + the browsers don’t indicate 64bit on Windows (Cloph) > https://stackoverflow.com/questions/1741933/detect-64-bit-or-32

Re: minutes of ESC call ...

2017-09-05 Thread Caolán McNamara
On Thu, 2017-08-31 at 15:49 +0100, Michael Meeks wrote: > Looked for related bugs in Bugzilla (Xisco) >+ didn’t look in too much detail > + http://nabble.documentfoundation.org/Minutes-of-ESC-call-20 > 17-08-17-tt4220768.html#a4221038 > AI:+ dialog / cropping → p

Re: minutes of ESC call ...

2017-08-31 Thread Michael Meeks
Hi there, On 31/08/17 16:35, khagaroth wrote: > On Thu, Aug 31, 2017 at 4:49 PM, Michael Meeks > mailto:michael.me...@collabora.com>> wrote: > >+ calc/PDF – wrt. line-breaking: most concern > + Khaled ? driven away by annoying reporter ? > *+ ca

Re: minutes of ESC call ...

2017-08-31 Thread khagaroth
On Thu, Aug 31, 2017 at 4:49 PM, Michael Meeks wrote: >+ calc/PDF – wrt. line-breaking: most concern > + Khaled ? driven away by annoying reporter ? > *+ calc issue appears to affect only him → ignore it? > (Xisco)* > + declared strategy to

Re: Minutes of ESC call 2017-08-17

2017-08-25 Thread khagaroth
So what's the plan for handling the line spacing changes outfall? After this change LO is currently unusable as it completely breaks existing documents and the bugs don't see much activity. On Mon, Aug 21, 2017 at 8:05 PM, Xisco Fauli wrote: > Hello, > > + build a write-up of the differences

Re: Minutes of ESC call 2017-08-24

2017-08-25 Thread Pranav Kant
Hi, On 24/08/17 20:23, Miklos Vajna wrote: * GSoC update (Thorsten / Markus / JanI) + timeline: + August 21 - 29: pens down, wrap up – this is now! + August 29 - September 5: final evaluations of students + September 6: passing projects announced + one open s

Re: Minutes of ESC call 2017-08-24

2017-08-25 Thread Jean-Baptiste Faure
Hi, Le 24/08/2017 à 16:53, Miklos Vajna a écrit : [...] * Release Engineering update (Christian) + 5.3.6 RC1 is on the mirrors, to be announced early next week Some time ago, new RC builds were systematically announced on several ML (dev, QA, projects). Now, several RC were not announced

Re: Minutes of ESC call 2017-08-17

2017-08-21 Thread Xisco Fauli
Hello, > + build a write-up of the differences cross-platform (Xisco) > [ almost done, will send to the ML ] > Basically the line spacing differences across platforms has been reduced after this commit[1] ( visual example of an issue fixed by the mentioned commit: Windows [2] and Linux [3

Re: Minutes of ESC call 2017-08-03

2017-08-08 Thread Caolán McNamara
On Sat, 2017-08-05 at 22:15 +0200, Jean-Baptiste Faure wrote: > Hi, > > Le 03/08/2017 à 21:23, Caolán McNamara a écrit : > > On Thu, 2017-08-03 at 16:47 +0200, Miklos Vajna wrote: > > > * l10n (Sophie/Christian) > > > + duplicate strings in templates w/ gettext on master: > > >mainly

Re: Minutes of ESC call 2017-08-03

2017-08-05 Thread Jean-Baptiste Faure
Hi, Le 03/08/2017 à 21:23, Caolán McNamara a écrit : On Thu, 2017-08-03 at 16:47 +0200, Miklos Vajna wrote: * l10n (Sophie/Christian) + duplicate strings in templates w/ gettext on master: mainly in sd/messages.pot – printindialog.ui from various subdirs + preferred wo

Re: Minutes of ESC call 2017-08-03

2017-08-03 Thread Caolán McNamara
On Thu, 2017-08-03 at 16:47 +0200, Miklos Vajna wrote: > * l10n (Sophie/Christian) > + duplicate strings in templates w/ gettext on master: > mainly in sd/messages.pot – printindialog.ui from various > subdirs > + preferred would be: have them in separate files I guess this

Re: minutes of ESC call ...

2017-07-16 Thread Terrence Enger
On Sun, 2017-07-16 at 02:29 +0200, Markus Mohrhard wrote: > On Fri, Jul 14, 2017 at 11:34 AM, Michael Meeks ora.com > > wrote: > >  > >  > > * SSRLabs Interns (Michael) > > + eight new hacking interns around: performance & quality > > + starting on their first easy-hacks. > > + Any ide

Re: minutes of ESC call ...

2017-07-16 Thread Heiko Tietze
On 16.07.2017 02:29, Markus Mohrhard wrote: >> * SSRLabs Interns (Michael) > So there is also one additional idea around that. I already started > adding some code that generates a log file with all the user > interaction in the hope of automatically transforming that data to UI > tests (or automat

Re: minutes of ESC call ...

2017-07-15 Thread Markus Mohrhard
On Fri, Jul 14, 2017 at 11:34 AM, Michael Meeks wrote: > > > * SSRLabs Interns (Michael) > + eight new hacking interns around: performance & quality > + starting on their first easy-hacks. > + Any ideas on quality ? (Xisco) + can write UI test; can take a couple. > So there

Re: minutes of ESC call ...

2017-07-02 Thread Adolfo Jayme Barrientos
2017-06-29 15:05 GMT+00:00 Stephan Bergmann : > * Release Engineering update (Christian) > + 5.4.0 RC1 > + Jay: XP support missing due to harfbuzz? (compiles and runs, but > further tests outstanding) > + an independant review is needed on libreoffice-5-4 I’m afraid that is

Re: minutes of ESC call ...

2017-06-13 Thread Christian Lohmaier
Hi *, On Sat, Jun 10, 2017 at 7:12 PM, probono wrote: > >> no real need for Linux portable edition >> tar-ball can be unzipped > > So can the AppImage: > ./some.AppImage --appimage-extract The point was that the linux builds don't have any external dependencies that are not trivial/already fulfi

Re: minutes of ESC call ...

2017-06-10 Thread probono
Hello, AppImage developer here. May I quickly add my perspective: > is there a central app-store / location to find appimages ? One objective for the AppImage format is to have a single downloadable file for Linux that can be provided on the original (upstream) project's download pages, next to E

Re: minutes of ESC call ...

2017-05-30 Thread Stephan Bergmann
On 05/21/2017 01:22 PM, Chris Sherlock wrote: [...] some of them I just didn’t notice the message on gerrit [...] I routinely add comments to already merged Gerrit changes, assuming that authors and reviewers will see the corresponding mails Gerrit sends out to them. If this is generally con

Re: minutes of ESC call ...

2017-05-21 Thread Chris Sherlock
> On 19 May 2017, at 1:02 am, Michael Meeks wrote: > > * Commit Access >+ Cosmetic change issues – churning code without much benefit > + asked to avoid this, but this continues. >+ write a last warning ? (Michael) > + always a balance between cosmetic and functional changes

Re: minutes of ESC call ...

2017-05-19 Thread Eike Rathke
Hi, On Thursday, 2017-05-18 16:02:51 +0100, Michael Meeks wrote: > AI: + ask Osvaldo for an agenda (Eike) Agenda is now available at https://wiki.documentfoundation.org/Hackfest/Perugia2017#Agenda Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.

Re: minutes of ESC call ...

2017-05-11 Thread Eike Rathke
Hi, On Thursday, 2017-05-11 15:44:56 +0100, Michael Meeks wrote: > + openhub statistics (2001-01-01), -1(-1) people did -1(-1) commits in 12 > month in -1(-1) lines of code > + Is that really so ? -1 lines is a lot ... Currently https://www.openhub.net/p/libreoffice says 30 Day Su

Re: minutes of ESC call ...

2017-05-05 Thread Xisco Fauli
Hi, > * crash reporter news (Xisco) > + http://crashreport.libreoffice.org/stats/?days=128 > + http://crashreport.libreoffice.org/stats/version/5.3.2.2 > + 3384 (last 7 days) > + http://crashreport.libreoffice.org/stats/version/5.2.6.2 > + 2487 (last 7 days) > +

Re: minutes of ESC call ...

2017-04-06 Thread David Tardon
Hi, On Thu, Apr 06, 2017 at 08:22:04AM +1000, Chris Sherlock wrote: > > On 31 Mar 2017, at 10:59 pm, David Tardon wrote: > > > >> On Thu, Mar 30, 2017 at 04:08:18PM +0100, Michael Meeks wrote: > >> * Crashtest update (Caolan) > >>+ Google / ossfuzz: 24 fuzzers active now, unchanged > >>

Re: minutes of ESC call ...

2017-04-05 Thread Chris Sherlock
Sent from my iPhone > On 31 Mar 2017, at 10:59 pm, David Tardon wrote: > >> On Thu, Mar 30, 2017 at 04:08:18PM +0100, Michael Meeks wrote: >> * Crashtest update (Caolan) >>+ Google / ossfuzz: 24 fuzzers active now, unchanged >>+ not added any more tests – existing giving out enough

Re: minutes of ESC call ...

2017-03-31 Thread David Tardon
On Thu, Mar 30, 2017 at 04:08:18PM +0100, Michael Meeks wrote: > * Crashtest update (Caolan) > + Google / ossfuzz: 24 fuzzers active now, unchanged > + not added any more tests – existing giving out enough noise > + lots of horsepower: they are also testing for local leaks & han

Re: Minutes of ESC call: 2017-03-02

2017-03-03 Thread Stephan Bergmann
On 03/03/2017 01:01 PM, Khaled Hosny wrote: On Fri, Mar 03, 2017 at 11:41:09AM +0100, Jan Holesovsky wrote: + community edition IDE can't be used until you register + E-mail + Account on MS stuff... + only blocks the IDE, not compiler. Though the

Re: Minutes of ESC call: 2017-03-02

2017-03-03 Thread Khaled Hosny
On Fri, Mar 03, 2017 at 11:41:09AM +0100, Jan Holesovsky wrote: > + community edition IDE can't be used until you register > + E-mail + Account on MS stuff... > + only blocks the IDE, not compiler. Though the UI suggests this (no option to skip) when

Re: minutes of ESC call ...

2017-02-17 Thread Eike Rathke
Hi, On Thursday, 2017-02-16 15:43:18 +, Michael Meeks wrote: > + Most Pressing Bugs: http://tdf.io/mostressingbugs > + Older: > + Crash in: `anonymous > namespace'::ScCaptionCreator::UpdateCaptionPos() > + > https://bugs.documentfoundation.org/show_

Re: minutes of ESC call ...

2017-02-17 Thread Eike Rathke
Hi, On Thursday, 2017-02-16 15:43:18 +, Michael Meeks wrote: > + Most Pressing Bugs: http://tdf.io/mostressingbugs > + New: > + Pivot crashes Calc > + > https://bugs.documentfoundation.org/show_bug.cgi?id=105858 > + SC_DPOUT_MAX

Re: minutes of ESC call ...

2017-02-17 Thread Khaled Hosny
On Thu, Feb 16, 2017 at 09:27:46PM -0700, slacka wrote: > I really hope that hour search was a bad joke. Google "Download VS 2013" and > the first link is the download link for the installer. Did you check the link? It gives you a generic download page that only offer the latest version. Regards,

Re: minutes of ESC call ...

2017-02-16 Thread slacka
VS 2015 has much better support for Support For C++11/14 Features https://msdn.microsoft.com/en-us/library/hh567368.aspx When VS 2013 is depreciated, we can probably remove some ugly IFDEFs. I really hope that hour search was a bad joke. Google "Download VS 2013" and the first link is the down

Re: minutes of ESC call ...

2017-02-16 Thread Khaled Hosny
On Thu, Feb 16, 2017 at 03:43:18PM +, Michael Meeks wrote: > AI: + test build configuations (Norbert) > + Is there any gain of functionality with 2015 ? Not a gain in functionality, but VS 2015 is much easier to find on MS website than 2013, last time I hat to setup a Windows machine (a co

Re: minutes of ESC call ...

2017-01-31 Thread Michael Meeks
Hi David, On 27/01/17 06:07, David Ostrovsky wrote: > On Thu Jan 26 15:49:52 UTC 2017, Michael Meeks wrote: >>+ love a queue that auto-merged when CI succeeds (Michael) > > The missing bits for that feature were finalized and merged during > recent Gerrit hackathon and will be included in the

Re: minutes of ESC call ...

2017-01-30 Thread Zolnai Tamás
Hi, > * TDF / Budgeting / Brainstorming (Thorsten) > + checkout spreadsheet: > https://demo.collaboracloudsuite.com/tdf/index.php/apps/richdocuments/index#719_%2FESC%20minutes > + currently ranked by highest score > + interesting ranking, thanks for rating. When will these s

Re: minutes of ESC call ...

2017-01-29 Thread Tommy
Michael Meeks wrote: > * Release Engineering update (Christian) + 5.2.5 release status + announced today https://wiki.documentfoundation.org/Releases/5.2.5/RC1 this page is still empty. the list of fixed bugs has not been published yet. Tommy __

Re: minutes of ESC call ...

2017-01-27 Thread Jan-Marek Glogowski
Am 27.01.2017 um 07:07 schrieb David Ostrovsky: > It would be also cool, if you could look into new and shiny gerrit UI, > based on JavaScript Polymer framework, and provide feedback. You can > see the new UI in action upstream by switching in footer to new UI. > Only change screen is implemented f

Re: minutes of ESC call ...

2017-01-26 Thread Samuel Mehrbrodt
* Enable creating backups of user profile in release builds (Bubli) + part of profile safe mode feature + 2 backups (zip archives) of user profile kept around in non-release builds + user profile can be restored from those backups in safe mode + a patch from Samuel M: https:

Re: minutes of ESC call ...

2017-01-16 Thread Xisco Fauli
Hi, El 13/01/17 a les 15:03, Michael Meeks ha escrit: * Release Engineering update (Christian) + 5.2.5 RC1 schedule acceleration ? + fixes for both regressions in 5.2 + builds done, tagging finished, up-loading underway. + should we do an RC1 release as final ?

Re: minutes of ESC call ...

2017-01-13 Thread Xisco Fauli
Hello all, + new issue created as MAB tdf#105259 + Beluga: can’t be fixed before 5.3 + asking for help with glade (Heiko) + even the simple reverting is risky (Xisco) + we need to fix the dialog (Heiko) + fixing and testing in one week not poss

Re: minutes of ESC call ...

2016-12-12 Thread Bjoern Michaelsen
Hi, On Fri, Dec 09, 2016 at 11:45:56AM +0100, Jan Iversen wrote: > Now we are getting very close to my x-mas wishlist. > > the current json files made by gbuildjson misses 2 things: > - objective C++ (and some other language) files are not accounted for Thats trivial to add and left as an exceri

Re: minutes of ESC call ...

2016-12-10 Thread Thorsten Behrens
Katarína Behrens wrote: > I'm slightly reluctant to make this 5.3 late feature, not because of > the impact on translations (which I clarified in another e-mail to > Cloph & Olivier) but because of the impact on how help is packaged > on all 3 platforms for TDF builds and Linux distributions. > Ri

Re: minutes of ESC call ...

2016-12-10 Thread Khaled Hosny
On Thu, Dec 08, 2016 at 04:56:07PM +, Michael Meeks wrote: > + who else needs a Mac ? ... answers on a post-card. I think I can make use of one, if it can get here easily. I currently use the same Mac laptop for both Linux and Mac development, not the most productive setup.

Re: minutes of ESC call ...

2016-12-09 Thread Bjoern Michaelsen
Hi, On Fri, Dec 09, 2016 at 08:57:03PM +, Michael Meeks wrote: > Sure - question is if we want to check all the un-buildable binaries > into a git repository; but we can do of course if it saves having a > shell to download things. Well, we could have the binaries in a submodule, so as

Re: minutes of ESC call ...

2016-12-09 Thread Michael Meeks
Hi Bjoern, On 08/12/16 18:40, Bjoern Michaelsen wrote: >> * download 'something' > (actually, Visual Studio can directly clone git repos, so > manual downloads shouldnt be needed) Sure - question is if we want to check all the un-buildable binaries into a git repository; but

Re: minutes of ESC call ...

2016-12-09 Thread Katarina Behrens
Hello world > + Late features: > + separating images and icons for help modules (Olivier, Bubli) > + still waiting for Olivier's sample string change to write > the script. + we need to see the impact on translators. I'm slightly reluctant to make this 5.3 late

Re: minutes of ESC call ...

2016-12-09 Thread Jan Iversen
> On 9 Dec 2016, at 11:35, Bjoern Michaelsen > wrote: > > Hi, > > some additional thoughts below: > > On Thu, Dec 08, 2016 at 07:40:40PM +0100, Bjoern Michaelsen wrote: >>> AFAICS - there -should- also be no need for cygwin, LODE, or anything >>> else in this world ;-) just a single down

Re: minutes of ESC call ...

2016-12-09 Thread Bjoern Michaelsen
Hi, some additional thoughts below: On Thu, Dec 08, 2016 at 07:40:40PM +0100, Bjoern Michaelsen wrote: > > AFAICS - there -should- also be no need for cygwin, LODE, or anything > > else in this world ;-) just a single download. > Ok, who is going to finally kill scp2, the horribly icon-theme

  1   2   3   4   5   6   >