1. 27 Kas, 2012 9 kayıt (commit)
    • Stephan Bergmann's avatar
      Introduce a Restart dialog that allows to automatically restart LO · 872d7622
      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
      872d7622
    • Michael Stahl's avatar
      configure: switch system Python minimum to 3.3 · 602b7463
      Michael Stahl yazdı
      System Python 2 can still be used by setting PYTHON, PYTHON_CFLAGS,
      PYTHON_LIBS manually.
      
      Change-Id: I4c2eccad3866ae2b037752e9e06768c444e0aa9a
      602b7463
    • Michael Stahl's avatar
      Switch from python to python3 · 38a22a90
      Michael Stahl yazdı
      Mac specific parts of patch by:
      Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
      
      Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
      38a22a90
    • Michael Stahl's avatar
      warning C4805: '!=': unsafe mix of bool and sal_Bool · 6f8f95fe
      Michael Stahl yazdı
      Change-Id: I42e2de6b4837c2fa334003e670a1aed8881476e5
      6f8f95fe
    • Michael Stahl's avatar
      dbaccess: warning C4530: C++ exception handler used ... specify /EHsc · 59a9bac2
      Michael Stahl yazdı
      Change-Id: I273b800c36038be64cdc9f85872ee95983077da7
      59a9bac2
    • Tor Lillqvist's avatar
      Simplify SVLIBRARY · b0505048
      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
      b0505048
    • Maxime de Roucy's avatar
      fix bug 53508 · df25641b
      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
      df25641b
    • Stephan Bergmann's avatar
      fdo#46808: Missing adaptions to XFolderPicker2 · cc360f0a
      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
      cc360f0a
    • Ricardo Montania's avatar
      Some ::rtl::OUString -> OUString in canvas · 41f08d42
      Ricardo Montania yazdı
      Change-Id: Icfcd96432327873f23351a85f8015f0a945dbf47
      Reviewed-on: https://gerrit.libreoffice.org/1174Reviewed-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
      Tested-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
      41f08d42
  2. 26 Kas, 2012 31 kayıt (commit)