Re: [Libreoffice-qa] Automate the installation of the nightly releases

2019-01-14 Thread Florian Reisinger
Hi,

I wrote a c# (first generation) and a Kotlin/JVM (second generation)
project ( https://github.com/reisi007/Java-SI-GUI ) for that. Besides of
the Linux platform specific components it SHOULD also work on Linux...
(Downloading only, installing MSI works on Windows).

I think I can help you writing the tool you want :) However, I have no
Linux Eno like environment.

Yours,

Florian

Am Sa., 12. Jän. 2019, 17:38 hat Jean-Philippe MENGUAL <
jean-philippe.meng...@libreoffice.org> geschrieben:

> Hi,
>
> I now can use the Debian packaged release of the nightly builds of
> Libreoffice. I use the French langpack as well.
>
> Could you help me for writing a script run as root, in order to:
> - download the tarballs
> - untar
> - install the Debian packages
> - remove the tarballs and untarred foldersdossiers décompressés
>
> The binary needs to be installed before the langpack.
> I know all right what I need, but: in the URL processed by wget, there is:
>
> https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb.tar.gz
> and:
>
> https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb_langpack_fr.tar.gz
>
> - how can I detect th exact name of Linux-rpm_deb-x86_64@86-TDF
> automatically (the end number (86) is ramdom)
> - the filename is ramdom too
>
> How can I detect them automatically to make them untar and processed
> automatically?
>
> Thanks for your help.
>
> Regards
>
>
>
>
> --
> signature_jp_2
> Logo Hypra  JEAN-PHILIPPE MENGUAL
> DIRECTEUR TECHNIQUE ET QUALITÉ
> 102, rue des poissonniers, 75018, Paris
> Tel : +331 84 73 06 61  Mob : +336 76 34 93 37
> 
> jpmeng...@hypra.fr 
> www.hypra.fr 
> Facebook Hypra  Twitter Hypra
>  Linkedin Jean-Philippe
> 
>
>
> ___
> 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/
___
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/

Re: [Libreoffice-qa] Fwd: Automate the installation of the nightly releases

2019-01-12 Thread Florian Reisinger
Hi,

You can parse the HTML using regular expression. Not keeping in mind the
first X links of a page, all other links on that page help you to build a
valid URL. If the URL does not contain sdk out helppack (or a very similar
string) it is the main installer.

Does this help you.?

Am Sa., 12. Jän. 2019, 22:50 hat Jean-Philippe MENGUAL <
jean-philippe.meng...@libreoffice.org> geschrieben:

> Hi,
>
> Many thanks for your reply. My problem is that I have few code skills,
> except shell scripts in bash. How do you fetch the elements of the URLs
> wich are not predictible then?
>
> Thanks for your help
>
> regards
>
>
>
> Le 12/01/2019 à 21:31, Florian Reisinger a écrit :
> > Hi,
> >
> > Sent from wrong mail address
> >
> > -- Forwarded message -
> > From: *Florian Reisinger* mailto:reisi...@gmail.com
> >>
> > Date: Sa., 12. Jän. 2019, 21:28
> > Subject: Re: [Libreoffice-qa] Automate the installation of the nightly
> > releases
> > To: LibreOffice QA  > <mailto:libreoffice-qa@lists.freedesktop.org>>
> >
> >
> > Hi,
> >
> > I wrote a c# (first generation) and a Kotlin/JVM (second generation)
> > project ( https://github.com/reisi007/Java-SI-GUI ) for that. Besides
> of
> > the Linux platform specific components it SHOULD also work on Linux...
> > (Downloading only, installing MSI works on Windows).
> >
> > I think I can help you writing the tool you want :) However, I have no
> > Linux Eno like environment.
> >
> > Yours,
> >
> > Florian
> >
> > Am Sa., 12. Jän. 2019, 17:38 hat Jean-Philippe MENGUAL
> >  > <mailto:jean-philippe.meng...@libreoffice.org>> geschrieben:
> >
> > Hi,
> >
> > I now can use the Debian packaged release of the nightly builds of
> > Libreoffice. I use the French langpack as well.
> >
> > Could you help me for writing a script run as root, in order to:
> > - download the tarballs
> > - untar
> > - install the Debian packages
> > - remove the tarballs and untarred foldersdossiers décompressés
> >
> > The binary needs to be installed before the langpack.
> > I know all right what I need, but: in the URL processed by wget,
> > there is:
> >
> https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb.tar.gz
> > and:
> >
> https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb_langpack_fr.tar.gz
> >
> > - how can I detect th exact name of Linux-rpm_deb-x86_64@86-TDF
> > automatically (the end number (86) is ramdom)
> > - the filename is ramdom too
> >
> > How can I detect them automatically to make them untar and processed
> > automatically?
> >
> > Thanks for your help.
> >
> > Regards
> >
> >
> >
> >
> > --
> > signature_jp_2
> > Logo Hypra  JEAN-PHILIPPE MENGUAL
> > DIRECTEUR TECHNIQUE ET QUALITÉ
> > 102, rue des poissonniers, 75018, Paris
> > Tel : +331 84 73 06 61  Mob : +336 76 34 93 37
> > 
> > jpmeng...@hypra.fr <mailto:jpmeng...@hypra.fr>
> > <mailto:jpmeng...@hypra.fr <mailto:jpmeng...@hypra.fr>>
> > www.hypra.fr <http://www.hypra.fr> <http://www.hypra.fr/>
> > Facebook Hypra <https://www.facebook.com/hyprasoftware/> Twitter
> Hypra
> > <https://twitter.com/Hypra_> Linkedin Jean-Philippe
> > <https://fr.linkedin.com/in/jean-philippe-mengual-800133135>
> >
> >
> > ___
> > List Name: Libreoffice-qa mailing list
> > Mail address: Libreoffice-qa@lists.freedesktop.org
> > <mailto: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/
> >
> >
> > ___
> > List Name: Libreoffice-qa mailing list
> > Mail address: Libreoffice-qa@lists.freedesktop.org
> > Change settings:
> https://lists.freedesktop.org/mailman/listinf

[Libreoffice-qa] Fwd: Automate the installation of the nightly releases

2019-01-12 Thread Florian Reisinger
Hi,

Sent from wrong mail address

-- Forwarded message -
From: Florian Reisinger 
Date: Sa., 12. Jän. 2019, 21:28
Subject: Re: [Libreoffice-qa] Automate the installation of the nightly
releases
To: LibreOffice QA 


Hi,

I wrote a c# (first generation) and a Kotlin/JVM (second generation)
project ( https://github.com/reisi007/Java-SI-GUI ) for that. Besides of
the Linux platform specific components it SHOULD also work on Linux...
(Downloading only, installing MSI works on Windows).

I think I can help you writing the tool you want :) However, I have no
Linux Eno like environment.

Yours,

Florian

Am Sa., 12. Jän. 2019, 17:38 hat Jean-Philippe MENGUAL <
jean-philippe.meng...@libreoffice.org> geschrieben:

> Hi,
>
> I now can use the Debian packaged release of the nightly builds of
> Libreoffice. I use the French langpack as well.
>
> Could you help me for writing a script run as root, in order to:
> - download the tarballs
> - untar
> - install the Debian packages
> - remove the tarballs and untarred foldersdossiers décompressés
>
> The binary needs to be installed before the langpack.
> I know all right what I need, but: in the URL processed by wget, there is:
>
> https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb.tar.gz
> and:
>
> https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb_langpack_fr.tar.gz
>
> - how can I detect th exact name of Linux-rpm_deb-x86_64@86-TDF
> automatically (the end number (86) is ramdom)
> - the filename is ramdom too
>
> How can I detect them automatically to make them untar and processed
> automatically?
>
> Thanks for your help.
>
> Regards
>
>
>
>
> --
> signature_jp_2
> Logo Hypra  JEAN-PHILIPPE MENGUAL
> DIRECTEUR TECHNIQUE ET QUALITÉ
> 102, rue des poissonniers, 75018, Paris
> Tel : +331 84 73 06 61  Mob : +336 76 34 93 37
> 
> jpmeng...@hypra.fr <mailto:jpmeng...@hypra.fr>
> www.hypra.fr <http://www.hypra.fr/>
> Facebook Hypra <https://www.facebook.com/hyprasoftware/> Twitter Hypra
> <https://twitter.com/Hypra_> Linkedin Jean-Philippe
> <https://fr.linkedin.com/in/jean-philippe-mengual-800133135>
>
>
> ___
> 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/
___
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/

Re: [Libreoffice-qa] GSoC project introduction

2018-05-07 Thread Florian Reisinger
Hi,

Just one small thought on top of this:

Groups / hirachy of actions are relevant:

This means:

- I inserted a picture, but this picture is not relevant. I want to delete
the picture and all the actions with the text.
  - The same is true for text formatting or changing things while being in
a dialog.

Being able to edit it is a big feature So from my POV:

Every element needs to have an ID and every action can depend on a other
action.

To keep it simple hirachy (which is the same as a depends on) might not be
necessary... But would be nice for grouping actions

>From my point of view a editor for the DSL would be required to ensure the
quality and expressiveness of the DSL.

Thanks for considering it.

Yours,

Florian

Terrence Enger  schrieb am So., 6. Mai 2018, 21:43:

> I am adding QA list to recipients, because I can foresee this work
> being useful in the preparation of bug reports.
>
> On Sat, 2018-05-05 at 15:14 +0530, Saurav Chirania wrote:
> > *Hello community!I am Saurav, an undergraduate from IIT Dhanbad, India.
> > I’ve been selected in this year’s GSoC to work with LibreOffice [1].I’ll
> be
> > working with the UI Testing framework. The first task will be to log the
> UI
> > actions in a log file according to a Domain Specific Language. Then, the
> > next task will be to automate the replay of the same actions using the
> > generated log file.I am ready with a fresh build of LibreOffice and am
> > currently browsing the relevant code parts to get more knowledge about
> the
> > different UI elements and how events work in LibreOffice.The timeline I
> > proposed in my GsoC proposal is at [2]. Suggestions regarding
> prioritising
> > of tasks, refining of the timeline or anything else to improve on are
> > welcome! You can contact me on the IRC channel #libreoffice-dev (nick:
> > chirania) or by sending me an email.Looking forward to an enjoyable
> > summer!Regards,Saurav Chirania[1] https://tinyurl.com/yba6cnpc
> > <https://tinyurl.com/yba6cnpc>[2] https://tinyurl.com/ydgax9vk
> > <https://tinyurl.com/ydgax9vk>*
>
> Whoopee!
>
> Please let me offer some random thoughts.
>
> I have often been unsure what I did to provoke LO to misbehave:
> sometimes my attention was absorbed by actual work I was doing,
> sometimes I had given up trying carefully to reproduce a bug report
> only to see the bug come up later.  So it would be good if the logging
> is cheap enough to use routinely during regular work.
>
> For a couple of reasons, I expect that the log file will not replace
> the STR in a bug report: (1) The log file will contain irrelevant
> operations, everything from a slip-of-the-fingers corrected promptly
> to completely different tasks imposed on the user during the LO
> session.  Determination of just which operations are relevant may be
> tedious, but confidence that the misbehaviour can be reproduced will
> justify much more effort than would mere knowledge that LO misbehaved
> once.  (2) Part of the QA process for bug reports involves testing
> older LO versions.
>
> From this, I conclude that it is important that the log file be
> decipherable.  Indeed, for the preparation of bug reports, the
> automated playback is mostly important for proving that the bug is
> reproducible, thus motivating the decipherment of the log file.  So,
> an easily readable log file is better than one which is hard to read,
> but the difference is less important than one might guess.
>
> If the log file is not easily readable, then we would eventually want
> a program to express it in user-level terms.  As a hack, this program
> might not be quite "easy", but it could be undertaken so that it would
> not hold up other work.  Perhaps it could be so specified that
> language-level programming knowledge (as opposed to knowledge of LO)
> would be sufficient for the task.
>
> Thank you, Saurav, for undertaking this work.  Is there a place where
> we can follow your progress?
>
> Terry.
> ___
> 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/

-- 

Mit freundlichen Grüßen, | Yours,
Florian Reisinger
___
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] New version of SI-GUI under development

2018-04-20 Thread Florian Reisinger
A Java VM based version of SI-GUI for Windows, Linux and maybe Android is
on the way.

If you have one or two minutes, please answer the following questions:

https://flosmind.wordpress.com/2018/04/19/kotlin-re-implementaion-of-si-gui/
-- 

Mit freundlichen Grüßen, | Yours,
Florian Reisinger
___
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] HSQLDB to Firebird migration

2018-04-19 Thread Florian Reisinger
Hello everyone,

Based on https://bugs.documentfoundation.org/show_bug.cgi?id=116944#c42 a
list of TODO items for the migration:

I was told discussing this bug both on QA and DEV ML is okay.

Some TODO items / things I had in mind :)

- Converting HSQLDB databases from HSQLDB to Firebird should not be enabled
by default in 6.1 -> Should be an experimental option.
- Expert configuration entry should be added to force / ask / delay upgrade
- In "RELEASE CONFIGURATION" builds default should be "delay", in others
"ask".

- After converting the ODB file there must not be the HSQLDB related data
in the file anymore.
- Ask to store in new file -> backup

- Automated tests should be created that cover the following aspects. The
current unit test is just a very basic example. The test document should be
a HSQLDB one as explicitly the transition to Firebird should be tested. I
am never taking about the Firebird database, I am only talking about the
migration.

The following things should work / need to be discussed from my point of
view (sorry if this sounds harsh - didn't meant to):

- Relationships are working between tables:
- 1:1
- 1:n
- n:m

- Auto increment of elements needs to be working (needs to be checked after
migration finished)
- Other constraints on elements must work as well
- UNIQUE / PRIMARY KEY / FOREIGN KEY / NON NULL on single field
- UNIQUE / PRIMARY / FOREIGN KEY on group of fields
- All different index types (TODO: what index types are supported in both
database and can they be mapped?) need to be mapped to corresponding
INDEXES in Firebird
- All different types need to be checked whether a corresponding type is
available
- Same range / order behavior of the types
- Incompatibilities need to be documented BEFORE deprecating HSQLDB backend
to allow people to prepare for the transition.
- We need to discuss to what extend manually entered SQL should be covered
(migration is something different than just importing data)
- However, views created by the designer must work
- Best effort approach for manually created views?
- As long as the HSQLDB driver is integrated we can easily check if the
result of reports (or anything else relevant) is exactly the same compared
to the HSQLDB version. --> Unit tests
- What to do with HSQLDB specific SQL functions?
-Example for incompatible SQL dialects: Firebird 3.0 does not support
concat in select
- Can be rewritten from "concat(A,B)" to "A || B" -> See above. How to
handle custom SQL.

After automated testing of some migrations (migration itself works and
reports / entries can be added) manual QA effort is needed. The timeframe
to the 6.1 release seems to close to tackle everything listed above.
Therefore defaulting to enabling this big feature for 6.1 is not
recommended from my side. As highlighted above incompatible data types /
SQL code has not been discussed as part of the migration to Firebird. I saw
one example of incompatible types, but no resolution of how to continue.

TODO from QA side: Prepare 1-3+ test documents, which should be used as
data for automated tests. Ideally this should not only be new documents,
but also documents created by older LibreOffice versions [one test document
can be found here::
https://bugs.documentfoundation.org/attachment.cgi?id=141489 Base manual's
DB]

Yours Florian

PS: please answer to both mailing lists to not split up to conversation.
Thank you!
-- 

Mit freundlichen Grüßen, | Yours,
Florian Reisinger
___
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/

Re: [Libreoffice-qa] Incomplete text in menus and dialogs in 5.4.0.1

2017-07-05 Thread Florian Reisinger
Hi Pedro,

bisecting = git bisect
bibisect = binary git bisect (normally you would have to compile
LibreOffice every time)

Pedro  schrieb am Mi., 5. Juli 2017 um 23:40 Uhr:

> Hi Xisco, Stuart, all
>
>
> Xisco Fauli wrote
> > I can't reproduce it on my Virtual machine neither.
> >
> > Would you mind bisecting it with
> > https://wiki.documentfoundation.org/QA/Bibisect/Windows?
> >
> > It might help us to understand where the problem is.
>
> Is your VM Windows 7?
>
> Unfortunately this seems to be a problem that can not be replicated in any
> newer Windows version because Microsoft democratically decided to remove
> the
> settings. The setting they did leave increases everything to 125% (which
> makes icons blurry!)
>
> This is where I changed font size to 11 points
>
> <
> http://nabble.documentfoundation.org/file/n4217669/Advanced_Appearance_Settings_Windows.png
> >
>
> As for bibisecting (or bisecting?) I really prefer not to do it on my work
> machine.
> If I can get Windows 7 in another machine I will try that.
> (Unfortunately my home laptop is loaded with crappy Windows 10 and I don't
> want to void the warranty)
>
>
> V Stuart Foote wrote
> > Sorry for that noise.
>
> Trying to help never generates noise ;)
> Thank you for the Segoe UI tip. It is easier to read than Tahoma!
>
> Regards,
> Pedro
>
>
>
> --
> View this message in context:
> http://nabble.documentfoundation.org/Incomplete-text-in-menus-and-dialogs-in-5-4-0-1-tp4217620p4217669.html
> Sent from the QA mailing list archive at Nabble.com.
> ___
> 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/

-- 

Mit freundlichen Grüßen, | Yours,
Florian Reisinger
___
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/

Re: [Libreoffice-qa] What to do with many files

2016-07-28 Thread Florian Reisinger
Hi,

Would that help for important / export testing? Anyway: If you see specific
glitches very likely someone else reported those.
Test documents need to be simple, not complex For the rest I agree to
Timar :)

Ekari  schrieb am Do., 7. Juli 2016 11:41:

> I think the community will be better with those files than
> without them, your stance can't speak for all, I for one already said
> I can't handle those numbers but a joint effort will be able to digest
> them faster
> than me, if you prefer not have the files that's your problem, I would
> like the rest of the
> QA to give me their opinion.
>
> On 7 July 2016 at 10:12, Andras Timar  wrote:
>
>> Hi,
>>
>> On Wed, Jun 29, 2016 at 12:39 PM, Ekari  wrote:
>>
>>> Hi,
>>>
>>> I have almost 1000 proprietary MS files that I'm whiling
>>> to share for bug reports, I already reported some but
>>> I can't possibly do it alone for all files in a timely manner,
>>> would it be OK to drop the files compressed as xz
>>> somewhere to then be processed individually by the community?
>>>
>>>
>> Do you think that the community can fix 1000 bugs in a timely manner?
>> Think twice. Reporting a bug takes 5-10 minutes, fixing a bug can take a
>> week or more. It would be better to categorize those documents, and reduce
>> the number of files, because I doubt that they exhibit 1000 independent,
>> unrelated bugs. It is enough to submit one document for a specific bug.
>>
>> Best regards,
>> Andras Timar
>>
>
>
>
> --
> Thanks
> ___
> 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/
___
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/

Re: [Libreoffice-qa] [ANN] LibreOfficeDev 5.2.0 alpha1 test builds available

2016-04-22 Thread Florian Reisinger
Have you installed the correct MS C++ redistributable? I do not which
version is the baseline ATM...
Yours,
Florian

Pedro  schrieb am Sa., 23. Apr. 2016 02:16:

> m.a.riosv wrote
> > El 22/04/16 a las 10:40, Christian Lohmaier escribió:
> >>> On Fri, Apr 22, 2016 at 6:07 AM, V Stuart Foote [hidden email] wrote:
> >>> Not sure what to make of it, and do hate to report it, but  seems the
> >>> Windows
> >>> builds for 5.2.0alpha1, both x86 and x64, are affected by packaging
> >>> issue of
> >>> tdf#99285
> >>> https://bugs.documentfoundation.org/show_bug.cgi?id=99258
> >>
> >>Well, so far only you could reproduce...
> >
> > I can reproduce with 5.2x86 pre-release.
> > Comment in the bug report.
> > https://bugs.documentfoundation.org/show_bug.cgi?id=99258#c9
> >
> > Now we are two. :)
> >
>
> Make it 3.
>
> Version Alpha does not work under Windows 10 x64
>
> I tested with both x86 and x64, installed in parallel with SI GUI and
> standard install.
> In all situations LO fails with the same error screen posted by Stuart.
>
> It does however run correctly under Win 7 Pro x64 SP1
>
>
>
>
> --
> View this message in context:
> http://nabble.documentfoundation.org/Libreoffice-qa-ANN-LibreOfficeDev-5-2-0-alpha1-test-builds-available-tp4181683p4181738.html
> Sent from the QA mailing list archive at Nabble.com.
> ___
> 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/
___
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] SI-GUI Anyone wants to take Thinderbox list over?

2016-01-26 Thread Florian Reisinger
Hi,
As I really do not have a lot of time any more so it would be great to find
someone who (helps me) to maintain this list.
The list is a pastebin at the moment (any plain text website will do it)
and looks like this: http://pastebin.com/9PR3berc

This list needs to be updated when
1) a Thinderbox is out of date
2) When a new branch opens

https://github.com/reisi007/Java-SI-GUI can do this automatically and
installation works for Windows MSI (just saying)

I am not involved in testing any more so I miss (1) as well as (2)...

Sorry...
Florian :)
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Snapshot 4 for Java SI GUI

2015-08-24 Thread Florian Reisinger

Hi,

My summer job is over and here comes a new release with minor 
improvements: http://wp.me/p2dpdc-hw (Do not fear from all the German, 
there is a English UI as well ;)


--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Uncompress LiberOffice EXE installer files

2015-08-23 Thread Florian Reisinger
Hi guys,

Sorry for the last mail, just saw, that I got auto corrected badly :P 
"Managed to do a silent install, but the msi files starts after the 
installation. How to prevent this? Cloph?

Sorry for duplicate mail

Am 23. August 2015 13:09:29 MESZ, schrieb Florian Reisinger 
:
>Hi,
>
>Manager to do a siolent installiert, but the MSI starts. How to prevent
>this? Cloph?
>
>Am 22. August 2015 20:25:07 MESZ, schrieb Florian Reisinger
>:
>>Hi,
>>
>>As I want to automate it and 7z can open this file I tried with JDK
>and
>>
>>apache commons.compress to unzip it, but it won't work... Can you help
>
>>me to do it? libo33.exe /unzip "C:\testfolder". Thanls
>>
>>-- 
>>Liebe Grüße, / Yours,
>>Florian Reisinger
>>
>>___
>>List Name: Libreoffice-qa mailing list
>>Mail address: Libreoffice-qa@lists.freedesktop.org
>>Change settings:
>>http://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/
>
>-- 
>Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail
>gesendet.
>
>
>
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Uncompress LiberOffice EXE installer files

2015-08-23 Thread Florian Reisinger
Hi,

Manager to do a siolent installiert, but the MSI starts. How to prevent this? 
Cloph?

Am 22. August 2015 20:25:07 MESZ, schrieb Florian Reisinger 
:
>Hi,
>
>As I want to automate it and 7z can open this file I tried with JDK and
>
>apache commons.compress to unzip it, but it won't work... Can you help 
>me to do it? libo33.exe /unzip "C:\testfolder". Thanls
>
>-- 
>Liebe Grüße, / Yours,
>Florian Reisinger
>
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Uncompress LiberOffice EXE installer files

2015-08-22 Thread Florian Reisinger

Hi,

As I want to automate it and 7z can open this file I tried with JDK and 
apache commons.compress to unzip it, but it won't work... Can you help 
me to do it? libo33.exe /unzip "C:\testfolder". Thanls


--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Events Reminder

2015-08-14 Thread Florian Reisinger
Hi,

Is the QA (quality assurance) mailing list really the best location. EN discuss 
ML would be better IMHO

Am 14. August 2015 16:44:23 MESZ, schrieb "Marc Paré" :
>Hi all,
>
>Just a reminder that, if you are holding a LibreOffice event OR 
>participating at a conference and presenting LibreOffice, please leave
>a 
>note on this mailing list and I will post it on our events calendar[1].
>
>Alternatively, you can email me to let me know, but best if you just 
>leave a note on this list and I will notice the event.
>
>* Note that if you are taking part in an event, could you also list it 
>on our events wiki page[2]? If you need help, just mention it here and 
>one of us will add it to the wiki page.
>
>It is good PR to show how active a community we are at events.
>
>Cheers,
>
>Marc
>
>[1] https://wiki.documentfoundation.org/EventsCalendar
>[2] https://wiki.documentfoundation.org/Events
>
>
>-- 
>Marc Paré
>m...@marcpare.com
>http://www.parEntreprise.com
>parEntreprise.com Supports OpenDocument Formats (ODF)
>parEntreprise.com Supports http://www.LibreOffice.org
>
>
>
>-- 
>Marc Paré
>m...@marcpare.com
>http://www.parEntreprise.com
>parEntreprise.com Supports OpenDocument Formats (ODF)
>parEntreprise.com Supports http://www.LibreOffice.org
>
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] SI GUI Java Feedback (now on github)

2015-07-14 Thread Florian Reisinger

Hi :)

Double click works now, but if you start it via cmd line (not 
neccessarily java -jar) you will see a bit of an output. As I start my 
summer job next Monday, I won't develop it further till September or so.


You may find the repo here: https://github.com/reisi007/Java-SI-GUI/
[Please file bugs there]

--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] SI-GUI and language pack

2015-07-12 Thread Florian Reisinger
Hi Guys :)

Do we need language pack support for SI-GUI (Linux and Mac)

PS: More Linux then MacOS ;)
-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] SI-GUI Java help needed (Downloader this time)

2015-07-11 Thread Florian Reisinger

Hi Pedro, Carlos,

@Carlos: https://github.com/reisi007/Java-SI-GUI/issues/1 <-- Filed a 
bug here (here is the repo currently, maybe switching to TDF 
infrastructure later) If you have a Github account you may follow / open 
bugs.

@Pedro:
This will be fixed in the version with UI, but not here. Why? There are 
no testing builds for Windows.exe [That is the old packagin format LibO 
3.3 and 3.4 has] and no 64 bit version is another explanation :) [Skip 
the rest with different main classes]


@all: The thing we are looking for here:

Correct->
Downloading... This also hapens in the background
528220 of 223022207 (0,24 %)
Incorrect (Download not detected) ->
Downloading... This also hapens in the background
Download completed, program will exit now!

Thanks for your help!



Am 11.07.2015 um 18:14 schrieb Pedro:

Florian Reisinger wrote

This is quite the same compared to running the "siguitest2.jar"'s Main
class and not the TestMain class ;) PS: The main Class for the UI is
"MainUi" ;)

http://florei-libo.115.at/rssft/siguitest3.jar

Just executed test3 and get only command line options. Which MainUI?

Here is the output

C:\Users\user\Downloads>java -jar siguitest3.jar
Hi! I am SI-GUI!
Choose your OS:
1 -> WinMsi
2 -> WinExe
2
You chose WinExe - x86_64!
Fetching possible downloads in the background!
In which of the following dowloadTypes are you interested
1 -> Archive
2 -> Testing
3 -> Stable
4 -> Daily
2
Which files do you want to download. Type 'm' for the main program, 's' for
the
SDK and 'h' for the help
m
You have shown interest in Testing.
We now wait for the fetching to complete.Download finished!
Exception in thread "main" java.util.NoSuchElementException: No value
present
 at java.util.Optional.get(Unknown Source)
 at at.reisisoft.sigui.Main.main(Main.java:67)

Regards,
Pedro



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-SI-GUI-Java-help-needed-please-run-a-jar-file-and-post-the-output-tp4153946p4154212.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] SI-GUI Java help needed (Downloader this time)

2015-07-11 Thread Florian Reisinger

Hi,

Getting the actual jar executeable is another challange (I know Eclipse 
will work, but I develop with IntelliJ Idea)
Anyone mind testing the downloader (This is quite a test script I wrote 
for testing myself)
This is quite the same compared to running the "siguitest2.jar"'s Main 
class and not the TestMain class ;) PS: The main Class for the UI is 
"MainUi" ;)


http://florei-libo.115.at/rssft/siguitest3.jar

--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] SI-GUI Java help needed (please run a jar file and post the output)

2015-07-10 Thread Florian Reisinger
Hi Pedro,

Did you start it via the command line? (Something like hold control and right 
click -> open command line. There input "java -jar siguitest2.jar" and a single 
line of text will be omitted to the command line. You won't see anything by 
double-clicking, but that is meant to be so at this stage :) )

Am 10. Juli 2015 12:21:00 MESZ, schrieb Pedro :
>Hi Florian
>
>
>Florian Reisinger wrote
>> The promised new jar (which got incredibly huge :O)
>> http://florei-libo.115.at/rssft/siguitest2.jar [2,3 MB]
>> These are the current dependencies of Java Si-GUI as sad as it may be
>^^
>> Contains Guava and JShortcut (which are not needed for that, but
>anyway :)
>> )
>> 
>> Please report anything unexpected. keep in mind Java 7 is not
>intended 
>> to be supported :)
>
>Is this supposed to work under Windows XP x86? 
>
>Executing the jar file on a PC running Java build 1.8.0_45-b14 doesn't
>do
>anything. There is no window, no dialog, no error, nothing.
>
>Am I missing something?
>
>Cheers,
>Pedro
>
>
>
>--
>View this message in context:
>http://nabble.documentfoundation.org/Libreoffice-qa-SI-GUI-Java-help-needed-please-run-a-jar-file-and-post-the-output-tp4153946p4154116.html
>Sent from the QA mailing list archive at Nabble.com.
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] SI-GUI Java help needed (please run a jar file and post the output)

2015-07-10 Thread Florian Reisinger
Hi,

Thanks :)

Expected results ;)

Which Linux distribution do you have?

Am 10. Juli 2015 09:16:40 MESZ, schrieb "Carlos Rodríguez" 
:
>El Viernes, 10 de julio de 2015 08:07:39 Florian Reisinger escribió:
>> Hi again :)
>> 
>> The promised new jar (which got incredibly huge :O)
>> http://florei-libo.115.at/rssft/siguitest2.jar [2,3 MB]
>> These are the current dependencies of Java Si-GUI as sad as it may be
>^^
>> Contains Guava and JShortcut (which are not needed for that, but
>anyway :) )
>> 
>> Please report anything unexpected. keep in mind Java 7 is not
>intended
>> to be supported :)
>
>Ok,so here are the results:
>
>---
>1st test (Oracle Java 8 + 32bits)
>
>$ java -version
>java version "1.8.0_45"
>Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
>Java HotSpot(TM) Server VM (build 25.45-b02, mixed mode)
>
>$ java -jar siguitest2.jar
>Your OS is one of [LinuxDeb, LinuxRPM]. Your architecture is x86
>
>---
>2nd test (Oracle Java 8 + 64bits)
>
>$ java -version
>java version "1.8.0_45"
>Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
>Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
>
>$ java -jar siguitest2.jar 
>Your OS is one of [LinuxDeb, LinuxRPM]. Your architecture is x86_64
>
>Best regards,
>
>-- 
>-
>Carlos Rodríguezcarlos.rodrig...@tegnix.com
>TEGNIX B-15.990.013
>Telf. (+34) 886 122 307
>Móvil (+34) 622 337 447
>-
>
>
>
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] SI-GUI Java help needed (please run a jar file and post the output)

2015-07-09 Thread Florian Reisinger

Hi again :)

The promised new jar (which got incredibly huge :O)
http://florei-libo.115.at/rssft/siguitest2.jar [2,3 MB]
These are the current dependencies of Java Si-GUI as sad as it may be ^^
Contains Guava and JShortcut (which are not needed for that, but anyway :) )

Please report anything unexpected. keep in mind Java 7 is not intended 
to be supported :)



Thanks :)

--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] SI-GUI Java help needed (please run a jar file and post the output)

2015-07-09 Thread Florian Reisinger
Hi,

I guess that is enough :)
Sadly no difference spotable regarding rpm /deb. Java 7 is not supported by 
purpose. Will put another small testing jar online tomorrow :)

Am 09. Juli 2015 17:28:40 MESZ, schrieb "Carlos Rodríguez" 
:
>El Miércoles, 8 de julio de 2015 15:57:11 Florian Reisinger escribió:
> 
>> Thanks for helping me out here :)
>
>I've got some JAVA_OPTIONS that you can omit. I'm running Debian 8
>(jessie) on 
>64bit but with the possibilities of running 4 different Oracle Java
>versions 
>(64bits + 32bits on versions 7 and 8) and 2 different OpenJDK 7 (64bits
>+ 
>32bits). Here are the 6 tests done:
>
>---
>1st test (Oracle Java 7 + 64bits)
>
>$ java -version
>
>Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
>-Dswing.aatext=true 
>-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
>java version "1.7.0_79"
>Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
>Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
>
>$ java -jar siguitest.jar
>
>Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
>-Dswing.aatext=true 
>-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
>Exception in thread "main" java.lang.UnsupportedClassVersionError: 
>at/reisisoft/siguihelper/Main : Unsupported major.minor version 52.0
>at java.lang.ClassLoader.defineClass1(Native Method)
>at java.lang.ClassLoader.defineClass(Unknown Source)
>at java.security.SecureClassLoader.defineClass(Unknown Source)
>at java.net.URLClassLoader.defineClass(Unknown Source)
>at java.net.URLClassLoader.access$100(Unknown Source)
>at java.net.URLClassLoader$1.run(Unknown Source)
>at java.net.URLClassLoader$1.run(Unknown Source)
>at java.security.AccessController.doPrivileged(Native Method)
>at java.net.URLClassLoader.findClass(Unknown Source)
>at java.lang.ClassLoader.loadClass(Unknown Source)
>at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>at java.lang.ClassLoader.loadClass(Unknown Source)
>at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
>
>
>2nd test (Oracle Java 8 + 64bits)
>
>$ java -version
>
>Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
>-Dswing.aatext=true 
>-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
>java version "1.8.0_45"
>Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
>Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
>
>$ java -jar siguitest.jar 
>
>Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
>-Dswing.aatext=true 
>-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
>awt.toolkit => sun.awt.X11.XToolkit
>awt.useSystemAAFontSettings => on
>file.encoding => UTF-8
>file.encoding.pkg => sun.io
>file.separator => /
>java.awt.graphicsenv => sun.awt.X11GraphicsEnvironment
>java.awt.printerjob => sun.print.PSPrinterJob
>java.class.path => siguitest.jar
>java.class.version => 52.0
>java.endorsed.dirs => /opt/java/64/jre1.8.0_45/lib/endorsed
>java.ext.dirs =>
>/opt/java/64/jre1.8.0_45/lib/ext:/usr/java/packages/lib/ext
>java.home => /opt/java/64/jre1.8.0_45
>java.io.tmpdir => /tmp
>java.library.path => 
>/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
>java.runtime.name => Java(TM) SE Runtime Environment
>java.runtime.version => 1.8.0_45-b14
>java.specification.name => Java Platform API Specification
>java.specification.vendor => Oracle Corporation
>java.specification.version => 1.8
>java.vendor => Oracle Corporation
>java.vendor.url => http://java.oracle.com/
>java.vendor.url.bug => http://bugreport.sun.com/bugreport/
>java.version => 1.8.0_45
>java.vm.info => mixed mode
>java.vm.name => Java HotSpot(TM) 64-Bit Server VM
>java.vm.specification.name => Java Virtual Machine Specification
>java.vm.specification.vendor => Oracle Corporation
>java.vm.specification.version => 1.8
>java.vm.vendor => Oracle Corporation
>java.vm.version => 25.45-b02
>line.separator => 
>
>os.arch => amd64
>os.name => Linux
>os.version => 3.16.0-4-amd64
>path.separator => :
>sun.arch.data.model => 64
>sun.boot.class.path => 
>/opt/java/64/jre1.8.0_45/lib/resources.jar:/opt/java/64/jre1.8.0_45/lib/rt.jar:/opt/java/64/jre1.8.0_45/lib/sunrsasign.jar:/opt/java/64/jre1.8.0_45/lib/jsse.jar:/opt/java/64/jre1.8.0_45/lib/jce.jar:/opt/java/64/jre1.8.0_45/lib/charsets.jar:/opt/java/64/jre1.8.0_45/lib/jfr.jar:/opt/java/64/jre1.8.0_45/classes
>sun.boot.library.path => /opt/java/64/jre1.8.0_45/lib/amd64
>sun.cpu.endian => littl

Re: [Libreoffice-qa] SI-GUI Java help needed (please run a jar file and post the output)

2015-07-08 Thread Florian Reisinger
Hi Robert,

That is kind of sad...

Do you have an idea to get to know (via command line), whether the Linux is a 
deb or RPM one?

Am 08. Juli 2015 19:09:05 MESZ, schrieb "Robert Großkopf" 
:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Hi Florian,
>
>here is mine (OpenSUSE 13.2 64bit rpm Linux)
>
>- --
>awt.toolkit => sun.awt.X11.XToolkit
>file.encoding => UTF-8
>file.encoding.pkg => sun.io
>file.separator => /
>java.awt.graphicsenv => sun.awt.X11GraphicsEnvironment
>java.awt.printerjob => sun.print.PSPrinterJob
>java.class.path => siguitest.jar
>java.class.version => 52.0
>java.endorsed.dirs =>
>/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/endorsed
>java.ext.dirs =>
>/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/ext:/usr/java/packages/lib/ext
>java.home => /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre
>java.io.tmpdir => /tmp
>java.library.path =>
>/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
>java.runtime.name => OpenJDK Runtime Environment
>java.runtime.version => 1.8.0_45-b14
>java.specification.name => Java Platform API Specification
>java.specification.vendor => Oracle Corporation
>java.specification.version => 1.8
>java.vendor => Oracle Corporation
>java.vendor.url => http://java.oracle.com/
>java.vendor.url.bug => http://bugreport.sun.com/bugreport/
>java.version => 1.8.0_45
>java.vm.info => mixed mode
>java.vm.name => OpenJDK 64-Bit Server VM
>java.vm.specification.name => Java Virtual Machine Specification
>java.vm.specification.vendor => Oracle Corporation
>java.vm.specification.version => 1.8
>java.vm.vendor => Oracle Corporation
>java.vm.version => 25.45-b02
>line.separator =>
>
>os.arch => amd64
>os.name => Linux
>os.version => 3.16.7-21-desktop
>path.separator => :
>sun.arch.data.model => 64
>sun.boot.class.path =>
>/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/resources.jar:/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/rt.jar:/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/sunrsasign.jar:/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/jsse.jar:/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/jce.jar:/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/charsets.jar:/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/jfr.jar:/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/classes
>
>
>sun.boot.library.path =>
>/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/amd64
>
>sun.cpu.endian => little
>sun.cpu.isalist =>
>sun.io.unicode.encoding => UnicodeLittle
>sun.java.command => siguitest.jar
>sun.java.launcher => SUN_STANDARD
>sun.jnu.encoding => UTF-8
>sun.management.compiler => HotSpot 64-Bit Tiered Compilers
>sun.os.patch.level => unknown
>user.country => DE
>user.dir => /home/robby/Downloads
>user.home => /home/robby
>user.language => de
>user.name => robby
>user.timezone => Europe/Berlin
>- -
>
>Regards
>
>Robert
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v2
>
>iQIcBAEBAgAGBQJVnVkxAAoJELDKYwaoS9AICEMQAJJY8TqXJ54eTIluqCKxKU6O
>yQX3amwN7SLz95EGkVOWEJfUygIkjO6ADFDeF2t3lKAK0B8QD/mU28Iuacw/EbYT
>X5ByK5VRyfq9fYMNt3fARwkArN4ynMCvK+RLOo53SPiliN7LRVVyBRLa/foKAxTe
>Ms3uIc/xdqbKDXL6AksFXOAcK+C5giwo0MyREvCxRzU66xZDYZt7xQco8kCmRvXw
>CcK+tj4cqyb0HiWZBcc3t/gKxb/vdeFkr7fRf66I0AVN8ca8eP3b06GyxE2XWnxZ
>OyhZjEwt/7qA4X5VacvHF7YP6gwPhMhOH/BwsP9hSfCcdrm8kP7NbboJFM3P+Mxj
>2fUpGkOI5IMOlwrs4Z0jJtEYTssXPGCmcXtAWfqmODSwzNOT+O56SmNe3PU+qI4f
>HC6sMavlGitc9bU9oYNZShjBjmXc6UkYE+hmj+qwfxZMhaIIIWxquIgvOaW/Bq89
>pALPgrZemepA4joWXD7cWNmRUSkY0QSPb4eY/Lg1co6ftAsdiYNlnvD9lh9PTDEZ
>MqIzwxtgDov0Le6xoWGS4vTPAqdS0SsqeLBakMoEhKKqz4+XSyh7qI/vdHVKejsH
>7nB+kKGscS+xl6dWbGVjKUqNjWpNLepZris3porQbh8IHs6bK9AZVI0tGxG9OgGL
>pJmoWs4oIGxjBwwZH5JX
>=QqzO
>-END PGP SIGNATURE-
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] SI-GUI Java help needed (please run a jar file and post the output)

2015-07-08 Thread Florian Reisinger
Hi,

thanks! There is no difference on Windows as we are using the same VM. (I am 
interested in high level information)

Thanks anyways :)
Looking forward to other OSes :) Or a 32-bit VM :) Thanks for helping me out :)

Am 08. Juli 2015 16:49:40 MESZ, schrieb MiguelAngel :
>Hi Florian,
>
>this is my output, Win7x64Ultimate IntelCore-i3:
>
>-
>awt.toolkit => sun.awt.windows.WToolkit
>file.encoding => Cp1252
>file.encoding.pkg => sun.io
>file.separator => \
>java.awt.graphicsenv => sun.awt.Win32GraphicsEnvironment
>java.awt.printerjob => sun.awt.windows.WPrinterJob
>java.class.path => siguitest.jar
>java.class.version => 52.0
>java.endorsed.dirs => C:\Program Files\Java\jre1.8.0_45\lib\endorsed
>java.ext.dirs => C:\Program 
>Files\Java\jre1.8.0_45\lib\ext;C:\Windows\Sun\Java\lib\ext
>java.home => C:\Program Files\Java\jre1.8.0_45
>java.io.tmpdir => H:\TEMP\
>java.library.path => 
>C:\ProgramData\Oracle\Java\javapath;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;.
>
>java.runtime.name => Java(TM) SE Runtime Environment
>java.runtime.version => 1.8.0_45-b14
>java.specification.name => Java Platform API Specification
>java.specification.vendor => Oracle Corporation
>java.specification.version => 1.8
>java.vendor => Oracle Corporation
>java.vendor.url => http://java.oracle.com/
>java.vendor.url.bug => http://bugreport.sun.com/bugreport/
>java.version => 1.8.0_45
>java.vm.info => mixed mode
>java.vm.name => Java HotSpot(TM) 64-Bit Server VM
>java.vm.specification.name => Java Virtual Machine Specification
>java.vm.specification.vendor => Oracle Corporation
>java.vm.specification.version => 1.8
>java.vm.vendor => Oracle Corporation
>java.vm.version => 25.45-b02
>line.separator =>
>
>os.arch => amd64
>os.name => Windows 7
>os.version => 6.1
>path.separator => ;
>sun.arch.data.model => 64
>sun.boot.class.path => C:\Program 
>Files\Java\jre1.8.0_45\lib\resources.jar;C:\Program 
>Files\Java\jre1.8.0_45\lib\rt.jar;C:\Program 
>Files\Java\jre1.8.0_45\lib\sunrsasign.jar;C:\Program 
>Files\Java\jre1.8.0_45\lib\jsse.jar;C:\Program 
>Files\Java\jre1.8.0_45\lib\jce.jar;C:\Program 
>Files\Java\jre1.8.0_45\lib\charsets.jar;C:\Program 
>Files\Java\jre1.8.0_45\lib\jfr.jar;C:\Program
>Files\Java\jre1.8.0_45\classes
>sun.boot.library.path => C:\Program Files\Java\jre1.8.0_45\bin
>sun.cpu.endian => little
>sun.cpu.isalist => amd64
>sun.desktop => windows
>sun.io.unicode.encoding => UnicodeLittle
>sun.java.command => siguitest.jar
>sun.java.launcher => SUN_STANDARD
>sun.jnu.encoding => Cp1252
>sun.management.compiler => HotSpot 64-Bit Tiered Compilers
>sun.os.patch.level => Service Pack 1
>sun.stderr.encoding => cp850
>user.country => ES
>user.dir => H:\Downloads\_LibreOfficeDown
>user.home => C:\Users\
>user.language => es
>user.name => 
>user.script =>
>user.timezone => Europe/Paris
>user.variant =>
>--
>Miguel Ángel.
>
>El 08/07/15 a las 15:57, Florian Reisinger escribió:
>> Hi,
>>
>> I made a small console programm, which I need the output of it on
>> differerent Java VMs. Here the link to the file:
>> http://florei-libo.115.at/rssft/siguitest.jar
>> Source:
>>
>> package at.reisisoft.siguihelper;
>>
>> public class Main {
>>
>>  public static void main(String[] args) {
>>  System.getProperties().entrySet().stream().map(kvp ->
>String.format("%s => %s", kvp.getKey(),
>kvp.getValue())).sorted().forEach(System.out::println);
>>  }
>> }
>>
>> (It will list all system properties in alphabetical order)
>>
>> I( guess the most interesting will be the
>follwing:https://picload.org/image/iiglccc/unbenannt.png
>> (os.arch and os.name). If Linux user spot "deb" or "rpm" somewhere,
>that would be great.
>>
>> How to run the program: java -jar siguitest.jar (from a command line
>in the same folder.
>>
>> I am running Windows 8.1 64-bit so it is very accurate ;). Please
>tell me which os you use (Windows,Linux DEB, Linux RPM,Mac OSX) and
>which architecture you have (32-bit or 64-bit)
>>
>> The output (running in IntelliJ Idea on Windows) is the following:
>>
>> awt.toolkit => sun.awt.windows.WToolkit
>> file.encoding => windows-1252
>> file.encoding.pkg => sun.io
>> file.separator => \
>> idea.laun

[Libreoffice-qa] SI-GUI Java help needed (please run a jar file and post the output)

2015-07-08 Thread Florian Reisinger
8.0_20\jre\lib\sunrsasign.jar;C:\Program 
Files\Java\jdk1.8.0_20\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.8.0_20\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.8.0_20\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.8.0_20\jre\lib\jfr.jar;C:\Program 
Files\Java\jdk1.8.0_20\jre\classes
sun.boot.library.path => C:\Program Files\Java\jdk1.8.0_20\jre\bin
sun.cpu.endian => little
sun.cpu.isalist => amd64
sun.desktop => windows
sun.io.unicode.encoding => UnicodeLittle
sun.java.command => com.intellij.rt.execution.application.AppMain 
at.reisisoft.siguihelper.Main
sun.java.launcher => SUN_STANDARD
sun.jnu.encoding => Cp1252
sun.management.compiler => HotSpot 64-Bit Tiered Compilers
sun.os.patch.level =>
user.country => AT
user.dir => C:\Users\Florian\IdeaProjects\untitled
user.home => C:\Users\Florian
user.language => de
user.name => Florian
user.script =>
user.timezone => Europe/Berlin
user.variant =>

Thanks for helping me out here :)

--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Java SI-GUI feedback

2015-07-01 Thread Florian Reisinger
Hi,

Just linking to my blog ( http://wp.me/p2dpdc-ha ) and hoping to get some 
feedback :) Is this wanted (as you can see it on the planet anyways ;) )

Any thoughts or design ideas (possibly based on a tabbed layout)?
-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Resetting Profiles Fixing Problem

2015-06-28 Thread Florian Reisinger


Hi Migual,

You are not subscribed to the QA-ML


Am 28.06.2015 um 02:36 schrieb m.a.riosv:

Olá Pedro,
thanks for the input.

I know, this happens at least, when the mail is done directly in Nabble,
even you need to be register to do it. And I'm registered with my email
account as member.

Yes I'm subscribed to the QA mailing list one of the two lists that I'm
subscribed, the is the Spanish ML.

I prefer to access directly to Nabble,
http://nabble.documentfoundation.org/LibreOffice-f1639495.topics.html,
easy to access for any place.

Miguel Ángel.

El 27.06.2015 21:51, Pedro [via Document Foundation Mail Archive]
escribió:

> Hola Miguel Ángel
>
> Your valuable input has not been accepted by the QA mailing list
> again. Are you sure you have subscribed to the QA mailing list?
> 
http://nabble.documentfoundation.org/mailing_list/MailingListOptions.jtp?forum=3613148

> [1]
>
> Pedro
>
>> m.a.riosv wrote
>> I remember have uploaded broken profiles sometimes.
>>
>> but I don't remember have seen nobody taking care of them.
>>
>> In my experience, usually the issue is with the
>> _"registrymodifications.xcu"_, and commonly after upgrade.
>>
>> Maybe a good point to begin could be an option to restart repairing
>> the profile.
>> There the choice to reset only registrymodifications.xcu or the
>> whole profile, backing up the old.
>> Excluding backup folder, because can have a lot of files, and I
>> think cannot have influence with the issues.
>> Also with the possibility to restore at least the last version.
>>
>> Miguel Ángel.
>
> -
>
> If you reply to this email, your message will be added to the
> discussion below:
> 
http://nabble.documentfoundation.org/Libreoffice-qa-Resetting-Profiles-Fixing-Problem-tp4152782p4152842.html

> [2]
>  To start a new topic under QA, email
> [hidden email] 
>  To unsubscribe from QA, click here [3].
>  NAML [4]
>
> Links:
> --
> [1]
> 
http://nabble.documentfoundation.org/mailing_list/MailingListOptions.jtp?forum=3613148

> [2]
> 
http://nabble.documentfoundation.org/Libreoffice-qa-Resetting-Profiles-Fixing-Problem-tp4152782p4152842.html

> [3]
> [4]
> 
http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml 
<http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




View this message in context: Re: [Libreoffice-qa] Resetting Profiles 
Fixing Problem 
<http://nabble.documentfoundation.org/Libreoffice-qa-Resetting-Profiles-Fixing-Problem-tp4152782p4152857.html>
Sent from the QA mailing list archive 
<http://nabble.documentfoundation.org/QA-f3613148.html> at Nabble.com.



___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Surveys for SI-GUI Java

2015-06-25 Thread Florian Reisinger

Hi,

As I want to do better, please fill the surveys -> http://wp.me/p2dpdc-h6
@Sophie: Sent it to you as many FR QA people use SI-GUI

I really hope you are going to participate :)

--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Java SI-GUI - Feedback wanted (no screenshots)

2015-06-22 Thread Florian Reisinger
Hi,
Today I started with a re-programming of SI-GUI, which should support Linux and 
Windows (Java 8).
I started with an improved download detecting algorithm, the UI will follow 
last.

Downside:
-No auto update out of the box
-Less time till mid September

I have no idea if this is something funding is appropriate for...

Ideas on the UI are very welcome (I will give JavaFX a try)

I have been asking on my blog, whether this is wanted by the community or not.

Why Java and not a port?
SI-GUI was my first program and it looks like crap from the inside. I tried 
once to improve it, but with 64 bit builds coming soon ( ;) ) adaption is 
needed...

Any idea, comments, etc. I have never used localisation in Java, but I know it 
is possible :)

PS: Why not Mac support. I am planning such a support, but neither do I have 
access to a Mac nor I have an idea how parallel builds are done there.

PS2: I guess I will improve handling of links...  Via JNI on Windows, on Linux 
I assume it is writing a file
-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] No 64 bit master for Windows

2015-06-01 Thread Florian Reisinger



Am 01.06.2015 um 08:22 schrieb Robinson Tryon:

On Mon, Jun 1, 2015 at 2:03 AM, Florian Reisinger
 wrote:

Hi,

I switched to pastebin to easify updating the "daily builds" download links.
I realized, that no 64-Bit master is available :/

Hmm... did we have a 64bit tinderbox running at one point?  (I don't
see one listed here:
https://wiki.documentfoundation.org/Development/Tinderbox) I can check
w/cloph about that.


I think so I listed it once, but no builds availabe now. Buit glad 
to hear it is getting started ;)


--R



--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] No 64 bit master for Windows

2015-05-31 Thread Florian Reisinger

Hi,

I switched to pastebin to easify updating the "daily builds" download 
links. I realized, that no 64-Bit master is available :/


http://pastebin.com/9PR3berc <-- Current list

--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Bugzilla Versions: 4.5-master vs. 5.0-master ?

2015-04-19 Thread Florian Reisinger
Hi Rob

As the version was renamed in master I would do so as well in bugzilla :D

Am 19. April 2015 15:05:06 MESZ, schrieb Robinson Tryon 
:
>Hi all,
>
>Raal brings up a good point regarding versions in Bugzilla: We're
>jumping right from 4.4 -> 5.0, so 4.5.0.0alpha0+ has just become
>5.0.0.0.0alpha0+ (master) in daily builds.
>
>There are a few different ways we can deal with this change in
>Bugzilla. Should we:
>- Just rename the version in Bugzilla?
>- Add the new version as a separate entry?
>- Use a combo like "4.5.0.0/5.0.0.0 Master" ?
>
>Feedback appreciated :-)
>
>Cheers,
>--R
>
>-- 
>Robinson Tryon
>QA Engineer - The Document Foundation
>LibreOffice Community Outreach Herald
>qu...@libreoffice.org
>802-379-9482
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] LibODev_amd64 does not run

2015-03-18 Thread Florian Reisinger

Hi,

I guess Microsoft's 2013 C++ Libaries (which are used here) do not 
support XP anymore :)


Am 17.03.2015 um 23:47 schrieb ape:

Hy, David!
I cannot run LibreOfficeDev built in March (OS – Windows XP 64-bit edition).
The latest version of LibO-master, had no problems, is:
Version: 4.5.0.0.alpha0+ (x64)
Build ID: e3e95f97638ff4d2c230cbc1f560a148863fb7a5
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-03-01_01:51:51
Now I see the message by OS:
“soffice.bin – Entry Point Not Found
The procedure entry point InetPtonW could not be located in dynamic link
library WS_232.dll.
Why?
--
ape



--
View this message in context: 
http://nabble.documentfoundation.org/LibODev-amd64-does-not-run-tp4143567.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] DLP Projects as products?

2015-02-09 Thread Florian Reisinger
Hi,

I guess I did miss something... I thought, that the projects of DLP are added 
as Components of the DLP. The LibreOffice option is so well hidden in the list 
of products

Liebe Grüße / Yours,
Florian Reisinger
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Keywords

2015-02-02 Thread Florian Reisinger
Description of the keywords ;)

Liebe Grüße / Yours,
Florian Reisinger

> Am 02.02.2015 um 15:28 schrieb Joel Madero :
> 
> 
>> On 02/02/2015 02:50 AM, Rob Snelders wrote:
>> Hi,
>> 
>> Also changing the discriptions if possible would be great.
> Changing description of what?
> 
> 
> Best,
> Joel
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Keywords

2015-02-01 Thread Florian Reisinger
Hi Joel,
Add:
Janitor
Love
I18n l10n -> We have a category for that
Notourbug (we have a status)

Liebe Grüße / Yours,
Florian Reisinger

> Am 01.02.2015 um 19:17 schrieb Joel Madero :
> 
> Hi All,
> 
> Getting ready to purge some of the keywords below. I suggest starting with 
> removing cleanup0407, bisect_pending, movetoxkc, NEEDINFO, x12. Unless I hear 
> objections in the next few days I'm going to just move forward with deleting 
> them.
> 
> Edit keyword...   Description Bugs
> bisected  The bug has been successfully connected to a code commit that 
> introduced the bug (such as with "git bisect").   272
> bisect_pendingThe bug seems likely to benefit from bisecting, (such 
> as easy to reproduce, etc.), but the bisect has not yet been performed. See 
> also the "bisected" keyword.  0
> cleanup0407   April 2007 bug cleanup. 2
> have-backtracebugs that have a useful backtrace   236
> i18n  Xorg Internationalisation issues (i18n) 26
> janitor   Cleanup bugs, usually trivial.  9
> l10n  Xorg/X11 Localisation issues51
> licence   Files with licence problems (e.g. mixing incompatible licences, 
> missing/non-permissive copyrights, et al)   2
> love  Marking a bug with this keyword means that you're willing to help 
> someone fix the bug, or that it should be fixable by a beginner without any 
> help. This should ONLY be set by a maintainer or people familiar with the 
> code base, and ONLY when it looks like a project suitable for a new developer 
> looking for a task.   8
> movetoxkc Bugs that should be moved to xkeyboard-config, if still 
> applicable. 0
> NEEDINFO  The bug does not have enough information in order to solve the 
> problem. Please read the comments and add the relevant information required 
> to aid in solving the problem.   51
> notourbug It's not really our bug, but we might work around it anyway.
> 2
> patch Bugs with a valid patch.21
> regressionXorg bug regressions (issues previously fixed but somehow 
> broken again) 3406
> security  Security-sensitive bugs 6
> want-backtraceBugs whose triage could be greatly accelerated with the 
> addition of a backtrace from the crash. 14
> x12   Bugs that require a protocol version bump.  0
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] And then there were two...

2015-01-28 Thread Florian Reisinger
I guess DLP and OTHER are products and the "-" are categories...

Liebe Grüße / Yours,
Florian Reisinger

> Am 28.01.2015 um 14:01 schrieb Robinson Tryon :
> 
>> On Wed, Jan 28, 2015 at 7:42 AM, David Tardon  wrote:
>> Of course, these are not the only products we have... From the top of my
>> head, there are:
>> 
>> * DLP
> 
> Oh, definitely! DLP is one of the primary reasons why I wanted to make
> sure it was the TDF Bugzilla, and not just the LibreOffice Bugzilla
> :-)
> 
>> - libabw
>> - libcdr
>> - libetonyek
>> - libfreehand
>> - libmspub
>> - libpagemaker
>> - libvisio
> 
> The libraries are all versioned separately, right? I'm thinking: one
> product for each library, and a general 'DLP' product as a catch-all
> for everything else. That sound good?
> 
>> * other
>> - cppunit
>> - libexttextcat
>> - libgltf
> 
> And one each for these, I assume?
> 
> Best,
> --R
> 
> -- 
> Robinson Tryon
> QA Engineer - The Document Foundation
> LibreOffice Community Outreach Herald
> qu...@libreoffice.org
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] [LibreOffice Bugzilla Migration] We're done! Please visit the new site to reset your password!

2015-01-25 Thread Florian Reisinger
It might confuse people

Liebe Grüße / Yours,
Florian Reisinger

> Am 25.01.2015 um 19:21 schrieb Robinson Tryon :
> 
> On Sun, Jan 25, 2015 at 9:07 AM, Jean-Baptiste Faure
>  wrote:
>> What about the mailing-list libreoffice-b...@lists.freedesktop.org ?
>> Is there a plan for a replacement ML ?
> 
> AFAIK that mailing list is serving us fine as-is, so I'm happy to
> stick with it. Any reasons to change?
> 
> Thanks,
> --R
> 
> 
> -- 
> Robinson Tryon
> QA Engineer - The Document Foundation
> LibreOffice Community Outreach Herald
> qu...@libreoffice.org
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] [Bugzilla] images attached to bugs do not open inside FF any longer

2015-01-25 Thread Florian Reisinger
Tested on iPad. When clicking it opens in the browser (where else), BUT Url is 
vm150, not bugs.

Liebe Grüße / Yours,
Florian Reisinger

> Am 25.01.2015 um 19:04 schrieb Robinson Tryon :
> 
> On Sun, Jan 25, 2015 at 1:01 PM, Terrence Enger  
> wrote:
>>> Steps to reproduce:
>>> 1. Go to e.g.
>>> https://bugs.documentfoundation.org/show_bug.cgi?id=60557
>>> 2. click on one of the attached jpegs (for example
>>> https://bugs.documentfoundation.org/attachment.cgi?id=74503)
>> 
>> The list of the attachments shows the second URL given above.
>> However, my results are different.
>> 
>> Mouseover in FireFox shows the URL above, however clicking the link
>> makes my FireFox report:
>> 
>>The page isn't redirecting properly
>> 
>>Iceweasel has detected that the server is redirecting the request
>>for this address in a way that will never complete.
> 
> Hmmm. Foss and I tested the system a while ago, and it seemed to work
> fine for both of us at that time.
> 
> Per config suggestions from Bugzilla docs, the attachments are using a
> separate DNS entry that points to the same server. So that 2nd link
> above should land you here:
> https://vm150.documentfoundation.org/attachment.cgi?id=74503
> 
> Let me know if you're still experiencing problems -- perhaps come
> throw something at me in IRC ;-)
> 
> Best,
> --R
> 
> -- 
> Robinson Tryon
> QA Engineer - The Document Foundation
> LibreOffice Community Outreach Herald
> qu...@libreoffice.org
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] SI-GUI Updating notice

2015-01-11 Thread Florian Reisinger

Hi for everyone, who will miss my blog post:

SI-GUI got a new name: 
https://flosmind.wordpress.com/2015/01/09/si-gui-got-si-gui/


If you do not want to read it and you have SI-GUI please note the 
following (copied from my blogpost):

-

I managed to get the update working, but it installs as a “new” program. 
So please manually uninstall


 * “Seperate Install GUI” (Spelling error – Sorry)
 * “Server Install GUI” (After updating to “Separate Install GUI”)
 * And any version which has a ([NUMBER]) in it (like “Server Install
   GUI (2)”)

-

So please manually uninstall the old version(s). Thank you and enjoy 
SI-GUI 4.4.0.5


--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] LibreOffice Chinese (Traditional) Team

2014-12-12 Thread Florian Reisinger

Sorry,

seemded valid (Title)

--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] ping to retest old bugs

2014-10-18 Thread Florian Reisinger

Hi,

For 180d (1/2y)
https://bugs.freedesktop.org/buglist.cgi?bug_status=UNCONFIRMED&f1=days_elapsed&list_id=481820&o1=greaterthan&product=LibreOffice&query_format=advanced&v1=180 
[162 bugs]

And for 365d (1y)
https://bugs.freedesktop.org/buglist.cgi?bug_status=UNCONFIRMED&f1=days_elapsed&list_id=481820&o1=greaterthan&product=LibreOffice&query_format=advanced&v1=365 
[2 bugs]


Am 18.10.2014 um 08:58 schrieb Tommy:
On Sat, 18 Oct 2014 05:22:56 +0200, Joel Madero 
 wrote:



Okay - if you want I'll run this with my normal needinfo cleanup on the
first of the month. How's that sound?

Best,
Joel


sounds nice. I suggest to wait a few days more for the release of LibO 
4.3.3 (Week 44 , Oct 27, 2014 - Nov 2, 2014) in order to have the 
latest Fresh release available for testing.


I'm just curious to know what would be the actual numbers of 
UNCONFIRMED and NEW bugs with last comment older than 6 months and 1 
year.


can you obtain those numbers to have a simulation of what would be the 
corrispondent mail traffic that we are going to generate? can you do 
that with your Bugzilla admin "powers" ?


once we have those numbers we may decide wheter to run the "please 
retest ping campaign" against 6 months old bugs or just 1 year old bugs.


as said before, the first real test has to be done on UNCONFIRMED 
bugs, maybe we can already ping 6 months old bugs which should not be 
that many (exact numbers needed though)


also give a look at my mockup automated message and tell me if look 
good in english:


... 

Dear users, this bug report has shown no new comments in the last 6 
months.


or

Dear users, this bug report has shown no new comments in the last 12 
months.


Newer LibO releases with hundred of bugifixes and new features have 
been releases meanwhile, so please retest with latest LibO release 
(4.3.3.2) and give feedback of the actual status of the bug.


If the bug is not reproducible anymore, please post a comment and set 
status to RESOLVED WORKSFORME.
If the bug is still present leave status UNCHANGED and post a new 
comment telling the LibO version and O/S where you retested.


Regardless of what you find in newer versions, the VERSION fields 
should stay at the _first_ version that showed the buggy behaviour, so 
please do not change that value to a later version.


... 



___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: 
http://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/


--
Liebe Grüße, / Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] ping to retest old bugs

2014-10-16 Thread Florian Reisinger
Hi,
There are enough bugs foxes in Fresh. I would like to explain it to them 
(Fresh/Stable/Master) and give them the choice. Ala "if you choose master more 
bugs can be fixed, but terribly things can happen". "Stable is our most stable 
version. Fresh and master could have more bugs fixed, but could have other bugs"

Am 17. Oktober 2014 06:26:48 MESZ, schrieb Joel Madero :
>I'm a fan of doing a summary of all reported bugs for every bug
>reporter
>in one single email that summarizes the current status, thanks them for
>the continuing support, and then asks them to retest against the latest
>stable. Preferably we do this around x.x.3 or so (enough time where
>regressions are worked out of the fresh build, maybe right after the
>fresh version become stable, we ask users to test against stable, not
>fresh). Thoughts?
>
>Best,
>Joel
>
>P.S. Again I think all of this should wait until we have our own bug
>tracker so we can suppress emails and not piss off everyone cc'ed on
>every bug . . .
>On 10/16/2014 09:19 PM, Tommy wrote:
>> On Thu, 16 Oct 2014 21:00:16 +0200, bfoman
>>  wrote:
>>
>>> Tommy wrote
 we currently have 799 UNCONFIRMED and 7793 NEW bugs.
 I think that there should be a consistent number of those who did
>not
 receive any new comment in the last 6 months.
 [...]
 meanwhile, so please retest with current LibO release (4.3.2.2) and
 give
 feedback of the actual status of the bug. if bug is gone set status
>to
 RESOLVED WORKSFORME. if bug is still present leave status UNCHANGED
>and
 drop a new comment telling the LibO version where you retested and
 reproduce it
>>>
>>> Hi!
>>> It is tempting to do it every branch (every 6 months), but that
>could
>>> be too
>>> often and annoy people if the bug is still there.
>>
>> yes, I agree we could do this only for 1 year old bugs if 6 months is
>> too often.
>>
>>> Considering current release schedule for 4.3 and realistic chances
>>> for getting fixes I think we
>>> should ask to check the bugs against master and do this ping before
>hard
>>> code freeze and branching.
>>
>> could be an intelligent thing to do.
>>
>>> I noticed that usually serious bugs are fixed in
>>> master or in earlier stages of particular branch, than backported to
>>> last
>>> few maintenance releases of the fresh branch. This ping should give
>the
>>> reporters the true message about current status of the issue and
>more
>>> testers of the next release. This also perfectly fits planned 4.4 BH
>>> session.
>>> Best regards.
>>
>>
>> ___
>> List Name: Libreoffice-qa mailing list
>> Mail address: Libreoffice-qa@lists.freedesktop.org
>> Change settings:
>> http://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/
>
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] bugzilla search

2014-10-05 Thread Florian Reisinger
Hi,

The query might be case sensitive :)

Liebe Grüße, / Yours,
Florian Reisinger

> Am 05.10.2014 um 17:21 schrieb Terrence Enger :
> 
> There I was, feeling so proud of myself for doing buzilla searches
> *before* typing up a description and collecting screen images and so
> forth.  But then the automatic search for duplicates when I entered my
> summary tuned up fdo#84591 "split menu closes style dropdown".
> 
> 
> My bugzilla query 
> 
>Resolution: ---
>Comment: style dropdown (contains all of the strings) 
>Component: Writer
>Product: LibreOffice
> 
> found 9 hits, the latest of them being fdo#80950.  Why did the query
> miss fdo#84591, for which comment 1 says "Styles dropdown disappears"?
> 
> Thanks,
> Terry.
> 
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] I cannot remove version 3.5.3.2 from Windows 7 64--bit

2014-09-22 Thread Florian Reisinger
Hi,

Did you actually close LibreOffice + Quickstarter (look in the task manager and 
kill all "soffice.exe" and "soffice.bin" after closing all instances

Liebe Grüße, / Yours,
Florian Reisinger

> Am 22.09.2014 um 23:40 schrieb Charles E. LaMonte,n3vuo :
> 
> Greetings to all, I have tried to remove version 3.5.3.2 by uninstalling the 
> program from programs and features under programs in the control panel. As I 
> have done before with other programs. The response that i get is that  to 
> exit Libre Office 3.5 and the Libre Office 3.5 quick starter before you 
> continue. I have tried to repair and then uninstalling, with no luck.Libre 
> Office is not listed on the start up menu. I would like to upgrade to the 
> latest version. I have tried that but the version numbers are not reflected 
> to show that I have downloaded the latest version. Thank you Ldxrunner
>  
> ALL MESSAGES. ARE COPYRIGHTED THE DAY, MONTH AND YEAR IN WHICH IT WAS TYPED. 
> UNLESS COPYRIGHTED BY SOMEONE ELSE.
>  
> IF PEOPLE WOULD ONLY BELIEVE AND DO THIS :
>  
> THE WORLD IS A DANGEROUS PLACE, NOT BECAUSE OF THOSE WHO DO EVIL, BUT BECAUSE 
> OF THOSE WHO LOOK ON AND DO NOTING. AMERICAN PHYSICIST. ALBERT EINSTEIN 1879 
> TO 1955.  
>  
> Please only respond to: n3...@arrl.net.  
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] QA Call Time

2014-08-26 Thread Florian Reisinger
Hi,

The current time (in 26 h) is perfect for me, but I simply forgot, because I 
was working and was coming come very late

Liebe Grüße, / Yours,
Florian Reisinger

> Am 26.08.2014 um 15:45 schrieb Joel Madero :
> 
> Hi All - 
> 
> So the QA call time appears to be a problem again. I can no longer make the 
> current time and we've seen decline in participation for the last few calls. 
> Can we get a "I'm interested" vote for people who might consider joining the 
> call if the time was better for you. The call is incredibly important for the 
> team (IMHO) as I think it keeps us cohesive, allows us to talk live about 
> problems/concerns, allows us to discuss new plans and get updates on ongoing 
> projects.
> 
> I'd really like to suggest that people who are quite active on the ML and FDO 
> at least consider joining the call -- it's free and you aren't expected to 
> say anything if you have nothing to say ;) But it would be nice to see these 
> people on the call (you know who you are! ;) ).
> 
> That being said - if the call is tomorrow as planned I won't be available.
> 
> @Robinson - thoughts?
> 
> 
> Best,
> Joel
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] REPOENED Status

2014-08-02 Thread Florian Reisinger
Hi,

The bigger problem is the following:
User A submitted a bug #123. A QA closes this bug as RESOLVED WFM. User A 
disagrees and puts the state to
1) REOPENED
2) NEEDINFO

Sorry to say, but this "error" will continue...

Liebe Grüße, / Yours,
Florian Reisinger

> Am 02.08.2014 um 08:44 schrieb Tommy :
> 
>> On Fri, 01 Aug 2014 19:43:06 +0200, Joel Madero  
>> wrote:
>> 
>> Hey Florian,
>> 
>> Hi Joel,
>>> 
>>> I do not remember any direct way from WFM to UNCONFIRMED. I have not done
>>> much lately, but REOPENED was the only "meaningful" way to get it out of
>>> resolved state... Anyway, thanks for highlighting :)
>> 
>> Yeah - best to go from WORKSFORME to NEEDINFO and then to UNCONFIRMED. I
>> know a bit of a pain, but no more of a pain than me having to dig
>> through REOPENED bugs to figure out which ones are really REOPENED and
>> which ones I have to move back to UNCONFIRMED :-D
>> 
>> Best,
>> Joel
> 
> I made the same mistake of Florian, becuase the WFM -> REOPENED looked the 
> correct way which it wasn't.
> next time I'll do the WFM -> NEEDINFO -> UNCONFIRMED thing which is not 
> intuitive but is right.
> 
> thanks, Tommy
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] REPOENED Status

2014-08-01 Thread Florian Reisinger
Hi Joel,

I do not remember any direct way from WFM to UNCONFIRMED. I have not done much 
lately, but REOPENED was the only "meaningful" way to get it out of resolved 
state... Anyway, thanks for highlighting :)

Liebe Grüße, / Yours,
Florian Reisinger

> Am 01.08.2014 um 18:34 schrieb Joel Madero :
> 
> Hi All,
> 
> I'm noticing quite a few QA members using REOPENED incorrectly so this is 
> just a reminder.
> 
> REOPENED is for a bug that has been marked as FIXED by a developer and is 
> currently assigned to that developer. It is not for a bug that has been 
> marked as WORKSFORME (ie. never confirmed or a bug that we think was fixed 
> but a developer never said this). For these bugs the bug should be put back 
> to UNCONFIRMED with a comment.
> 
> Please make sure to do this (currently we have a couple hundred reopened bugs 
> that I have to manually check to see if they are correct). Also when closing 
> a bug as WORKSFORME please tell the user to set the bug to UNCONFIRMED if 
> they can still reproduce (and not just say "reopen the bug if you can still 
> confirm" - as they then put the bug in REOPENED status which is again...not 
> correct).
> 
> I know it's a bit confusing but it is what it is.
> 
> 
> Best,
> Joel
> 
> -- 
> Joel Madero
> LibreOffice QA Volunteer
> jmadero@gmail.com
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Windows Mobile Needed

2014-07-28 Thread Florian Reisinger
Hi,

IMHO we can close this as NOTOURBUG as import is crappy (Wordpad is a 
Windows built in editor with a very limited set of functions [referring to last 
comment]). If MS -> MS is not working... Well... Your opinion?

Liebe Grüße, / Yours,
Florian Reisinger

> Am 28.07.2014 um 22:04 schrieb Joel Madero :
> 
> Hi All,
> 
> Anyone with Windows Mobile installed? 
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=50090&list_id=450303
> 
> 
> Best,
> joel
> 
> -- 
> Joel Madero
> LibreOffice QA Volunteer
> jmadero@gmail.com
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Internal Updater

2014-07-20 Thread Florian Reisinger
Hi,

I do not want to be unhelpful, but some SI-GUI C# code pointers:
1) Download a specific branch: 
https://gerrit.libreoffice.org/gitweb?p=si-gui.git;a=blob;f=Downloader.cs;h=1892e46e0a403d54f735bdb63d9822f88f1d909c;hb=HEAD#l67
2) Installing it: 
https://gerrit.libreoffice.org/gitweb?p=si-gui.git;a=blob;f=MainUI.cs;h=c516349cf256d14ff57d7288fb65843b6f948ef4;hb=HEAD#l429

I am improving the structure currently and improve code quality... ( 1) looks 
better then 2) ). I know, it is not inside LibO, but it is a starting point

Liebe Grüße, / Yours,
Florian Reisinger

> Am 20.07.2014 um 19:35 schrieb Joel Madero :
> 
> Hi All,
> 
> I know we've discussed this already a few times - both within ESC and
> within the QA call but I wanted to get a better sense of what is needed
> to move forward with getting it fixed. FWIW I've closed 3 bugs this at
> least tangentially related to the subject.
> 
> So - from what I understand the entire updater is just broken, when you
> get a notification that there is a new version you click it and it just
> takes you to the website where additional clicks are needed to download,
> and then more to install.
> 
> QA has discussed this a few times and generally I think we've come up
> with a roadmap of what would be ideal but I know that it will require
> others to implement so I'm not trying to "push" this onto any developer
> just curious how (if at all) we can get it fixed.
> 
> Phase I:
> Fix what is already there - currently you can go to Help -> Check for
> Updates and there is a "Install" button that is always inactive. How
> much work would it take to at least fix that? If this will never get
> fixed (or be a long time) I think we should remove the button as it just
> reminds users about a broken feature that has been broken for a long
> time already.
> 
> FWIW here I think we need to be clearer about what it means to "check
> for update" because it's based on what branch you are on
> 
> 
> Phase II:
> Add new options to allow a user to select the branch they want
> (fresh/stable/pre-release) and then another option to either "download
> only" or "download and install" which would automatically either
> download to a folder or download and install upon release.
> 
> I think Phase II would be an amazing addition that would be kind of one
> of those big things we could run some PR about during a major release.
> 
> 
> Like I said - not pushing this on anyone, just curious where we stand as
> I see updater related bug reports and enhancement requests and QA has
> discussed it quite a few times as something that we feel need some
> love/attention.
> 
> 
> 
> Best Regards,
> Joel
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Sha256 hash is not matching msi 4.2.5.rc2

2014-07-19 Thread Florian Reisinger
Hi,

Link to the MSI-sha256 file: 
http://download.documentfoundation.org/libreoffice/stable/4.2.5/win/x86/LibreOffice_4.2.5_Win_x86.msi.sha256
Expected: c42dd977230dd3a49afbb2e23a1abe2e80f5b60bb167511e60288c33f393fbf6
Is (online sha256 generator): 
98488587c5401afa073bf0ef5b26bd73d5ee65405ccca073a0aaf719634bfe4b

Also mentioned on IRC..
THANKS for checking :)

Liebe Grüße, / Yours,
Florian Reisinger___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] BugZilla enhancemnet suggestion

2014-06-22 Thread Florian Reisinger
Hi Cor, all,

Oh, I thought you meant integrating directly in bugzilla... You know we as QA 
do have a lot of things on the list to improve stuff... But some does require 
coding... Like the bugzilla things, a GUI for bisect and the other items of 
Joel's list ( ;) ). We are full of fancy ideas, for now that is not a big deal 
to get ten

Coding in QA is difficult... Those who are at have loads of things to do and we 
have some awesome things in mind, but it is 'cooler' to code in LibreOffice 
itself then for QA. So please try to understand my position... I really want to 
do such awesome things, but they start to get above my head, as I am unable to 
setup bugzilla. Or have no time to do anything big in other languages than C# 
and Java...

That is why I tried to remember you to put it into code. Because that is the 
hardest part for us... Among us, everyone tries to be as useful as possible

I just woke up, so I really hope you get what I want to get across. That is my 
point of view...

Liebe Grüße, / Yours,

Florian Reisinger

PS: Sorry for toppost and tofu, I am on mobile

Am 22.06.2014 21:54 schrieb Cor Nouws :
>
> Hi Florian, 
>
> thanks for your reply. 
>
> Florian Reisinger wrote (22-06-14 18:50) 
>
> > There is such a feature on submitting. 
>
> Yes, I think I meant that. But not with the BSA as far as I know. 
>
> > Your patch is welcome (coding needed). 
>
> I know that some preople tend to write such things. Maybe fine to people 
> passing bey and shouting ideas, but IMO it's not appropriate to do that 
> among us, when we know we already do a lot and a lot of work. 
>
> > This seems for me like a good idea, but we have to implement 
> > stuff ourselves 
>
> Why is that? We are doing QA and mostly no coders? 
>
>
> Cheers, 
> Cor 
>
> -- 
> Cor Nouws 
> GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6 
> - vrijwilliger http://nl.libreoffice.org 
> - volunteer http://www.libreoffice.org 
> - The Document Foundation Membership Committee Member 
>
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] BugZilla enhancemnet suggestion

2014-06-22 Thread Florian Reisinger
Hi Cor,

There is such a feature on submitting. Your patch is welcome (coding needed). 
This seems for me like a good idea, but we have to implement stuff ourselves

Liebe Grüße, / Yours,
Florian Reisinger

> Am 22.06.2014 um 18:09 schrieb Cor Nouws :
> 
> Hi all,
> 
> Sorry that I've no time to read the QA list, so I miss some things
> obviously.
> 
> There is a special LibreOffice version of BugZilla (to come), is what I
> know.
> 
> Now, since submitting bugs is oh so easy with the BSA, there are many
> ready for user-help (which I friendly point to that) and many
> duplicates, that needs to be searched by us..
> 
> Idea: implement a button that starts a query based on the summary, not
> necessarily the component, and that opens the result in a new tab.
> Sort of what you see when adding a bug via bugzilla, but then a bit better.
> Would that be an idea?
> 
> thanks,
> Cor
> 
> 
> 
> -- 
> Cor Nouws
> GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
> - vrijwilliger http://nl.libreoffice.org
> - volunteer http://www.libreoffice.org
> - The Document Foundation Membership Committee Member
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Extensions with Whiteboard status

2014-06-16 Thread Florian Reisinger
Hi Joel,

The big problem is memorizing the different whiteboard statues So I won't 
use it often, as I do not see the difference to a tag in the summary line. 
"Import problem with abc" we have abc right in the summary, why not rely on 
that and improve the summary

Liebe Grüße, / Yours,
Florian Reisinger

> Am 16.06.2014 um 22:26 schrieb Joel Madero :
> 
> Hi All,
> 
> I am still cleaning this whiteboard status page and have found quite a
> few that I have no clue how they ever made it on the list and a few that
> I have suggestions to change. The first is described below:
> 
> We have just a few extensions that somehow got special treatment to have
> whiteboard status (rt, rtf_filter, pdf). I'm not sure why these got
> special priv. over other (probably more relevant) extensions such as
> docx, doc, or even odt, ods, etc . . .
> 
> Suggestion:
> New whiteboard status "extension:EXTENSION" so we could have
> "extension:pdf" or "extension:odt" or "extension:docx". This way we can
> track all bugs relating to any particular extension vs. just the priv.
> few that have gotten special treatment.
> 
> 
> Thoughts appreciated.
> 
> 
> Best,
> Joel
> 
> P.S. CC'ed MStahl because I was told he may have some opinion here ;) If
> not - feel free to disregard :-D
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Please subscribe to this list if you are posting

2014-06-13 Thread Florian Reisinger

Hi,

As some mails are getting stuck on the mailinglists's filter, please do 
subscribe!
Here is the link to the subscription page: 
http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa Thanks for 
your understanding :)


This informations is also valid for all reading this list through Nabble 
etc.


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Additional naming rule for TB builds

2014-05-19 Thread Florian Reisinger

Hi,

Is it possible to establish a new naming rule for tinderboxes.
The branch name and the date (without time) should be before the first 
"_" after the first "~".

This 2 TB are ok (just tested those)
http://dev-builds.libreoffice.org/daily/master/Win-x86@51-TDF/current/
http://dev-builds.libreoffice.org/daily/libreoffice-4-2/Win-x86@42/current/
Also valid
libo-feature_123~2014-12-12_
Not valid:
libo-master-2014-01-01_ (no ~)

Would this be possible?
(CC'ing dev list, please CC me if you answer on dev list only)

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Next QA Call

2014-05-12 Thread Florian Reisinger
Hi,

Wed -2h (also -2,5 possible for me). This time-slot fits me better btw compared 
to the Monday slot. (To 99% ;) )

Liebe Grüße, / Yours,
Florian Reisinger

> Am 12.05.2014 um 17:10 schrieb Joel Madero :
> 
> Hi All,
> 
> As discussed last call, I am unavailable next Monday but will be
> available the following Monday. The other option is to move our call to
> Wed. next week. If we want to do Wed. a little earlier (maybe 2-3 hours
> earlier), we can do that.
> 
> Please let me know what you prefer ASAP so we can gauge what's best.
> 
> Also - a few months ago I sent out a message asking if we need a new
> doodle (for a new time completely for future calls) and did not receive
> any replies, I assumed that meant the current time was working for most
> if not every person. If this is not the case let me know and I'll start
> a doodle (not for the next call probably since it will be off schedule
> but for the following one after that (Week of June 2 - June 6)
> 
> 
> Best,
> Joel
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Running LO 4.3 alpha in Windows XP...

2014-05-06 Thread Florian Reisinger
Hi Pedro,

What I can see, and that's why cloph should know it: With the very same source 
it does not work quite well. So it has to be the setup IMHO

Liebe Grüße, / Yours,
Florian Reisinger

> Am 07.05.2014 um 00:27 schrieb Pedro :
> 
> Hi Florian, all
> 
> 
> Florian Reisinger wrote
>> Was it only the alpha 1? If so, CC cloph, as this (IMHO) buggy build is
>> the release config..
>> Buggy? It worked with the master (alpha 1 is just a snapshot of the
>> master) the day before, and the day after. At least all the bugs I found
>> on Windows
> 
> I'm not sure what I'm supposed to say to Christian?
> 
> Yes, it was the official Alpha that was a very unfortunate release.
> The daily build mentioned before from tinderbox #47 is stable enough (with
> some quirks).
> 
> I'm curious: why does
> http://dev-builds.libreoffice.org/daily/master/Win-x86@47-TDF/current/ point
> to master~2014-04-28_07.22.55_LibreOfficeDev_4.3.0.0.alpha1_Win_x86.msi when
> there is a newer build
> (master~2014-04-29_23.12.26_LibreOfficeDev_4.3.0.0.alpha1_Win_x86.msi)?
> 
> In any case, I'm glad it wasn't bad news for XP. I do like the close button
> to remove individual files from the start center. I will test 4.3 again when
> RC1 is out.
> 
> Thanks,
> Pedro
> 
> 
> 
> --
> View this message in context: 
> http://nabble.documentfoundation.org/Running-LO-4-3-alpha-in-Windows-XP-tp4107585p4107840.html
> Sent from the QA mailing list archive at Nabble.com.
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Running LO 4.3 alpha in Windows XP...

2014-05-06 Thread Florian Reisinger
Hi Pedro,

Was it only the alpha 1? If so, CC cloph, as this (IMHO) buggy build is the 
release config..
Buggy? It worked with the master (alpha 1 is just a snapshot of the master) the 
day before, and the day after. At least all the bugs I found on Windows

Liebe Grüße, / Yours,
Florian Reisinger

> Am 06.05.2014 um 14:39 schrieb Pedro :
> 
> Hi Stuart, all
> 
> Just downloaded 
> 
> Version: 4.3.0.0.alpha1+
> Build ID: a3c00ee3c7b3b0fbcde32baeb7023c7e8526b908
> TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-04-28_07:22:55
> 
> and installed in parallel on another XP machine. It does seem to be fixed. I
> can confirm it later when I install it on the same machine where the crash
> occurred.
> 
> Thanks,
> Pedro
> 
> 
> 
> --
> View this message in context: 
> http://nabble.documentfoundation.org/Running-LO-4-3-alpha-in-Windows-XP-tp4107585p4107794.html
> Sent from the QA mailing list archive at Nabble.com.
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] FDO Versions

2014-05-04 Thread Florian Reisinger

Hi Joel,

We are still lacking 4.3 alpha1+ version :) Could you please add it :) 
[and hide alpha+ master]


Am 04.05.2014 18:45, schrieb Joel Madero:

Hi All,

I've gone ahead and hidden most 3.6 pre release versions on FDO (kept 
3.6.0.beta0 because this is the equivalent of "before bibisect").


Two questions:
1. Can I do the same for 4.0 or should I wait longer ?

2. Thoughts on adding a new version called "PreBibisect" and we can 
replace the 3.6.0..beta0 version with this - seems to be more accurate.


I'll hold off a couple days to get feedback.


Warm Regards,
Joel
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: 
http://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/


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] No thinderbox build for Windows master after 30-04-14

2014-05-04 Thread Florian Reisinger

Hi,

Thanks, updated SI-GUI to download from that box :). Simply click the 
"Refresh List of versions"-button (DE UI "Versionsliste aktualisieren").


Thanks for reacting so quick!

Am 04.05.2014 16:54, schrieb V Stuart Foote:

Markus,

Yes, that got it--Kendy's TB-39 has pushed out two builds now.

I saw the mass "mis-spelling" corrections that Pedro G. had done during the
time frame for the break.

What a weird error. Is "Execution" parameter a protected keyword or such in
the MSI template?

Stuart



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-No-thinderbox-build-for-Windows-master-after-30-04-14-tp4107434p4107541.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Qa talk LibOConf 14

2014-05-04 Thread Florian Reisinger
Hi Bjoern,

Hmmm Not yet But there is not much to show SI-GUI from last year 
and Bibi GUI, maybe you have seen OS detect for Bugzilla But that's not 
finished -> risky But will do so in the next days.

Did I forget something I did :? 

Liebe Grüße, / Yours,
Florian Reisinger

> Am 04.05.2014 um 00:18 schrieb "Bjoern Michaelsen" 
> :
> 
> Hi,
> 
>> On Sat, May 03, 2014 at 08:01:26PM +0200, Florian Reisinger wrote:
>> Do,we have a QA talk in Bern? I am only attend from Tue (evening)-Fri
>> (leaving early). So would be good to have it on Wed or Thu
> 
> I havent submitted a generic QA session yet, but we will try to take your
> scheduling into account. Did you already submit a paper on your own (because
> you totally should ;) ?
> 
> Best,
> 
> Bjoern
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Qa talk LibOConf 14

2014-05-03 Thread Florian Reisinger
Hi,

Do,we have a QA talk in Bern? I am only attend from Tue (evening)-Fri (leaving 
early). So would be good to have it on Wed or Thu

Liebe Grüße, / Yours,
Florian Reisinger
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] No thinderbox build for Windows master after 30-04-14

2014-05-03 Thread Florian Reisinger

Hi,

Title says it all
http://dev-builds.libreoffice.org/daily/master/Win-x86@39/
http://dev-builds.libreoffice.org/daily/master/win-x86@39/
[Shouldn't this 2 be the same more or less??]
http://dev-builds.libreoffice.org/daily/master/Win-x86@42/
http://dev-builds.libreoffice.org/daily/master/Win-x86@47-TDF/

CC ed owners. Could someone of you please fix it :)

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] 4.3 Upgrade unusable!

2014-05-02 Thread Florian Reisinger

Hi,

I got a PM with a rtf file. I will comment on it I will enclose the 
quotes in # at the beginning and end



4.  the vital [Ctrl][Sh] > and < for changing font size is not set up in 
any other WP.




Enhancement request (trivial, maybe easyhack)

Cannot find it in list found @ Tools->Customize->Keyboard


I have gone on far too long about these basics.  If you feel some 
sympathy with my assertion of the fundamental importance of these 3 
points I will be happy to contribute other more detailed suggestions; 
otherwise I will have to struggle along with things as they are!



Suggestions always welcome, but better to be discussed in public. I will 
keep it for now on the QA ML, but we might want to switch to the global 
user list



Supporting the above does not exclude other options, but would require 
an easy to use /obvious choice (probably an addition to the menu bar) 
between say 5 (max) preset interfaces/views which cover some well 
thought out favoured compatibility setups, such as Classic, XP, Mac, 
Latest, plus Accessible.




What is the difference between those? Aren't most of them the same. I 
could see Classic, Sidebar, Accessibility, where the latter one is 
invisible, as this is a 3rd party tool




An option to change the colour scheme similar to the provided for the OS 
via Control Panel /Display would be excellent.



Whats wrong with: Tools → Options → LibreOffice(Dev) → Appearence. Feel 
free to change anything here



A few Detailed suggestions:  Some default autocorrect actions could 
usefully be “improved” over Word’s, eg. Suppress this automatic 
capitalisation after a stop as the default, and prevent the automatic 
change of - to – by context (see also in para. 2 above); these are the 
two I find irritating; occasionally I find setting ‘’   and “”  goes 
wrong when not used in the straightforward ways in this document.



Maybe Options → AutoCorrectOptions

###

   “Improvements” such as transferring “Page Setup” to the Format menu 
as in LO would really be such ONLY IF they were also retained in the 
“default” location – having some actions accessible by different routes 
should not be considered a failure, but a logical requirement of the 
fallibility of our design process – not to mention user logic!


###
Where was it? I only know it from Format --> Page

Finally, we did think about a easier UI for the settings, but we can't 
force anyone to work at this (Regarding setup help at start of LibO)


I hope I did cover the most important points and the email doesn't look 
crazy (Lot of format and paste)


Yours,

Florian

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] how to contact website team

2014-05-02 Thread Florian Reisinger
I guess a note on the WWW list would be nice 
(website<>global.libreoffice.org) subscribe/Unsubscribe of all the ML: 
http://www.libreoffice.org/get-help/mailing-lists/

Liebe Grüße, / Yours,
Florian Reisinger

> Am 02.05.2014 um 09:23 schrieb Jay Philips :
> 
> Well i was browsing through the website a noticed a few issues i wanted to 
> put to the website team and wondered how to contact them.
> 
> -- 
> Jay Philips
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] 4.3 Upgrade unusable!

2014-05-01 Thread Florian Reisinger
Hi,

By the way, isn't 4.3 our master version? I also realized the changes... 
Cute, but you may change the BG color of the page-background ;)

Liebe Grüße, / Yours,
Florian Reisinger

> Am 01.05.2014 um 18:23 schrieb Joel Madero :
> 
> I'm sorry to hear about this. You are more than welcome to join our design 
> team who is responsible for thinking through changes that are made (along 
> with developers and QA team of course). We typically don't change just for 
> change's sake - usually it's user feedback or some functionality that we are 
> hoping to improve. Furthermore, if there are particular bugs that you wish to 
> address please report them to our bug tracker.
> 
> Again, apologies that you've found the new version to be a hassle. Upgrading 
> from 3.4 to 4.3 is a big move and going to have a lot of changes - if you 
> upgraded incrementally I guarantee it wouldn't have come to your surprise 
> that things were changing. 
> 
> If you choose to discontinue using LibreOffice - well, I wish you the best in 
> finding software which does not change over the years
> 
> 
> Best,
> Joel
> 
> 
>> On 04/30/2014 03:53 AM, Derek Shoreman/tiscali wrote:
>> Regrettably have just upgraded from v 3.4 hoping for improvements and to 
>> include /add "Presentations"   I find this last just doesn't seem to work 
>> even though offered, and the lead in to the basic S/S and WP have changed so 
>> much as to be unusable  - I'm not prepared to relearn just to use an app I 
>> have used on and off for at least ten years!   In the past I have found OO 
>> and LO easy to move to every time, but sadly no longer.Everyone now 
>> seems to believe that change for change's sake is the bees knees, but this 
>> makes use of so many things for us over-experienced oldies IMPOSSIBLE.   I 
>> no longer have the patience or desire to be FORCED to alter my ways!
>>  
>> DS
>>  
>>  
>> 
>> 
>> ___
>> List Name: Libreoffice-qa mailing list
>> Mail address: Libreoffice-qa@lists.freedesktop.org
>> Change settings: http://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/
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] What should I do with a bug, where I got a file to test and can confirm it, but are not allowed to attach the file to the bug?

2014-04-30 Thread Florian Reisinger
Hi,

Did you ask him to create a test  document himself?
You were unable to reproduce it without the test doc?
Does it work with plain (or close to) documents and with a reduced number?
If you could not reproduce it without and he does not provide a testcase, it 
might be a bit sharp, but invalid might still be the right. Leaving that aside, 
if it works with the limited set, please attach it and set out to new.
.. Just my thoughts, but you asked for those.
Sorry for TOFU
-- 
Liebe Grüße, / Yours,
Florian Reisinger

On 30. April 2014 08:41:09 MESZ, Jochen Schiffers  
wrote:
>Hi Thomas,
>
>what do you mean: share the documents on our cloud and set a link to
>the 
>folder?
>Or do I misunterstand yor question?
>
>reg
>
>Jochen
>
>
>Am 29.04.2014 18:59, schrieb Thomas Hackert:
>> Hello @ll,
>> I stumbled upon bug #77330
>> (https://bugs.freedesktop.org/show_bug.cgi?id=77330), when doing a
>> little bit QA last weekend. After I added comment #1
>> (https://bugs.freedesktop.org/show_bug.cgi?id=77330#c1) and set the
>> status to "NEEDINFO", the reporter sent me a private mail with an
>> attached zipped file, containing the master document and its
>> subdocuments. He asked me not to attach it to the bug. Now I am not
>> sure, what I should do with this bug ... :( I had searched at
>> https://wiki.documentfoundation.org/FindTheExpert to find out, if I
>> could find a dev, to whom I could send this zipped files, but I am
>> not sure, if this is right way. As I can partly confirm this bug, I
>> have added my comment to the bug
>> (https://bugs.freedesktop.org/show_bug.cgi?id=77330#c2). And now? As
>> I am not a dev, I will not be able to fix it ... :( The master
>> document in question depends on 100 ODT files with pictures and the
>> like, so it would be hard to create one master document with that
>> amount of ODTs (or better say: I would not have the time for it the
>> next months) ... :(
>>
>> Thanks for any insights
>> Thomas.
>>
>
>___
>List Name: Libreoffice-qa mailing list
>Mail address: Libreoffice-qa@lists.freedesktop.org
>Change settings:
>http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] [None] in 4.3

2014-04-24 Thread Florian Reisinger

Hi everyone,

Sorry I did not file the bug earlier. ( 
https://bugs.freedesktop.org/show_bug.cgi?id=77874 ) Please comment on 
that and not on the mailinglist.
There is a bug-prio chart out there ( 
https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg 
. It says "Email devs" :P
No, getting back to be honest: I always say to people: "It does not help 
if you write something about a bug to a mailinglist. For us it is 
unknown till the very moment it is in out bug triaging system 
(Bugzilla). Sorry for not behaving like this. Feel free to remember me 
at any time to this lines :)


I would be happy if you could confirm this :)

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Filing bugs in the mailing list

2014-04-23 Thread Florian Reisinger
Hi Joel,

You are absolutely right, but
-Cloph wants bugs with alpha1, this is fixed in a newer daily-build (with a 
different compiler...) [Report a worksforme bug...]
-for the second thing ([NONE] it seems to big), but you are right, no 
matter how big it is, it should be in Bugzilla Thanks for the reminder, 
very appreciated :)
-Other things: I hope it is not on my plate...

Liebe Grüße, / Yours,
Florian Reisinger

> Am 24.04.2014 um 06:40 schrieb Joel Madero :
> 
> I've been seeing this more and more lately and am wondering what's going on 
> ;) I'm seeing it by both experienced QA people and by new users. I want to 
> highly recommend reporting through "official channels" to ensure that we 
> don't give the wrong impression to users who join QA list, see bug reports 
> coming through and then start doing the same. Also, I think that it kind of 
> says "if you go to the mailing list first you'll get faster responses" which 
> in my opinion is not the message we want to be spreading.
> 
> Just my thoughts.
> 
> 
> Warmest Regards,
> Joel
> 
> P.S. I'm offline for the next 2 weeks so if you need to reach me just be 
> aware that it might take awhile to get back to you :-D
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Crash with alpha 1, working with dev 2014-04-20

2014-04-23 Thread Florian Reisinger

Hi Chris, @ all,

I am experiencing a crash with alpha1, but not with the daily build. The 
document is from https://bugs.freedesktop.org/show_bug.cgi?id=69313 --> 
https://bugs.freedesktop.org/attachment.cgi?id=85893



Here what Visual studio [PS: I am on Windows] gives me from the alpha1 
(I guess not helpful, but take that as a question)


__byteswap_ulong:
01092879  pushebp
0109287A  mov ebp,esp
0109287C  mov edx,dword ptr [ebp+8]
0109287F  pushesi
01092880  mov esi,0FF00h
01092885  mov eax,edx
01092887  and eax,esi
01092889  mov ecx,edx
0109288B  shl ecx,10h
0109288E  add eax,ecx
01092890  mov ecx,edx
01092892  shr ecx,8
01092895  and ecx,esi
01092897  shl eax,8
0109289A  add eax,ecx
0109289C  shr edx,18h
0109289F  add eax,edx
010928A1  pop esi
010928A2  pop ebp
010928A3  ret
__byteswap_ushort:
010928A4  pushebp
010928A5  mov ebp,esp
010928A7  mov ecx,dword ptr [ebp+8]
010928AA  movzx   eax,cx
010928AD  shr eax,8
010928B0  shl ecx,8
010928B3  add eax,ecx
010928B5  pop ebp
010928B6  ret
__crt_debugger_hook:
010928B7  and dword ptr ds:[10BCCD4h],0
010928BE  ret
__lfind:
010928BF  pushebp
010928C0  mov ebp,esp
010928C2  pushedi
010928C3  xor edi,edi
010928C5  cmp dword ptr [ebp+8],edi
010928C8  jne __lfind+1Fh (010928DEh)
010928CA  call__errno (01001BBCh)
010928CF  mov dword ptr [eax],16h
010928D5  call__invalid_parameter_noinfo (0108F92Eh)
010928DA  xor eax,eax
010928DC  jmp __lfind+5Bh (0109291Ah)
010928DE  pushebx
010928DF  mov ebx,dword ptr [ebp+10h]
010928E2  testebx,ebx
010928E4  jne __lfind+3Bh (010928FAh)
010928E6  call__errno (01001BBCh)
010928EB  mov dword ptr [eax],16h
010928F1  call__invalid_parameter_noinfo (0108F92Eh)
010928F6  xor eax,eax
010928F8  jmp __lfind+5Ah (01092919h)
010928FA  pushesi
010928FB  mov esi,dword ptr [ebp+0Ch]
010928FE  testesi,esi
01092900  jne __lfind+5Eh (0109291Dh)
01092902  cmp dword ptr [ebx],edi
01092904  je  __lfind+5Eh (0109291Dh)
01092906  call__errno (01001BBCh)
0109290B  mov dword ptr [eax],16h
01092911  call__invalid_parameter_noinfo (0108F92Eh)
01092916  xor eax,eax
01092918  pop esi
01092919  pop ebx
0109291A  pop edi
0109291B  pop ebp
0109291C  ret
0109291D  cmp dword ptr [ebp+14h],edi
01092920  jbe __lfind+47h (01092906h)
01092922  cmp dword ptr [ebp+18h],edi
01092925  je  __lfind+47h (01092906h)
01092927  cmp dword ptr [ebx],edi
01092929  jbe __lfind+57h (01092916h)
0109292B  pushesi
0109292C  pushdword ptr [ebp+8]
0109292F  calldword ptr [ebp+18h]
01092932  pop ecx
01092933  pop ecx
01092934  testeax,eax
01092936  je  __lfind+83h (01092942h)
01092938  add esi,dword ptr [ebp+14h]
0109293B  inc edi
0109293C  cmp edi,dword ptr [ebx]
0109293E  jae __lfind+57h (01092916h)
01092940  jmp __lfind+6Ch (0109292Bh)
01092942  mov eax,esi
01092944  jmp __lfind+59h (01092918h)
---
The exact line is: "010928B7  and dword ptr ds:[10BCCD4h],0"

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] [None] in 4.3

2014-04-23 Thread Florian Reisinger
Hi,

It would be great if you can do this :). My gut-feeling is, that the problem 
occurred at conversation of the dialog. Thanks for helping out!

Liebe Grüße, / Yours,
Florian Reisinger

> Am 23.04.2014 um 10:16 schrieb Niklas Johansson :
> 
> If no one is working on this bisect I could do it. Of course it might take 
> some time to finish it since I'll have to the builds, but I should probably 
> be able to get a result later today or by tomorrow.
> 
> And by the way the commit 8722caefc81ed580d2c230942b470c2e9b1ef6a3 from 
> 2014-02-07 was ok. Also, I was able to reproduce the problem on Mac.
> 
> Regards,
> Niklas Johansson
> 
> Florian Reisinger skrev 2014-04-23 08:31:
>> Hi,
>> 
>> So my test results with the versions I had on my PC [all Windows 7 x64]
>> 
>> 
>> Working: Version: 4.2.0.0.alpha0+
>> Build ID: 3d65dfa3c98e0f79c579cfac23d55092f7554244
>> TinderBox: Win-x86@47-TDF, Branch:master, Time: 2013-11-05_11:23:58 (Yes, an 
>> old master found on my disk ^^)
>> 
>> Also working with Version: 4.3.0.0.alpha0+
>> Build ID: 950fc08a5fba9f14bdfa55240cca14151eecd137
>> TinderBox: Win-x86@47-TDF, Branch:master, Time: 2013-12-15_22:46:27 (okay, 
>> old as well)
>> 
>> Not working Version: 4.3.0.0.alpha0+
>> Build ID: 20fb1bfc72e626251b435bcff2339e1e425c7130
>> TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-04-09_12:09:54
>> 
>> So somewhere between 15.12.2013 and 9.4.2014
>> 
>> 
>> @Björn: could you fire up Bertha for that :/
>> 
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] [None] in 4.3

2014-04-22 Thread Florian Reisinger

Hi,

So my test results with the versions I had on my PC [all Windows  7 x64]


Working: Version: 4.2.0.0.alpha0+
Build ID: 3d65dfa3c98e0f79c579cfac23d55092f7554244
TinderBox: Win-x86@47-TDF, Branch:master, Time: 2013-11-05_11:23:58 
(Yes, an old master found on my disk ^^)


Also working with Version: 4.3.0.0.alpha0+
Build ID: 950fc08a5fba9f14bdfa55240cca14151eecd137
TinderBox: Win-x86@47-TDF, Branch:master, Time: 2013-12-15_22:46:27 
(okay, old as well)


Not working Version: 4.3.0.0.alpha0+
Build ID: 20fb1bfc72e626251b435bcff2339e1e425c7130
TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-04-09_12:09:54

So somewhere between 15.12.2013 and 9.4.2014


@Björn: could you fire up Bertha for that :/

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] [None] in 4.3

2014-04-22 Thread Florian Reisinger
Hi Tom,

FYI: It's solid, dashed, dotted line (I always have a English UI in front of 
me, when writing bug reports...) Do we have a bisect package for 4.3..? If not 
I will try with older versions of master, if I find one...

Liebe Grüße, / Yours,
Florian Reisinger

> Am 22.04.2014 um 19:08 schrieb Thomas Hackert :
> 
> Hi again,
>> On Di, 22. Apr 2014 18:54 Thomas Hackert wrote:
>>> On Di, 22. Apr 2014 10:54 Florian Reisinger wrote:
>> ["- none -" instead of border line styles]
>> @cloph: Do the following:
>> 1. Start Writer
>> 2. Go to "Format - Page..."
>> 3. Look at dropdown menu below "Style"
> 
> Ooops, sorry, forgot one step ... :( You have to switch to the tab 
> "Borders" to see the dropdown menu in step 3 ... ;)
> Sorry again
> Thomas
> 
> 
> -- 
> NP: Wat Tyler – Masters of The Universe
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] [None] in 4.3

2014-04-22 Thread Florian Reisinger

Hi Christian,

A picture says more then 1000 words... http://i57.tinypic.com/2ep0ivo.png
The bug is: It's ONLY [None] (in the picture "Keine"). If I had more 
choices it would not be a bug.

Of course with fresh user-profile.

@SI-GUI users: 4.3.alpha1 is the "testing" version.


Am 22.04.2014 13:24, schrieb Christian Lohmaier:

Hi Florian, *,

On Tue, Apr 22, 2014 at 12:58 PM, Florian Reisinger
 wrote:

Might have been to deep in my mind.
Yes I have tested it on Windows

2 examples (Writer). In  go to Insert -> Manual break. The list of styles
has one entry, which is [NONE] |I guess it is the default value, when no
data source is attached

No. This means: "Don't explicitly change the page-template". I.e. page
template for the next page is the same as if you just filled it with
text instead of inserting the break.


Other examples (where [NONE] can be found:
Format -> Page -> Borders "Lines" -> "Style"

Here it means "no border", "invisible line"


Calc:
Right click on a cell - Format cells -> Borders --> Same as Writer

Yes, same as above.


Sorry for being unclear (again).. Hope it's clearer now

Nope. Where's the bug? What non-expected behavior do you see that
makes you think there is a bug, what would you expect to get instead?

ciao
Christian
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] [None] in 4.3

2014-04-22 Thread Florian Reisinger

Sorry again,

Forget tested version:  Version: 4.3.0.0.alpha1+
Build ID: 4916dd570fb7bb5447f1d63fba46ac0b3a10dd14
TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-04-20_03:53:39


Am 22.04.2014 12:58, schrieb Florian Reisinger:

Hi Christian,

Might have been to deep in my mind.
Yes I have tested it on Windows

2 examples (Writer). Go to Insert -> Manual break. The list of styles 
has one entry, which is [NONE] |I guess it is the default value, when 
no data source is attached

Other examples (where [NONE] can be found:
Format -> Page -> Borders "Lines" -> "Style"
Calc:
Right click on a cell - Format cells -> Borders --> Same as Writer


Sorry for being unclear (again).. Hope it's clearer now


Am 22.04.2014 12:52, schrieb Christian Lohmaier:

Hi Florian,

On Tue, Apr 22, 2014 at 10:54 AM, Florian Reisinger
 wrote:

I encountered many bugs with [NONE] as only property
Example: Page styles, Border line types [Both Writer]
Has anyone of you seen this (other OS?)
For me that would be a blocker.
[Instead of solid, dashed etc. only NONE]

Your mail is way to cryptic to answer. We don't share your mind, so we
don't have the context you're talking about.

like for example: What symptoms does the bug have, how does it show?
How to tell that one is affected or not, etc.

Also "other OS" without stating your OS is another example of missing
info :-) - I assume you're testing on windows, but this is
guesswork...

ciao
Christian
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: 
http://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/




--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] [None] in 4.3

2014-04-22 Thread Florian Reisinger

Hi Christian,

Might have been to deep in my mind.
Yes I have tested it on Windows

2 examples (Writer). In  go to Insert -> Manual break. The list of 
styles has one entry, which is [NONE] |I guess it is the default value, 
when no data source is attached

Other examples (where [NONE] can be found:
Format -> Page -> Borders "Lines" -> "Style"
Calc:
Right click on a cell - Format cells -> Borders --> Same as Writer


Sorry for being unclear (again).. Hope it's clearer now


Am 22.04.2014 12:52, schrieb Christian Lohmaier:

Hi Florian,

On Tue, Apr 22, 2014 at 10:54 AM, Florian Reisinger
 wrote:

I encountered many bugs with [NONE] as only property
Example: Page styles, Border line types [Both Writer]
Has anyone of you seen this (other OS?)
For me that would be a blocker.
[Instead of solid, dashed etc. only NONE]

Your mail is way to cryptic to answer. We don't share your mind, so we
don't have the context you're talking about.

like for example: What symptoms does the bug have, how does it show?
How to tell that one is affected or not, etc.

Also "other OS" without stating your OS is another example of missing
info :-) - I assume you're testing on windows, but this is
guesswork...

ciao
Christian
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] [None] in 4.3

2014-04-22 Thread Florian Reisinger

Hi,

I encountered many bugs with [NONE] as only property
Example: Page styles, Border line types [Both Writer]
Has anyone of you seen this (other OS?)
For me that would be a blocker.
[Instead of solid, dashed etc. only NONE]

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] [SI-GUI] Make your daily-builds more visible!

2014-04-21 Thread Florian Reisinger

Hi,

Just a very short message for all Windows thinderbox guys :)
There is a file online 
(http://dev-builds.libreoffice.org/si-gui/.dlinfo/info.txt), which has 
all the information about all Daily builds available in SI-GUI.


It would be highly appreciated if you could edit the file yourself, when 
you are switching to a new branch / abandoing an old one.


Thanks :) BTW: Happy easter, hear you all @QA-call :)

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Python vs Java, Was Bisect GUI for Windows

2014-04-20 Thread Florian Reisinger
Hi, removing floeff as he has enough on his plate...

If it is not a language I know, or familiar to Java or C#, I am just lacking 
time to learn the language. Basically we have a up and running C# application 
and yesterday I started with the java GUI. To be honest it is not a big deal of 
code
It would be great, if you just program that :p
Or I will continue with Java and try to create a JAR file (which is not working 
ATM).

If you need a screenshot of the gui, it is very minimal (4 buttons, 2 
text-boxes, 2 drop-down lists, 1 text field, 1 progress bar). [Maybe we should 
make a top level menu, because we need one more button)...

Feel free to ask me anything about it :) I hope this was not too overwhelming ;)

Liebe Grüße, / Yours,
Florian Reisinger

> Am 20.04.2014 um 21:52 schrieb Jay Lozier :
> 
> Joel,
> 
> I do not know how much help I can give.
> 
> Florian,
> 
> Please contact me with more details about the GUI.
> 
> Jay
>> On 04/20/2014 03:01 PM, Joel Madero wrote:
>> Hi Jay,
>> 
>> Any way that you could collaborate with Florian to try to get the Bibisect 
>> GUI up and running? It's one of our long running projects in QA and 
>> currently it's just Florian working on it. It would be an incredible 
>> addition to ensuring high quality releases as it would open the door for new 
>> users to easily help identify regressions and help developers identify where 
>> the regression was introduced.
>> 
>> 
>> Best,
>> Joel
>> 
>> 
>> 
>>> On 04/20/2014 11:57 AM, Jay Lozier wrote:
>>> How much of the code requires Java?
>>> 
>>> Also, with Python, the interpreter is likely not installed on Windows and 
>>> possibly a Mac. With Linux one would need to verify the correct Python 
>>> version is installed. I think the same problems are true with Ruby and 
>>> Perl. However, JVMs are more likely to be installed.
>>> 
>>> If the issue to avoid using Java itself, then Scala and Groovy(?) may be 
>>> better alternatives to Python or Ruby. I do not know enough about either to 
>>> make a choice.
>>> 
>>> If the issue is the remove Java entirely then I think the choice is 
>>> basically Python, Perl, or Ruby. From what I have seen Python is probably 
>>> the better choice in my somewhat biased opinion (I write mostly in Python). 
>>> Python modules exist for PyQT/Pyside (QT) and wxWidget and tkinter is 
>>> built-in, which I believe are all cross platform.
>>> 
>>> Jay
>>> 
>>>> On 04/20/2014 02:35 PM, Bjoern Michaelsen wrote:
>>>> Hi,
>>>> 
>>>>> On Sun, Apr 20, 2014 at 09:43:45AM -0700, Robinson Tryon wrote:
>>>>> Bjoern -- Thoughts on using Glade for this purpose?  I figure it might
>>>>> be good to use the same stuff we're using elsewhere in the LO
>>>>> project...
>>>> I dont think Glade is a good idea. If the bibisect UI is sufficiently 
>>>> simple
>>>> (and it should be), Tkinter would be the most simple crossplatform toolkit 
>>>> that
>>>> is available everywhere -- even if it is somewhat ugly on some platforms.
>>>> 
>>>> As for using Python instead of Java: I based that on the assumption that 
>>>> (at
>>>> least in the LibreOffice community) there are more people willing to work 
>>>> on
>>>> the first than on the second. I might be wrong.
>>>> 
>>>> @Florian: So if there are not a few people showing up saying "I would help 
>>>> out
>>>> with Python, but unlikely with Java" (which did not happen yet), just go 
>>>> ahead with
>>>> Java, if you prefer that. It was based on my gut feeling, and gut feelings
>>>> might be wrong.
>>>> 
>>>> Best,
>>>> 
>>>> Bjoern
>>>> ___
>>>> List Name: Libreoffice-qa mailing list
>>>> Mail address: Libreoffice-qa@lists.freedesktop.org
>>>> Change settings: 
>>>> http://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/
> 
> -- 
> Jay Lozier
> jsloz...@gmail.com
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Bisect GUI for Windows

2014-04-19 Thread Florian Reisinger
Hi,

Today I restarted with Java, as the Mono-solution is not compatible with 
Linux... Stay tuned. PS: I do have problems to create a .JAR at the moment, but 
compiling with Eclipse and IntelliJ Idea Help appreciated, same repo 
(https://github.com/reisi007/Bibi-GUI).

Liebe Grüße, / Yours,
Florian Reisinger

> Am 18.01.2014 um 20:08 schrieb Florian Reisinger :
> 
> Hi,
> 
> Today I started looking into the library - promising,but maybe I need advice 
> about skripting binary search with skip [in a performant way]...
> 
> Stay tuned ;)
> 
> Liebe Grüße, / Yours,
> Florian Reisinger
> 
>> Am 18.01.2014 um 17:33 schrieb "Bjoern Michaelsen" 
>> :
>> 
>> Hi,
>> 
>> sorry, I missed/skipped over this mail and only now stimbled over it.
>> 
>>> On Mon, Jan 13, 2014 at 09:59:13AM +0100, Florian Reisinger wrote:
>>> However, looking at Björn, cloph, have YOU done anything up to now
>>> or should I start to look into the library?
>> 
>> No, I found no time at all for that unfortunately. So no advise or guidance
>> from my side really, just go ahead with what makes most sense to you.
>> 
>> Best,
>> 
>> Bjoern
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Version field options way too fine grained

2014-03-14 Thread Florian Reisinger

Hi,

It is just a matter of querying...
All unconfirmed bugs for 4.2 release:

https://bugs.freedesktop.org/buglist.cgi?f1=version&list_id=404608&o1=regexp&query_format=advanced&bug_status=UNCONFIRMED&v1=%5E4%5C.2&product=LibreOffice

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] 4.2.1 is a Stable version???

2014-03-08 Thread Florian Reisinger

Hi Pedro,

I agree with you. It might be wise to make the stable version much more 
visible :) [LibreOffice release versions are: 4.1.5 4.2.1 ]


Am 08.03.2014 11:00, schrieb Pedro:

http://www.libreoffice.org/download/libreoffice-fresh/

Since when an x.x.1 version is Stable???

"LibreOffice is available in the following stable versions:
 4.1.5
 4.2.1
"

You (TDF) don't even follow your own rules. This is all a joke!

I guess you have still haven't understood why LibreOffice credibility isn't
growing and OpenOffice (in spite of being well behind LO in features) is
still the name that people care about... It's because of Quality!!!

As long as Marketing is more important than Quality, this won't change.

My disappointed 2 cents...



--
View this message in context: 
http://nabble.documentfoundation.org/4-2-1-is-a-Stable-version-tp4100538.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] QA call today?

2014-02-24 Thread Florian Reisinger
Hi,

I guess so :) 

Liebe Grüße, / Yours,
Florian Reisinger

> Am 24.02.2014 um 10:23 schrieb Sophie :
> 
> Hi all,
> 
> Do we have our regular QA call today?
> 
> Cheers
> Sophie
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] bug 61167

2014-02-21 Thread Florian Reisinger

Hi k-j, Sophie;

@k-j:   :D
@Sophie: Commented and closed (again).

@other QA admins: Pls have a look too ;)


Am 21.02.2014 10:33, schrieb klaus-jürgen weghorn ol:

Am 21.02.2014 10:07, schrieb Sophie:

Hi all,

Just for information, this
https://bugs.freedesktop.org/show_bug.cgi?id=61167
is not a bug and works as designed :)


Nice comments
My favorite:
"Please write in English if you wish to comment."




--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Update on Bisect GUI 4 Windows

2014-02-12 Thread Florian Reisinger

Hi,

If you want to check the SELF WRITTEN bisect algorithm, here are the 
code pointer:
https://github.com/reisi007/Bibi-GUI/blob/master/GitBisectGUI/Form1.cs#L65 
--> What happens after clicking start???
https://github.com/reisi007/Bibi-GUI/blob/master/GitBisectGUI/Form1.cs#L140 
--> After checking the first and the last commit of the repo, what is 
the next step?



Am 12.02.2014 14:50, schrieb Bjoern Michaelsen:

Hi,

On Sat, Feb 08, 2014 at 10:12:24AM +0100, Florian Reisinger wrote:

You can find a first version here: http://florei-libo.115.at/QA/monoBibiGUI/
Basically it is working

Awesome!

Sorry for not giving much guidance here, but I really didnt find the time to
set up some Windows box. But I see others are more home on that platform are
already eager to test and provide feedback!

Best,

Bjoern
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Please test Windows Bibisect

2014-02-11 Thread Florian Reisinger
Hi,

Not everything is done yet. You need a WIN bisect repo, extracted in a folder, 
which you select. Now you need to select the folder and hit start bisect 
http://dev-downloads.libreoffice.org/bibisect/win/ <-- WIN test repo

What does not work?
- Downloading, extracting updating
What is slow?
- Bisecting (The builds are 1 GB, so for the size it is quick, but for endusers 
it is far too slow)

Liebe Grüße, / Yours,
Florian Reisinger

> Am 11.02.2014 um 10:27 schrieb Adam Fyne :
> 
> 
> 
>> On Tue, Feb 11, 2014 at 7:57 AM, Joel Madero  wrote:
>> Florian has done some incredible work here
> Thanks a lot, Florian!
>  
>> but we need some testers. If you have a windows machine please try to 
>> download the bibisect and play
>> around with it. You can report any problems directly to this thread as
>> it'll be monitored by both myself and Florian. Thanks!
> Is it possible to have some short explanation on how to use the tool?
> (besides filling in the location of the local repo & remote repo) 
> I'll try to have some cycles for testing it this week.
> 
>> http://florei-libo.115.at/QA/monoBibiGUI/
> Almost registered for a garbage website by mistake =) 
> 
>> @Florian - really incredible work, thank you for your continuing support
>> of the project :)
> +1
>  
> 
> -- 
> 
>   
> Adam Fyne
> 
> Twitter | LinkedIn | Facebook | Blog
>   
>  
> 
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Update on Bisect GUI 4 Windows

2014-02-08 Thread Florian Reisinger

Hi,

Mistake, but it _should_ work ;)


Am 08.02.2014 17:10, schrieb Pedro:

Hi Florian


Florian Reisinger wrote

You can find a first version here:
http://florei-libo.115.at/QA/monoBibiGUI/
Basically it is working

It doesn't work under Windows XP Pro x86 SP3. It reports that
"GitBisectGUI.exe is not a valid Win32 application"

This usually means that the binary is x64 compatible only. Is this a current
limitation or was it a mistake?

Cheers,
Pedro



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Update-on-Bisect-GUI-4-Windows-tp4095824p4096224.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Update on Bisect GUI 4 Windows

2014-02-08 Thread Florian Reisinger

Hi,

You can find a first version here: http://florei-libo.115.at/QA/monoBibiGUI/
Basically it is working
The bad thing is: A commit needs ~2:36 to checkout
FYI: The size of a commit (on disk) is 1,03 GB, a master parallel 
installation is @450 MB --> Speedup 100%+ (I guess 1:10 to extract) Can 
this optimization be done???


Hear you all on Monday :)

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] qa.libreoffice.org - feedback

2014-02-07 Thread Florian Reisinger
Hi Joel,

I am not in the qa-admin "ML"

Liebe Grüße, / Yours,
Florian Reisinger

> Am 07.02.2014 um 20:15 schrieb Joel Madero :
> 
> Hi All,
> 
> Is someone tackling these? I've seen a few inquiries come in through the
> qa.libreoffice.org site (email to qa-ad...@libreoffice.org) coming
> through. I haven't responded but want to make sure they are getting
> attention :)
> 
> 
> Best,
> Joel
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Update on Bisect GUI 4 Windows

2014-02-06 Thread Florian Reisinger

Hi,

Okay, I am step further That's the good news The bad one is: A 
checkout needs ~2:36. I will aks the lib2git sharp guys, but that's 
above my scope [it's boring to test it, if you need 2 steps done, which 
needs 6 min..


If someone wants to see the source, please mail me ;)

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Proposed mass bug change

2014-02-01 Thread Florian Reisinger

Hi,

For statistic purpose it would be nice to clean out all RESOLVED bugs ( 
https://bugs.freedesktop.org/buglist.cgi?order=Importance&list_id=389594&chfieldto=Now&chfield=bug_status&query_format=advanced&chfieldfrom=-12m&chfieldvalue=RESOLVED&bug_status=RESOLVED&product=LibreOffice 
), currently 6741 [which is a good number] to their CLOSED state ( e.g 
RESOLVED -> NOTABUG to CLOSED -> NOTABUG). The total number of closed 
bugs would jump from ~1100 to ~8000 and the resolved from ~14500 to 8000.


Why this is important? RESOLVED can and should be changed back (RESOLVED 
-> WFM 1 person says it works for him). Closed is something like "buried 
in the grave of bugzilla".


I hope you agree, that "RESOLVED" is somewhat temporary and "CLOSED" as 
the final step


PS: Sorry for being little active. Background work for the Bisect 
GUI is all I can do now :(


--
Liebe Grüße | Yours,
Florian Reisinger


___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Bisect GUI for Windows

2014-01-18 Thread Florian Reisinger
Hi,

Today I started looking into the library - promising,but maybe I need advice 
about skripting binary search with skip [in a performant way]...

Stay tuned ;)

Liebe Grüße, / Yours,
Florian Reisinger

> Am 18.01.2014 um 17:33 schrieb "Bjoern Michaelsen" 
> :
> 
> Hi,
> 
> sorry, I missed/skipped over this mail and only now stimbled over it.
> 
>> On Mon, Jan 13, 2014 at 09:59:13AM +0100, Florian Reisinger wrote:
>> However, looking at Björn, cloph, have YOU done anything up to now
>> or should I start to look into the library?
> 
> No, I found no time at all for that unfortunately. So no advise or guidance
> from my side really, just go ahead with what makes most sense to you.
> 
> Best,
> 
> Bjoern
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Bisect GUI for Windows

2014-01-13 Thread Florian Reisinger

Hi,

I have been trying to do the GUI, with git in the background. Well it 
didn't work out well.


I wrote a email to cloph and Björn (yes, that's why I am CC'ing you). It 
definitely won't work to "steer" git bash via a program.


Fortunately there are tons of git libraries online, unlucky for us noone 
of them is implementing bisect :D.  IMHO it is time to make the effort 
and reimplement git bisect using this library: http://libgit2.github.com/
As you know, my favorite language is C# (Mono). In dark theory we could 
(theoretically) build a git Bisect GUI for Win,Linux Mac


However, looking at Björn, cloph, have YOU done anything up to now or 
should I start to look into the library?


@Anyone: Any thoughts??

PS: Most likely I will start in February, so we have some time to discuss :D

--
Liebe Grüße | Yours,
Florian Reisinger

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] The term "Online Help" (was: Use of abbreviations in this ML)

2014-01-11 Thread Florian Reisinger
Hi,

Maybe "Help available online" or "Help (Online)"..?

Liebe Grüße, / Yours,
Florian Reisinger

> Am 11.01.2014 um 20:27 schrieb Pedro :
> 
> Hi Thomas, all
> 
> 
> Thomas Hackert wrote
>> As soon as I read your "Internet Help" above, I got a 
>> different idea of it than you intended ...
> 
> Fair enough. Actually Internet Help could mean a link to a Forum or
> anything...
> 
> "Help on the web"? HOW in opposition to OFH (OFfline Help)?
> 
> Cheers,
> Pedro
> 
> 
> 
> --
> View this message in context: 
> http://nabble.documentfoundation.org/Libreoffice-qa-The-term-Online-Help-was-Use-of-abbreviations-in-this-ML-tp4091690p4091745.html
> Sent from the QA mailing list archive at Nabble.com.
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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] Crashes in Draw

2013-12-03 Thread Florian Reisinger

Hi,

In the last half year I used Draw a lot and it crashes quite regularly. 
What it might have in common: Loaded from PDF in Draw. Anyone a hint/ 
experiencing the same?


--
Liebe Grüße! Yours,

Florian R.

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/


Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread Florian Reisinger
Hi,

I am voting for "libo" only ;)

Liebe Grüße, / Yours,
Florian Reisinger

> Am 01.12.2013 um 19:31 schrieb Robinson Tryon :
> 
> On Thu, Nov 21, 2013 at 1:52 PM, Robinson Tryon
>  wrote:
>> Hi all,
>> 
>> Let's pick a new abbreviation to use for our bugtracker :-)
>> ...
>> If there's no obvious winner after a few days, we can take a vote.
> 
> Well...looks like it's time to take a vote :P
> 
> Voting Rules:
> * Please vote for as many of the listed choices as you like (Approval Voting)
> * Per our discussion, I'm reserving 'tdf' for future use
> * If there's no clear winner, we can have a run-off
> 
>> Here's the list (in alphabetical order):
>> * blo
>> * lbz
>> * libo
>> * lo
>> * lob
>> * lobz
> 
> Thanks,
> --R
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://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/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-11-21 Thread Florian Reisinger
Hi,

> Am 21.11.2013 um 19:52 schrieb Robinson Tryon :
> 
> Hi all,
> 
> Let's pick a new abbreviation to use for our bugtracker :-)
> 
> Per our last meeting, I talked with the ESC about abbreviations:
> https://wiki.documentfoundation.org/QA/Meetings/2013/December_02#PENDING_ITEM:_Bugzilla_Migration_etc.
> 
> The ESC gave a few more suggestions, and said that the people doing
> the work should choose -- so I figured I would email out to all of our
> marvelous QA contributors and ask them to weigh-in!
> 
> For the next couple of days, please provide comments on the proposed
> names. I suggest that you provide simple, direct reasons in favor of
> (or against) particular names.
> 
> If there's no obvious winner after a few days, we can take a vote.

VOTED

> 
> Here's the list (in alphabetical order):
> * blo

Adapts the current name shema..

> * lbz

Difficult to speak out as a word

> * libo

I guess, that this is my favorite

> * lo

I dislike that

> * lob

Would use this instead

> * lobz

Difficult to spell

> * tdf

LibreOffice != TDF, that, why I dislike that

> 
> Cheers,
> --R

Liebe Grüße, / Yours,
Florian Reisinger
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

Re: [Libreoffice-qa] Changes BSA

2013-11-17 Thread Florian Reisinger
Hi Rob,


> Am 17.11.2013 um 18:23 schrieb Rob Snelders :
> 
> Hi All,
> 
> I have changed the BSA in multiple ways this weekend.
> 1. The login-procedure now uses XMLRPC. Other parts will follow.
> 2. I changed the css for the select-boxes and error-box.
> 
> I tested it with firefox and IE. But of more people can test if they still 
> can file a bug and the GUI still looks ok, that would be better.
> If you file a test-bug please mention it's a test-bug in the subject. And 
> when you have filed it move it to component "deletionrequest" and close the 
> bug (status->RESOLVED and then status->CLOSED).
> 
> Sophie: The way the French BSA is on the website it doesn't work. It should 
> be loaded in the website as the english one is. Just copy the html in the 
> page to the page for the French BSA and adjust the link to bug_fr.html (in 
> the same directory). If you can't do it maybe Cloph can help you?
> 
> Also I need (again) some strings changed:
> - Invalid username or password.
> - Account temperarily disabled. Please try again in 30 minutes.

Isn't that temporarily? 

> - New password required. Please go to bug.libreoffice.org to change your 
> password.

It is http://bugs.libreoffice.org

> - Account already exists.

WHAT we can register @ BSA cool

> - Illigal email-address. Please use a different email-address.
> - Unknown error occured. Please try again later.
> 
> -- 
> Many thanks,
> Rob Snelders

Liebe Grüße, / Yours,
Florian Reisinger
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

  1   2   3   >