- 27 Kas, 2012 9 kayıt (commit)
-
-
Stephan Bergmann yazdı
...instead of just telling the user to restart manually. The one existing dialog (duplicated into svtools and cui) that got replaced by this is the dialog asking to restart when the choice of JVM changed. There are more similar dialogs that would benefit from replacing them, like RID_SVX_MSGBOX_OPTIONS_RESTART (cui/source/options/optjava.src), but that one is called when closing a dialog nested within the Options dialog, and calling OfficeRestartManger.requestRestart in such a nested situation still leads to a crash. The design idea is that when more similar dialogs are replaced, restartdialog.ui contains a list of hidden GtkLables with the appropriate prose why a restart is required in the given case, and restartdialog.hxx's RestartReason enum contains corresponding values that will show exactly one of those GtkLables. The new svtools/uiconfig/ui/restartdialog.ui is probably still pretty rough and could benefit from some UX love. Change-Id: Id939188ee22f24301a8a3598b83afb31339bded5
-
Michael Stahl yazdı
System Python 2 can still be used by setting PYTHON, PYTHON_CFLAGS, PYTHON_LIBS manually. Change-Id: I4c2eccad3866ae2b037752e9e06768c444e0aa9a
-
Michael Stahl yazdı
Mac specific parts of patch by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
-
Michael Stahl yazdı
Change-Id: I42e2de6b4837c2fa334003e670a1aed8881476e5
-
Michael Stahl yazdı
Change-Id: I273b800c36038be64cdc9f85872ee95983077da7
-
Tor Lillqvist yazdı
No need for a __DLLEXTENSION macro that is used nowhere else, and which is in the namespace reserved for the compiler implementation (two initial underscores) even. Just one #ifdef tree is enough. Change-Id: Ib2612ceba385250792c52066a720b220eb294aea
-
Maxime de Roucy yazdı
In the format paintbrush function : Apply the paragraph automatic attributes to all the nodes in the selection instead of just the last node. Change-Id: I655f00cbf44d3d80c19a7ef623bc1c7cb505ead9
-
Stephan Bergmann yazdı
c988da28 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
-
Ricardo Montania yazdı
Change-Id: Icfcd96432327873f23351a85f8015f0a945dbf47 Reviewed-on: https://gerrit.libreoffice.org/1174Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
- 26 Kas, 2012 31 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I9d251964d5fd00789dc831b7e55684c772c65fdf
-
Michael Stahl yazdı
Change-Id: Iaf887b7a6f228b39aa05104c56618cd1a02c7227
-
Xisco Fauli yazdı
Change-Id: Ic80b77f90635f58ab7e90da8b1c5e7d34a43d0f6
-
Xisco Fauli yazdı
Change-Id: I6f878d454a264f2c5a9c450b09d690b0230fb89a
-
Xisco Fauli yazdı
Change-Id: I87865aa01b1c05f46d39ab98279d3dc67df23c78
-
Xisco Fauli yazdı
Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af
-
Xisco Fauli yazdı
Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128
-
Xisco Fauli yazdı
Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41
-
Xisco Fauli yazdı
Change-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7
-
Xisco Fauli yazdı
Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815
-
Peter Jentsch yazdı
Change-Id: I437b936e37ab577f29736bf413312ba9af393987
-
Markus Mohrhard yazdı
Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb
-
Markus Mohrhard yazdı
Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9
-
Markus Mohrhard yazdı
Change-Id: I61287dc910fb168c18fa7c9e46b8c29ae1300858
-
Michael Stahl yazdı
Change-Id: I568dc7c83cf60f2782ac730dc5efcb0e4b8de8a2
-
Christian Lohmaier yazdı
Change-Id: I0815aa0f5b50166f626f721be56969c0afd655a8
-
Michael Stahl yazdı
The following badly designed interfaces and services were deprecated in OpenOffice.org 3.0 and are now remove from the API: com.sun.star.document.DocumentInfo com.sun.star.document.StandaloneDocumentInfo com.sun.star.document.XDocumentInfo com.sun.star.document.XDocumentInfoSupplier com.sun.star.document.XStandaloneDocumentInfo The supported replacements for these have been introduced in OOo 3.0: com.sun.star.document.XDocumentProperties com.sun.star.document.XDocumentPropertiesSupplier com.sun.star.document.DocumentProperties http://www.mail-archive.com/interface-announce@openoffice.org/msg00432.html Remove the implementation of these interfaces and services in sfx2 (SfxBaseModel, objuno.cxx) Also remove unit tests for these services in qadevOOo and sfx2. Conflicts: offapi/type_reference/types.rdb Change-Id: Ib0b48a4e53a8079c82fac3bb49a829812f8e5256
-
Michael Stahl yazdı
... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
-
Ricardo Montania yazdı
Change-Id: I5412773f9cebc633a78ee5733b62f64b6d1599d4 Reviewed-on: https://gerrit.libreoffice.org/1068Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Rene Engelhard yazdı
Change-Id: If25d4d1d583caace32934d7a7230bb86330cfbed
-
Peter Jentsch yazdı
Change-Id: I9788e80829e4e9af17b4e2fd203849ca0b5e9899
-
Ivan Timofeev yazdı
Change-Id: I2e9b825110ed2e83c053b2084c4e6c868d1e9d9f
-
Ivan Timofeev yazdı
Change-Id: I65d305b07dba5ddd80a108d5ef1b36f75eb67243
-
Caolán McNamara yazdı
Change-Id: I0325f42e78efbf819c6883b69d5a8903e05ac36e
-
Samuel Mehrbrodt yazdı
As discussed in http://nabble.documentfoundation.org/Libreoffice-ux-advise-New-Layout-for-Insert-Table-Dialog-td4020074.html Change-Id: Icd1a77d845aa14a918077ccefd7f9892ad05f199 Reviewed-on: https://gerrit.libreoffice.org/1172Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67
-
Tor Lillqvist yazdı
Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522
-
Tor Lillqvist yazdı
Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533
-
Tor Lillqvist yazdı
Use the wildcard function to get all ibraries and component, like for Android. (We won't of course actually link in all code from allof them, just what gets referenced to by the getFactory methods referenced in docloader.mm. Plus possibly unintentionally other stuff, to be investigated...) Change-Id: I6516964c83e7bf120de586550c40615b4337f760
-
Tor Lillqvist yazdı
Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8
-
Zolnai Tamás yazdı
Change-Id: I329c72fdca6ade502d4fdedaccc410dd4b7ea874
-