Kaydet (Commit) 230b9c2b authored tarafından Caolán McNamara's avatar Caolán McNamara

Tutorial step #1 initial .ui prototype

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
üst 2db08bf5
......@@ -11,6 +11,7 @@ $(eval $(call gb_UI_UI,svx))
$(eval $(call gb_UI_add_uifiles,svx,\
svx/uiconfig/ui/asianphoneticguidedialog \
svx/uiconfig/ui/chineseconversiondialog \
svx/uiconfig/ui/compressgraphicdialog \
))
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment