- 24 Agu, 2014 11 kayıt (commit)
-
-
Aurimas Fišeras yazdı
Change-Id: Id4eeb42bbbaec979f60b57ddab2794b38f1e3157 Reviewed-on: https://gerrit.libreoffice.org/11090Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Aurimas Fišeras yazdı
Change-Id: I08c82639da2acd5830fa69044b252217b69c5e62 Reviewed-on: https://gerrit.libreoffice.org/11089Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Samuel Mehrbrodt yazdı
The general idea is to encourage use of the sidebar instead of floating windows (for Navigator, Styles&Formatting and Gallery) Changes: * Show the sidebar by default in Writer & Impress * Remove the Gallery floating window (Gallery now always opens in the sidebar) * Remove all Gallery, Navigator and Styles&Formatting links from the default toolbar in Writer (since they have an icon in the sidebar and the sidebar is shown by default now) * When selecting "More" from the Styles dropdown, the Stylelist opens in the sidebar instead of the floating window This has all been discussed extensively here: https://bugs.freedesktop.org/show_bug.cgi?id=73151 Change-Id: I3a0461d1472711da7121801000af294b432fccb1 Reviewed-on: https://gerrit.libreoffice.org/11077Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Maxim Monastirsky yazdı
Change-Id: If52532b8e8ca38e82fd95c13080d521d9cb529aa
-
Chris Sherlock yazdı
Change-Id: I5eb2428f4c71e5aa9bfc0bf71c06d87be039ad3b
-
Tor Lillqvist yazdı
Change-Id: I3504e3152ee3969f35c639807ac2fb0753a8aa62
-
Thomas Arnhold yazdı
Otherwise the Deck will be changed, but not shown... Change-Id: I4be7756542a8c21a616e7615ef40535e7310b90c
-
Thomas Arnhold yazdı
Change-Id: I921a8a0b749df62c50f0ae8cb2de85f6cb459784
-
Thomas Arnhold yazdı
gsDefaultDeckId is "PropertyDeck". Deck "default" does not exist and triggers a fallback, which is the first Deck in the list, which is "PropertyDeck", too. Change-Id: If2daa53d002c6547cc5f6fbed1408719c10b149d
-
Thomas Arnhold yazdı
After clicking on "Close Sidebar Deck" the highlighted icon will now lose its highlight. Change-Id: Iee947641343d46c84af7afb93cd52101e39149f7
-
Philipp Weissenbacher yazdı
Change-Id: I3bc8d82c5689b8a2da1374e42dd70191e2fe8ef3 Reviewed-on: https://gerrit.libreoffice.org/11099Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 23 Agu, 2014 20 kayıt (commit)
-
-
Tor Lillqvist yazdı
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
-
Julien Nabet yazdı
Change-Id: I8b958a847495fe9949829453dcc259a9a6467b83
-
Tor Lillqvist yazdı
Put the vcl Cursor in the vcl namespace. Avoids collision with the Xlib Cursor typedef and some ancient Carbon (?) Cursor typedef on OS X. Change-Id: I7af770c522b5774c87f58cc079ced9fc1bcc88b0
-
Andras Timar yazdı
Change-Id: Iaf4a6e5eb8291d78835a391894ba1b1cc675390a
-
Andras Timar yazdı
Change-Id: I06bcf0d2cc8c4915eff3658905087be6a2eadca6
-
Andras Timar yazdı
Change-Id: I62ebf7f7bc10a81a3949b0aad6e6353619ef6b22
-
Andras Timar yazdı
This reverts commit 3bfac473. With Matus Kukan's work, which packs .ui files into .zip archives, file count is reduced dramatically. Multiple .cab files won't be a problem in theory, but unfortunately both .cab files had the same disk id 'DISK1' and it caused problems with MSP patch generation.
-
Jean-Pierre Ledure yazdı
The workaround to bug https://www.libreoffice.org/bugzilla/show_bug.cgi?id=60752 has been removed. Bug corrected in LO 4.0.2 End of support of Access2Base under LO 4.0.0 and 4.0.1 Change-Id: Ide5046ce4a44096bca42eaf14c4dc96c59958e16
-
Jean-Pierre Ledure yazdı
An implicit (Terminate_Class) and an explicit (Dispose) method have been created to stimulate better memory management. Change-Id: I240e5117db6bf0d1fcf268e3ddf6d67e0bc1b8eb
-
Miklos Vajna yazdı
Commit af7d4a5e (n#820503: initial MCE support in writerfilter ooxml tokenizer, 2013-07-03) added these, but in fact only the namespace-alias part was necessary. Now that oox provides the list of namespaces to be registered, it can be removed completely. Change-Id: If8f1b0c07602a0170c63b53d806a5b466d485747
-
Julien Nabet yazdı
I applied a part of the fdo#79276 fix Change-Id: I4716c06bfd25efe45a19295e0f5fd7cd1b8b0568
-
Julien Nabet yazdı
Test if there's indeed a subnode before testing its type Change-Id: I1bb32652ceb82b0818a8d2cd8d71b46dd96ef2aa Reviewed-on: https://gerrit.libreoffice.org/11050Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Thomas Arnhold yazdı
Change-Id: I39604cf13d1e5714f701dd663ab37a8aed924fa2
-
Thomas Arnhold yazdı
Changes made: * Rename "Back" to "Reset" like in other dialogs (eg. Writer - Format - Character). * Apply-Button, which reflects the old behavior of the dialog, and doesn't close it automatically. * Added an OK-Button, which applies the changes made and automatically closes the dialog. With this both use cases should be handled: * Inserting one single URI with simple close. * Modifying multiple URIs without closing the dialog. Hopefully all users are happy with this ;) Change-Id: I1881dee083945cd165fbb8f8444395c1b04a0607 Reviewed-on: https://gerrit.libreoffice.org/10946Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
* Add help button to Conditional format manager * HIG-ify with frame Change-Id: I54a77a8e33a9bbbc1dd9b64cb4997a21c2e1a318 Reviewed-on: https://gerrit.libreoffice.org/11079Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
* Add help button to contitional format dialog * HIG-ify with frames Change-Id: Iea34bc7b6b14f26d8eb29557610baa7160238c5d Reviewed-on: https://gerrit.libreoffice.org/11078Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
Change-Id: I9602fbb7edd7c7370a806cc0a61b3743a13229de Reviewed-on: https://gerrit.libreoffice.org/11080Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Kohei Yoshida yazdı
And remove BIFF-only records from the Xml variant. Change-Id: Ia18cc079d9a9249fbbe0c328b14b719fba8d6bbf
-
Kohei Yoshida yazdı
To reduce complexity in each method, and remove records that are specific to binary export form the Xml variant. Change-Id: I6c66054b99dd8cded5767610f2390952b59caf23
-
Kohei Yoshida yazdı
Change-Id: I9540fa32ca6a4ce041e15b272a049fcdf267fb0c
-
- 22 Agu, 2014 9 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Idc94174662eee5a75a6b467e47cbf9027e3ba224
-
Eike Rathke yazdı
Change-Id: Ib3caed607a5ca1b5ce82de0472223c7bdc8f7f54
-
Eike Rathke yazdı
Change-Id: Ia12b10a44b7d90344a009753ddae801b7d58dddf
-
Matúš Kukan yazdı
Change-Id: Ie3e6e2f0a498f0871e8b757cd7ab73fa4eba0060
-
Marcos Paulo de Souza yazdı
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h header was necessary in some cases because of a macro or a typedef that was needed. Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9 Reviewed-on: https://gerrit.libreoffice.org/11075Reviewed-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Matúš Kukan yazdı
Change-Id: Ice90e519bbd32a12de59d696a6dfedaaf45bd45e
-
Caolán McNamara yazdı
Change-Id: I34e9a98586b795a3fa31ae775aee7898b36e65d4
-
Eike Rathke yazdı
Change-Id: I001f29dca5f2a01d70115bb309c99c64c4a65efb
-
Eike Rathke yazdı
Change-Id: I073b6f985c4a67f56319e03790b2bceee2f957ff
-