- 22 Ock, 2013 40 kayıt (commit)
-
-
Petr Mladek yazdı
autogen.sh runs the needed tools with the right include paths Change-Id: Ia253b19566eeda31a1190a4fa7c543f7ffb63bfb
-
Caolán McNamara yazdı
1. Remove the DLG_CHINESETRANSLATION dialog from the .src 1.1. Remove the .src from AllLangResTarget_<module>.mk if that that .src is now empty. 1.2. Remove from any .hrc files any defines which are now unused due to removing that .src hunk 1.3. Remove any .hrc files which are now empty and remove any #includes of those Change-Id: I872f97e4d3ec7404f4d8978c32e397bb20e96783
-
Caolán McNamara yazdı
1. Remove the call to FreeResource, the dialog is no long resource based, so it will crash otherwise 2. make dev-install, cross fingers, launch app and dialog 3. launch under gdb if it crashes, typically asserts indicate typos in widget names or mismatched widget types Change-Id: I50df1b5d73e904c8d64feb06f23a9331340e40af
-
Caolán McNamara yazdı
1. repeat step #5 for each remaining widget, this time making up more memorable names for the widgets we want to access and updating the .ui with them in parallel with adapting the code Change-Id: I29eba9fd0f8680d170412d45a39ff1e562261267
-
Caolán McNamara yazdı
taking m_aBP_OK as a standalone example: 1. Change OKButton m_aBP_OK in header to OKButton* m_pBP_OK; 1.1. Remove m_aBP_OK ctor call and change to get(<pointer>, "name in .ui file"), e.g. get(m_aBP_OK, "ok"); 1.1. Mass-convert calls from "m_aBP_OK." to "m_pBP_OK->" e.g. :%s/m_aBP_OK./m_pBP_OK->/g 1.2. Search for anyremaining m_aBP_OK instances and adapt Change-Id: Iadb3ed674413c0b8eca3ba7a00bafaab112d8ff5
-
Caolán McNamara yazdı
1. It's nearly always the case that the FixedLine can be elided entirely as its only a visual effect with no methods called on it except its ctor, so explicit mention of it can be removed. 2. Thats's often the case for FixedText labels as well. Change-Id: Icd7434ee28d044d169f1d1ea230fbe9df9156bdc
-
Caolán McNamara yazdı
1. It's nearly always the case that the Help button has no methods called on it except its ctor, i.e. no changes to its default behaviour, so explicit mention of it can be removed. 2. Thats's often the case for the Cancel button 3. That's occasionally the case for the OK button Change-Id: Ic192962b2e55546cd448d7a69394ae13a743299e
-
Caolán McNamara yazdı
Change-Id: Ibdd805d568da2006caaa2d0b756e809e48786f0c
-
Caolán McNamara yazdı
1. Pick a button to be the default button 1.1. Select can-default and has-default 2. Pretty it up a little 2.1. Set 12 pixel row spacing to toplevel grid 2.2. Set 6 pixel row spacing on second level grids 2.3. Set 6 pixel col spacing on second level grid 2.4. Add 6 pixel top spacing to alignments 3. Resize behaviour 3.1. Select "translate common terms" to horizontally expand 3.2. Select frame1 and frame2 to vertically expand 3.3. Resize dialog in glade and confirm behaviour is as desired 3.4. confirm with glade-previewer 3.5. confirm with ui-previewer Change-Id: I3a77f92394afdc849b45c38e16aab6e0349165e8
-
Caolán McNamara yazdı
1. Give the dialog the right title, "Chinese Conversion" 2. save as chineseconversiondialog.ui to <module>/uiconfig/ui 3. add to <module/UI_<module>.mk 4. Add the dialog action area buttons 5.1. use stock gtk-ok, gtk-cancel, gtk-help, etc. for standard buttons 5.2. call them "ok", "cancel", "help" for consistency 6. Visually the old dialog has two frames, "Conversion direction" and "Common terms" 6.1. Add a GtkGrid, one column, two rows 6.2. Add a GtkFrame to each 6.3. Copy and paste in the frame titles from the .src 6.4. Format the frame labels to use bold text and not bold markup as per https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages 7. Conversion direction has two radio buttons 7.1. Add a GtkGrid, one column, two rows to Conversion direction frame 7.2. Add two radiobuttons, cut and paste in text from .src 7.3. Convert vcl "~" mnemonic indication to .ui "_" and click use underline 7.4. Group radiobutton1 with radiobutton2 and radiobutton2 with radiobutton1 7.5. Set the radiobuttons that are not to be default selected as inactive 8. Common terms has one checkbox and a pushbutton 8.1. Add a GtkGrid, two columns, one row 8.2. Add a checkbox and button, copy and paste in text from .src 8.3. do the ~ to _ + underscore conversion Change-Id: I49af68b8280876d8687fe9ecad4d80d12c9607c4
-
László Németh yazdı
-
Andras Timar yazdı
Change-Id: I84a561fe081040a56acd394b789e2ce1cb488457
-
Aurimas Fišeras yazdı
Change-Id: I0e9460adeebb2e2a46ca3cd0e683cd4f0026916b Reviewed-on: https://gerrit.libreoffice.org/1775Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Aurimas Fišeras yazdı
Change-Id: Ie5df8819c59135625f504f7d5b6736ddab7aab53 Reviewed-on: https://gerrit.libreoffice.org/1774Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Andras Timar yazdı
Project: dictionaries c41681db324e6693e7730ac0f2c5de843d7c78cb
-
Caolán McNamara yazdı
Change-Id: I770c867a2cb014fd34c5289d47ff030aa774579d
-
Caolán McNamara yazdı
Change-Id: If32174be8ec197f83797a3e06b60c9114d4ce21f
-
Caolán McNamara yazdı
Change-Id: I1773eaa2db904e1f7cec65bb294ff38e3ce06251
-
Caolán McNamara yazdı
Change-Id: I54f1761a5151067cb28b1773a1a188dd92c66bd1
-
Caolán McNamara yazdı
Change-Id: I62677c1140e58fbf4f27750389200eca78c9ba7e
-
Caolán McNamara yazdı
Change-Id: I9f8ddfc5007dad6f090abae7e3e0a2d637da0b37
-
Caolán McNamara yazdı
Change-Id: I5230483d653355c26db0e77afb258b802707bfee
-
Caolán McNamara yazdı
Change-Id: Ifa85b2e2bf562786cb9d69b904a24ab1b8e0413b
-
Caolán McNamara yazdı
Change-Id: I716eb70ceb8005aa54a417d01c67bc139dc61c6f
-
Caolán McNamara yazdı
Change-Id: Ia413ac220c8d942576c29be6238c75c5061ec156
-
Caolán McNamara yazdı
reverting the a11y parts of bc34a22e so that we can now make use of them Change-Id: I8090a2f9602743628d3b948338b45ed2252501eb
-
László Németh yazdı
-
Change-Id: I3980ad8e372290973ed89488eb540267136af491
-
Markus Mohrhard yazdı
Change-Id: I11dbebe78f6945afd0b88b53e482dea47ddd192d
-
Miklos Vajna yazdı
Change-Id: I26be6fbd5f0cd95218cdd7235e1fc10eeafb6704
-
Miklos Vajna yazdı
Change-Id: Ia095a3adee271cf7235fb7c13824d7f265658897
-
Miklos Vajna yazdı
Change-Id: If88abe20eeec478d340f913973d4f4815dc0e510
-
Miklos Vajna yazdı
Change-Id: If488129c8b563b82932b58e16328922cc2653da8
-
David Tardon yazdı
Change-Id: I53e2c5789c9d96187b13bb0d52da9d70f24b39b6
-
Jean-Noël Rouvignac yazdı
Also used the new OUString::number(...) methods. Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808 Reviewed-on: https://gerrit.libreoffice.org/1766Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Noel Power yazdı
Change-Id: Ib14021a2253fffd4badbf13db1f49a2309e4bb14
-
Stephan Bergmann yazdı
Change-Id: Ifcc3594273de3507ec9b208e9e762bed0f969d72
-
David Tardon yazdı
Change-Id: I76b23bcdca2e7394fd5ab67e8341f4cdb46f8a64
-
David Tardon yazdı
Change-Id: Icaacf3bc1a02a017692432aec36aba06d3f5dde5
-
David Tardon yazdı
Change-Id: Ibadc8327cef327625d6b4663c1487b126e2e6920
-