summaryrefslogtreecommitdiff
path: root/uui/uiconfig
AgeCommit message (Collapse)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara10-53/+53
* all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
2016-10-03set translatable attributes in .ui filesAndras Timar1-1/+1
Change-Id: Idcdf9fbbc6b980a376fc0b5d607cbb48aa1dc5f1 Reviewed-on: https://gerrit.libreoffice.org/29503 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-08-18tdf#87938 Add descriptive instructions to 2fa dialogYousuf Philips1-23/+79
Change-Id: I0bbe3ae4591785e32467dec8554493f0b549d009 Reviewed-on: https://gerrit.libreoffice.org/28105 Reviewed-by: Szymon Kłos <eszkadev@gmail.com> Tested-by: Szymon Kłos <eszkadev@gmail.com>
2016-06-15This doesn’t need to be translatableAdolfo Jayme Barrientos1-1/+1
Change-Id: I6a79214d24452dc2813d22d60f97eead220a7c5b
2016-05-23Google 2FA: better info for userSzymon Kłos1-2/+24
Google sends SMS with code in format "G-XXXXXX". User should enter only numbers wihout "G-". + added "G-" label which is shown in the Google authentication code request before PIN field Change-Id: I8eaecbbe7b8803269444f947e97ee67c33db61b2
2016-05-16tdf#87938 libcmis: Google 2FA implementationSzymon Kłos1-1/+1
2 Factor Authentication for Google Drive, changes: + parsing additional page with challenge - pin code verification + calling the interaction dialog requesting the code + dialog title changed to more general: Authentication Code + dialog shows url field only if not empty Change-Id: Idb3ebbad6a12849b9e50af87b46324bfbe966bab Reviewed-on: https://gerrit.libreoffice.org/25002 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-05-02Related tdf#98644: In login dialog, give a hint that the password was wrongStephan Bergmann1-0/+28
...by changing the dialog text from "Enter user name and password for..." to "Wrong user name and password for..." when an old password is already given. Change-Id: Ie167c5ea263e9f75e0269c528dc88b69270208f3
2015-08-14left align in the login boxSzymon Kłos1-4/+4
Change-Id: I77248f371ffb714a09cce0ef72e1018b4bbc7498
2015-05-14make hardcoded string localizableAndras Timar1-0/+14
Change-Id: Ie0bc8e8bd5e0770b85130496359e64358e34c836 Reviewed-on: https://gerrit.libreoffice.org/15727 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-20onedrive: Improve fallback dialog and instructionsAdolfo Jayme Barrientos1-49/+73
Reviewed on: https://gerrit.libreoffice.org/13500 Change-Id: I95df1d1b5589f89bfaa48c0833d92e3225b497a6
2014-12-15Authentication fallback dialog for the OneDrive connectionMihai Varga1-0/+96
It asks the user to access an URL in his browser and provide a code from the URL he has been redirected to
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky4-4/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-12-05uui: HIG fixesAdolfo Jayme Barrientos8-72/+49
Change-Id: I92045fe661e4d1d667c860dfd47559d2303ca531 Reviewed-on: https://gerrit.libreoffice.org/13301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos3-3/+3
Second pass. Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d Reviewed-on: https://gerrit.libreoffice.org/11669 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-09semibold->boldCaolán McNamara1-1/+1
Change-Id: I563f4530f2003ea3090cd15696ea53143f7b3aa6
2014-08-20DLG_FILTER_SELECT and DLG_SIMPLE_NAME_CLASH conversion to .uiSzymon Kłos2-0/+267
Change-Id: I2a87330d73e2735a764296185f165a29f05b517c Reviewed-on: https://gerrit.libreoffice.org/11040 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-06-18use warning dialog hig settingsCaolán McNamara1-3/+3
Change-Id: Icde685cc56793e7261515ff1afaf69901d91e2d5
2014-06-18Convert RID_XMLSECDLG_MACROWARN to .uiPalenik Mihály1-0/+225
Change-Id: Icc364804bfe2e6ee05f73c7c0152acbcf7f6fefd Reviewed-on: https://gerrit.libreoffice.org/9798 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-06convert password dialog to .uiCaolán McNamara1-0/+151
Change-Id: I29e58d3992f43c5ee469484d0587843b06663bf1
2013-12-23convert login dialog to .uiCaolán McNamara1-0/+338
Change-Id: I775c87422f05552b7283f9c6f7103a72262f764e
2013-12-22convert unknown authority dialog to .uiCaolán McNamara1-0/+143
Change-Id: Iec8a8826188c81ff3a0e7e563d1f5f1a9921c180
2013-12-21convert ssl warning dialog to .uiCaolán McNamara1-0/+78
Change-Id: I658cc3f1c63f8cfb18463befa3a0efbd92139659
2013-06-13Related: fdo#65595 password dialog has truncated labelCaolán McNamara1-1/+0
Change-Id: I7b18bebb878fc5027109121595e444ef1d6a7cfc
2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara1-1/+1
Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
2013-02-15various efforts to consistently apply HIG rulesCaolán McNamara1-0/+1
Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
2013-02-15move set master password dialog to uui and adapt codeCaolán McNamara1-0/+179
Change-Id: Ic23b7589f48f7b2fc4b8f6e4bc285364b8819081
2013-01-27move entermasterpassword.ui to right place and adapt codeCaolán McNamara1-0/+123
Change-Id: Ia0308990eaf1b87de1c7fd673a2a25a45fcfb366