Re: [Libreoffice-qa] minutes of ESC call ...

2019-04-18 Thread Xisco Fauli
Hi Michael,

> + 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
>   - E.g. 
> https://bugs.documentfoundation.org/show_bug.cgi?id=124818
>   - Noel fixing them
>   + Writer: Many files crashing with paste + undo
>   - Mostly related to 
>   https://bugs.documentfoundation.org/show_bug.cgi?id=117215
> + inherited from OpenOffice
>   - 13800 crashes in crashreport of this signature → 
> https://crashreport.libreoffice.org/stats/signature/BigPtrArray::Index2Block(unsigned%20long)
> + what is a big number for traces ? (Michael)
>+ difficult to tell (Xisco)
>   + don’t know in total; think it’s a big #
>   + tested 2500 files, and 30 crash.

I've just remembered we can retrieve the total number of crashes from
the crashreport API [1], so the crash mentioned above represents the 0.3
of the total

Regards

[1] http://crashreport.libreoffice.org/api/get/crash-count


-- 
Xisco Faulí
Libreoffice QA Team
IRC: x1sc0


___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] minutes of ESC call ...

2019-04-18 Thread Michael Meeks
* Present:
  + Eike, Miklos, Xisco, Michael S, Heiko, Gabriel, Christian, Michael W,
Michael M, Caolan, Stephan, Olivier

* Completed Action Items:

* Pending Action Items:
+ mentors to check through the list here (All)
+ https://summerofcode.withgoogle.com/

* Release Engineering update (Christian)
+ 6.2.3 – announced as final today.
+ 6.2.4 rc1 – week after next starts April 29th
+ 6.1.6 rc2
  + to be tagged next week – last one of 6.1.x
+ 6.3 alpha1: early May, week 19
+ Remotes
+ Android viewer
   + Maven repo is now updated for Java SDK
+ Online

* Documentation (Olivier)
+ New Help
   + Fixes (sberg)
+ Help content2
   + New pages for Python (libreofficiant)
   + Housekeeping (ohallot)
   + reviewing some clunky patches in gerrit (ohallot)
+ Google Season of Doc
   + please add your ideas in the wiki (‘til 4/22/2019)
 https://wiki.documentfoundation.org/Documentation/GSoDOC/2019
+ Guides
+ slow improvements on Calc guide update
+ “Tip of the day” as GSDoc ? (Heiko)
+ add some mentor to the page for that (Olivier)

* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
250(250) (topicUI) bugs open, 207(207) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week1 month3 months   12 months  
 added 11(6)  17(5)  32(4)   74(3)  
 commented 46(-20)   192(-19)   481(-1)1351(19) 
   removed  3(3)   6(0)  13(2)   23(2)  
  resolved  3(2)  16(-5) 56(-3) 131(1)  
+ top 10 contributors:
  Tietze, Heiko made 67 changes in 1 month, and 539 changes in 1 year
  Roman Kuznetsov made 65 changes in 1 month, and 179 changes in 1 year
  Xisco Faulí made 47 changes in 1 month, and 259 changes in 1 year
  Dieter Praas made 36 changes in 1 month, and 147 changes in 1 year
  Kainz, Andreas made 36 changes in 1 month, and 181 changes in 1 year
  Foote, V Stuart made 22 changes in 1 month, and 187 changes in 1 year
  Thomas Lendo made 20 changes in 1 month, and 220 changes in 1 year
  Mehrbrodt, Samuel made 15 changes in 1 month, and 67 changes in 1 year
  Rasmus Jonsson made 10 changes in 1 month, and 10 changes in 1 year
  Cor Nouws made 9 changes in 1 month, and 105 changes in 1 year
+ New needsUXEval between Apr/11-18

  * menubar show icon in an separte column next to text
+ https://bugs.documentfoundation.org/show_bug.cgi?id=124789
  * UI: the wording around tools - options - LibreOffice Calc - Formula -
Recalculation on File Load is questionable
+ https://bugs.documentfoundation.org/show_bug.cgi?id=124784 
  * Paste structured text without format but with styles
 -> + https://bugs.documentfoundation.org/show_bug.cgi?id=124764 
  * Option required to show low resolution preview instead of full
resolution for smooth navigation of documents with high resolution
linked images
+ https://bugs.documentfoundation.org/show_bug.cgi?id=117754 
  * Unable to use keyboard to activate the header/footer frame menu button
pop up menu from header/footer edit window
+ https://bugs.documentfoundation.org/show_bug.cgi?id=124113 
  * PARAGRAPH BORDER: Modification border always adds a new border
+ https://bugs.documentfoundation.org/show_bug.cgi?id=124748 
  => unconfirmed/in discussion

  * Update to version 6.2 broke personalisation (theme)
+ https://bugs.documentfoundation.org/show_bug.cgi?id=123911 
  => dup

  * Hyperlinks' fonts keep changing when saved/exported as PDF
  ->+ https://bugs.documentfoundation.org/show_bug.cgi?id=123777 
  => new/bug

 needsDevAdvice
  * List incompatible features when saving to alien formats in detail
  ->+ https://bugs.documentfoundation.org/show_bug.cgi?id=115291 
+ prototype for solution in c5; feasability unclear
+ trad. answer is – better to fix the interop problems (Michael)
+ 15 highlighting colors doens’t go to MSO (Heiko)
+ why do we have so many ? (Michael)
+ its lots of work scanning the doc to find problems (Michael)
+ two sides – better to spend energy supporting (Miklos)
+ on other side – the CSV filter “only current sheet”
+ some merit to this.
+ in the past did have some scanner code to detect
+ this was removed.
+ remember the filter collection / warning (Caolan)
+ back in the day – more effort to detect missing than impl. It
+ perhaps for big features works, but micro-level tricky.
+ PDF export has something like this too.
AI: + drop chunk into the bug & send to QA (Heiko)

* Crash Testing