summaryrefslogtreecommitdiff
path: root/cui/AllLangResTarget_cui.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara1-55/+0
* 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
2017-04-25remove bitmaps from .src filesCaolán McNamara1-4/+0
and into includeable .hlst files, add them to postprocess/CustomTarget_images.mk to continue only including used bitmaps in icon-theme zips Change-Id: I5c24c3eca93a9c4101bcdcacb0e4b2712133968e Reviewed-on: https://gerrit.libreoffice.org/36941 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-16remove unused defines from HRC files in cuiNoel Grandin1-1/+0
Change-Id: I170dfc5970896365322dedf4fb797478653578a0 Reviewed-on: https://gerrit.libreoffice.org/35250 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16unwind resourceCaolán McNamara1-1/+0
Change-Id: I7a951548204745035bd69e4311e5fa1fe91b2d32
2016-08-28screenshot: added functionality to dialogArmin Le Grand1-0/+1
Moved code to cui, added abstraction for AbstractDialog, adapted rendering, changed selection, added better selection visualization, added save ressources and dialog, creating pure screenshot with annotation display Change-Id: I533d9f559ee17cd46105b934bcf4beef87b96168
2016-06-03Move page size listbox from cui to svxKatarina Behrens1-1/+0
make it a custom widget so it is accessible e.g. to sidebar panels Change-Id: Ic36a9a8af96a09fc76efd8e9ae75b8ebdf81717e Reviewed-on: https://gerrit.libreoffice.org/25764 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-04-11RID_SVXSTR_LANGUAGE_RESTART is not needed any more.Jan Holesovsky1-1/+0
Change-Id: I426026938c4cf0e6af22be11dca8e68f991004c0
2014-08-31Resolves fdo#83278: Missing type of directory at "Tools/Options/LODev/Paths"Julien Nabet1-0/+1
Revert "remove unused optpath.src" This reverts commit b11d0a4d2b3b65a9ca06fd1de4ec4502eef2baa9. Change-Id: I9c5f8c15b36c38e94603186cb9d2bb316bf31674
2014-08-22fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold1-1/+0
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/10946 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-17remove unused optpath.srcThomas Arnhold1-1/+0
all definitions are not used and the file is never included. Change-Id: If88fab7843122bf6b5649808ea16c5fe0cc30b12
2014-08-14Removed hardcoded strings.Rachit Gupta1-0/+1
Replaced the hardcoded strings with their CUI_RES equivalents. Change-Id: I1f4e0451839cd9fe10aa9d1c5ae82af9fa13dc4e
2014-07-29Converted RID_SVX_MDLG_HANGULHANJA to Widget Layout.Rachit Gupta1-2/+0
Also, removed the unused hrc/src files. Change-Id: Ice45dde1af7492e40e0847ead06bb26f4e58ed9c Reviewed-on: https://gerrit.libreoffice.org/10595 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-11Convert RID_CUI_DIALOG_COLORPICKER to .uiPalenik Mihály1-1/+0
Conflicts: extras/source/glade/libreoffice-catalog.xml.in Change-Id: I161681859c924cc97afa9886b80005e70fa2a87c Reviewed-on: https://gerrit.libreoffice.org/10210 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-25Resolves: fdo#80423 string resources not built and includedCaolán McNamara1-0/+1
Change-Id: Ib8ece5b151325b473f896294fe059b5b0d166cc6
2014-06-18Convert RID_SVXFLOAT_HYPERLINK_MARKWND to .uiPalenik Mihály1-1/+0
Change-Id: I58d21506ec17d1c0e73dd042b94ec2ee2e3ddf11 Reviewed-on: https://gerrit.libreoffice.org/9803 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-04convert smarttag options page to .uiCaolán McNamara1-1/+0
Change-Id: Iae72fb5debaa5fe642cba940cf6775f5fd927fcd
2014-03-23RID_SVXDLG_SEARCHFORM dialog convertSzymon Kłos1-1/+0
Change-Id: I6c5f1d83733c17a561ec2218f6260794b0c4de37 Reviewed-on: https://gerrit.libreoffice.org/8718 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-14convert certificate path dialog to .ui formatCaolán McNamara1-1/+0
Change-Id: Ifb711805a37f7cd49b6063c5d17aa7a3f5dcfdaa
2014-03-07convert events config page to .uiCaolán McNamara1-1/+0
Change-Id: Ida0a6d1242333497cde9f2ef7a8830602caa0ccb
2014-02-01convert emboss dialog to .uiCaolán McNamara1-1/+0
Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654
2014-01-23convert event assign page to .ui formatCaolán McNamara1-1/+0
Change-Id: I99312fdba95a868c836af6452abec31565f2d067
2014-01-08convert distribute tab page to .uiCaolán McNamara1-1/+0
Change-Id: I6269f199bddcf13c1e412b14f9a5935c62c63fe0
2014-01-05convert callout tabdialog to .uiCaolán McNamara1-1/+0
Change-Id: If16ddb848eb0a46d0d5d91cb6366a6e268cd1b7a
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-1/+4
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-26convert search attribute dialog to .uiCaolán McNamara1-1/+0
Change-Id: Id1d8ac652af38b80d0126bb80f91120d3e12e993
2013-12-26convert grid control show columns dialog to .uiCaolán McNamara1-1/+0
Change-Id: I5518328c2f527b910b78cb20358f4e55acf07ead
2013-12-19convert border background dialog to .uiCaolán McNamara1-1/+0
Change-Id: I661384b04fef7f59c2b4feffe093cf75103d55d1
2013-12-16convert goto record dialog to .uiCaolán McNamara1-1/+0
Change-Id: I2bc2c5837556da73cc60e0e5b906ddb4f01844d9
2013-11-26convert format cells dialog to .uiCaolán McNamara1-1/+0
Change-Id: I451d3e28cc87f82ffb73b4e4c86a134eb1fc117a
2013-11-22convert crop page to .uiCaolán McNamara1-1/+0
Change-Id: I01946f979fc043c5b1ca2777f0af1769e2c8a362
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky1-1/+0
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
2013-09-26Convert optasian page to .ui + adapt code.Jan Holesovsky1-1/+0
Change-Id: Ia3ea3fcf38512431fb99191f230450f26c7b3e2f
2013-09-12Convert connector tab page to widget UIOlivier Hallot1-1/+0
Also: * Rename dimensionline.ui to dimensionlinetabpage for naming consistency * Fix connector and measure dialogs for connectors and dimension lines Change-Id: I921890b33a5f9807a6e12341ef7f374312abfc8b Reviewed-on: https://gerrit.libreoffice.org/5920 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09Convert dimension lines tab page to widget UIOlivier Hallot1-1/+0
Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8 Reviewed-on: https://gerrit.libreoffice.org/5879 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-20Convert position and size dialog to widget UIOlivier Hallot1-1/+0
Change-Id: I283667cd21fee7dd905c5353245317ed90102c96 Reviewed-on: https://gerrit.libreoffice.org/5524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18Convert text dialog to widget UIOlivier Hallot1-1/+0
Change-Id: Ifd1303db2b3da95d80baaace898fc3e93996fa76 Reviewed-on: https://gerrit.libreoffice.org/5486 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-17Convert text attributes tab page to widget UIOlivier Hallot1-1/+0
Conflicts: cui/UIConfig_cui.mk Change-Id: I9332e159a4a4865aac42f601ff1d592fd94a84b5 Reviewed-on: https://gerrit.libreoffice.org/5468 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-17remove various unused dialogsCaolán McNamara1-1/+0
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
2013-08-16convert sw pos/size page to .uiCaolán McNamara1-1/+0
Change-Id: I75cdc5ff2f2b51ef02feba9e380571cd3b7ae803
2013-08-06Convert line dialog to widget UIOlivier Hallot1-1/+0
Change-Id: Idbad94c9f2f946f4d2be9b0a88ac2fdbbbd71e2b Reviewed-on: https://gerrit.libreoffice.org/5287 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-02Convert ImageMap Properties to Widget UIManal Alhassoun1-1/+0
Change-Id: I619b2dab67b22d75839b9968e7e784b5dd5268ad Reviewed-on: https://gerrit.libreoffice.org/5226 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30Convert area dialog to widget UIOlivier Hallot1-1/+0
Conflicts: cui/UIConfig_cui.mk Change-Id: I6464d6af19aa84dee88e7e46cfa46f2ac1ab3660 Reviewed-on: https://gerrit.libreoffice.org/5165 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-04drop unused .src nowCaolán McNamara1-1/+0
Change-Id: I6ec69375dc1023f6f899bc3bb46bccc47e508634
2013-07-03Convert tab stop page to widget UIOlivier Hallot1-1/+0
Conflicts: cui/UIConfig_cui.mk Change-Id: Idd4401966933da1e4de3e3f31f74e2908dd7d705 Reviewed-on: https://gerrit.libreoffice.org/4644 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-07Convert Search in Japanese page to .ui formatFaisal M. Al-Otaibi1-1/+0
Change-Id: I1874f36d3e69b39fcb456de85b28c7a09f7bdbf2
2013-05-30Return optgdlg.src file back to AllLangResTarget_cui.mkabdulmajeed ahmed1-0/+1
Change-Id: I84923d35abc75d6f98b97fbc5c8349f30173a3c8
2013-05-30Convert Languages tab page to .uiabdulmajeed ahmed1-2/+0
Deleted the readonly images too,it was not used any where else and was just confusing. Change-Id: Ibdcda961966ceab28b224335bfa2e154a395e788
2013-05-29Convert option Complex text layout to .uiFaisal M. Al-Otaibi1-1/+0
convert the complex text layout widget and do the rest of the conversion. Change-Id: I8d928284e9532dfbc2f5e8d7d59f789de7865925
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-5/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>