- 15 Nis, 2019 1 kayıt (commit)
-
-
andreas kainz yazdı
Change-Id: I6eb682acd0616162837809a9f89dfb2c66efb505 Reviewed-on: https://gerrit.libreoffice.org/70787 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
- 06 Mar, 2019 1 kayıt (commit)
-
-
andreas kainz yazdı
Change-Id: I5acecb3292c1b4ef6aa2dfdc38775ed5bb81324a Reviewed-on: https://gerrit.libreoffice.org/68806 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
- 09 Eki, 2018 1 kayıt (commit)
-
-
heiko tietze yazdı
UNO command SID_GETINVOLVED added with access to the website from all main menus under Help Dispensable ellipsis removed from other UNO commands around Help Change-Id: I79536be3de31f55a7b208bcdd5a243e05b3d3668 Reviewed-on: https://gerrit.libreoffice.org/61238 Tested-by: Jenkins Reviewed-by:
Heiko Tietze <tietze.heiko@gmail.com>
-
- 14 Haz, 2018 1 kayıt (commit)
-
-
andreas kainz yazdı
Change-Id: I9b7e31f2335f01e20ee71137fdb2fd0315f3bd91 Reviewed-on: https://gerrit.libreoffice.org/55542Reviewed-by:
Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Jenkins
-
- 23 May, 2018 1 kayıt (commit)
-
-
Christian Lohmaier yazdı
according to framework/dtd/toolbar.dtd – and having the same ID everywhere also is kinda pointless.. Change-Id: Ia7768be2f951886e39e24d78fc6d69b4f3c84235 Reviewed-on: https://gerrit.libreoffice.org/54665Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
- 04 Tem, 2017 1 kayıt (commit)
-
-
Olivier yazdı
The full implementation depends on infra Task #2179 https://redmine.documentfoundation.org/issues/2179 revision1: change to https, per demand of #2179 Removed ellipsis Code changed as suggested Change call to pass BCP47 string, with language as fallback. task #2179 will be reviewed accordingly. Change-Id: I573542da0f394d7128faab0106df852d622c98b3 Reviewed-on: https://gerrit.libreoffice.org/34693Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
- 05 Şub, 2017 1 kayıt (commit)
-
-
Maxim Monastirsky yazdı
... so it won't show as an empty submenu in the customization dialog, and allow accidentally overwriting it. Change-Id: I9431e5240485a58f63a2333850a9052e475db63e
-
- 19 Eki, 2016 1 kayıt (commit)
-
-
Olivier Hallot yazdı
Add the entry "Documentation" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/documentation/?&LOlang=<locale> <locale> is obtained from .getLocale() Patch2: create a member with try/catch for external URLs Patch3 Use sfx2::openUriExternally Revert to User Guides.. in UI. Change-Id: I8332253c31bd3be330cdd794f9e056b632b38037 Patch4: remove 1st '&' in URLs Reviewed-on: https://gerrit.libreoffice.org/28817Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
- 10 Eki, 2016 1 kayıt (commit)
-
-
Samuel Mehrbrodt yazdı
Change-Id: I1843767160b79041c42e506eff0cf39399c74f26 Reviewed-on: https://gerrit.libreoffice.org/29668Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
- 11 Agu, 2016 1 kayıt (commit)
-
-
Olivier Hallot yazdı
Add the entry "~Get help online" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/forum/?&LOlang=<lang> <lang> is obtained from .getLocale() That in turn will redirect to e.g. askbot (but only few languages are using it at the moment) or other nl-specific resources. (nl-projects can request corresponding targets from infa, without the need to change the code – cf rdm#1983) The link can/should be extended to also include the version of LO and the currently used module to allow finer grained redirects. Change-Id: I56108dba4dd2684405623c4586103fc8ff9bea56 Reviewed-on: https://gerrit.libreoffice.org/27028Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
- 17 Kas, 2015 1 kayıt (commit)
-
-
Samuel Mehrbrodt yazdı
Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870
-
- 03 Şub, 2014 1 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: Ic94ed52bbe0e5c612258fa56a970d61de0972eb3
-
- 23 Nis, 2013 1 kayıt (commit)
-
-
Zolnai Tamás yazdı
Change-Id: Ide4697e6903c9550d31ea22ff0a5881878fddacf
-
- 03 Nis, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
-
- 04 Mar, 2013 1 kayıt (commit)
-
-
Zolnai Tamás yazdı
In Query Properties Dialog can be set properties like distinct values and limit. To open choose Edit\Query Properties. Steps of implementation: - Add new slot to Edit menu (menubar.xml): delete the slot of distinct values, because it can set in this dialog too - Separate LimitBox class from limitboxcontroller.cxx (LimitBox.hxx\cxx) With it only LimitBox header is included in the dialog source. - Extend LimitBox class to work with new layout widget (make... and GetOptimalSize()) and add it to the galde catalog - Make a class for the new dialog (QueryPropertiesDialog.hxx\cxx) and write the .ui file. (querypropertiesdialog.ui) - Syncronize the two LimitBox (querycontroller.cxx) Change-Id: Ib84bef5a2ed55030333d6151342b99ff27766538
-
- 25 Şub, 2013 1 kayıt (commit)
-
-
Zolnai Tamás yazdı
Levels of implementation - Add a new toolbar item to ui (designobjectbar.xml) - Make a control for this element( LimitBox: derived from NumericBox) - Make an own controller for this control (LimitBoxController) and register it - Add new feature to the general\central controller (OQueryController) and construct a communication channel between the two controller - Modify the view switching (SQL<->Design) methods to use\set limit value (QueryDesignView.cxx) Conflicts: dbaccess/source/ui/querydesign/QueryDesignView.cxx Change-Id: I0eb09d1d40cfdb9b8a2a57ab8911faca91d5e690 Reviewed-on: https://gerrit.libreoffice.org/1994Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
- 31 Eki, 2012 2 kayıt (commit)
-
-
Cédric Bosdonnat yazdı
Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
-
Cédric Bosdonnat yazdı
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
-
- 03 Tem, 2012 1 kayıt (commit)
-
-
Stefan Knorr (astron) yazdı
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
-
- 19 Haz, 2012 1 kayıt (commit)
-
-
Petr Mladek yazdı
GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8.
-
- 18 Haz, 2012 1 kayıt (commit)
-
-
Stefan Knorr (astron) yazdı
The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by:
Fridrich Štrba <fridrich.strba@bluewin.ch>
-
- 14 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 23 Ock, 2012 1 kayıt (commit)
-
-
Ivan Timofeev yazdı
-
- 26 Kas, 2010 1 kayıt (commit)
-
-
Thorsten Behrens yazdı
-
- 25 Kas, 2010 1 kayıt (commit)
-
-
Thorsten Behrens yazdı
-
- 28 Eyl, 2010 1 kayıt (commit)
-
-
Fridrich Štrba yazdı
-
- 15 Eyl, 2010 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 22 Nis, 2010 1 kayıt (commit)
-
-
Frank Schoenheit [fs] yazdı
slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)
-
- 05 Mar, 2008 1 kayıt (commit)
-
-
Kurt Zenker yazdı
2008/02/11 13:49:26 fs 1.11.134.1: unify the help menu
-
- 10 May, 2007 1 kayıt (commit)
-
-
Kurt Zenker yazdı
2007/02/05 06:33:54 oj 1.10.98.1: #i71071# apply patch
-
- 18 Eki, 2006 3 kayıt (commit)
-
-
Ivo Hinkelmann yazdı
2006/08/07 07:18:17 fs 1.5.276.1: #125087# Execute Query moved to the left, to be more distant from 'Delete Query'
-
Ivo Hinkelmann yazdı
2006/08/07 07:31:05 fs 1.1.2.1: some query design keyboard shortcuts
-
Ivo Hinkelmann yazdı
2006/08/07 07:25:16 fs 1.1.2.1: some query design keyboard shortcuts
-
- 04 Agu, 2006 1 kayıt (commit)
-
-
Ivo Hinkelmann yazdı
2006/07/14 07:57:06 obr 1.9.50.1: #i66949# Moved help menu entry
-
- 26 Nis, 2006 1 kayıt (commit)
-
-
Kurt Zenker yazdı
2006/04/13 15:31:54 kendy 1.7.262.2: RESYNC: (1.7-1.8); FILE MERGED 2006/04/11 17:32:14 kendy 1.7.262.1: #i64286# Remove menu:helpid and menu:label from menu *.xml
-
- 07 Nis, 2006 1 kayıt (commit)
-
-
Vladimir Glazounov yazdı
2006/04/05 06:42:29 cd 1.7.260.1: #134045# Add menu item online update
-
- 17 Şub, 2005 1 kayıt (commit)
-
-
Vladimir Glazounov yazdı
2005/01/13 10:14:55 oj 1.4.18.1: #i40503# remove NativeSql from toolbar
-
- 26 Kas, 2004 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
2004/11/05 10:13:06 cd 1.2.12.3: #i35062# New toolbars from CJ according to spec 2004/10/28 07:41:30 pb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:25:48 cd 1.2.12.1: #i35062# New toolbar structure according to toolbar spec
-
- 16 Kas, 2004 1 kayıt (commit)
-
-
Oliver Bolte yazdı
2004/10/07 15:30:07 toconnor 1.5.8.1: #i35129# change to new macro submenu layout
-
- 09 Kas, 2004 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2004/10/27 06:00:33 oj 1.5.30.1: #i36066# correct view table command
-