Commit e6cdf5f2ce9aabc1d7599da4586ecb7ea9046a52

Authored by Perry Werneck
1 parent a31b15c1

Working on UI.

Showing 1 changed file with 49 additions and 12 deletions   Show diff stats
@@ -224,16 +224,6 @@ @@ -224,16 +224,6 @@
224 <attribute name="action">win.rectselect</attribute> 224 <attribute name="action">win.rectselect</attribute>
225 </item> 225 </item>
226 226
227 - <item>  
228 - <attribute name="label" translatable="yes">Paste with left margin</attribute>  
229 - <attribute name="action">win.marginedpaste</attribute>  
230 - </item>  
231 -  
232 - <item>  
233 - <attribute name="label" translatable="yes">Blank Fill</attribute>  
234 - <attribute name="action">win.blankfill</attribute>  
235 - </item>  
236 -  
237 </section> 227 </section>
238 228
239 <section> 229 <section>
@@ -379,13 +369,28 @@ @@ -379,13 +369,28 @@
379 <attribute name="label" translatable="yes">Alert sound</attribute> 369 <attribute name="label" translatable="yes">Alert sound</attribute>
380 <attribute name="action">win.beep</attribute> 370 <attribute name="action">win.beep</attribute>
381 </item> 371 </item>
  372 +
  373 + </section>
  374 +
  375 + <item>
  376 + <attribute name="label" translatable="yes">Monocase</attribute>
  377 + <attribute name="action">win.monocase</attribute>
  378 + </item>
  379 +
  380 + <item>
  381 + <attribute name="label" translatable="yes">Dynamic font spacing</attribute>
  382 + <attribute name="action">win.dynamic-font-spacing</attribute>
  383 + </item>
  384 +
  385 + <section>
  386 +
382 </section> 387 </section>
383 388
384 <section> 389 <section>
385 390
386 <item> 391 <item>
387 - <attribute name="label" translatable="yes">Select by rectangles</attribute>  
388 - <attribute name="action">win.rectselect</attribute> 392 + <attribute name="label" translatable="yes">Smart paste</attribute>
  393 + <attribute name="action">win.smartpaste</attribute>
389 </item> 394 </item>
390 395
391 <item> 396 <item>
@@ -447,9 +452,41 @@ @@ -447,9 +452,41 @@
447 452
448 <submenu> 453 <submenu>
449 454
  455 + <attribute name="label" translatable="yes">Screen size</attribute>
  456 +
  457 + <item>
  458 + <attribute name="label" translatable="yes">Model 2 - 80x24</attribute>
  459 + <attribute name="action">win.model-number</attribute>
  460 + <attribute name="target">2</attribute>
  461 + </item>
  462 + <item>
  463 + <attribute name="label" translatable="yes">Model 3 - 80x32</attribute>
  464 + <attribute name="action">win.model-number</attribute>
  465 + <attribute name="target">3</attribute>
  466 + </item>
  467 + <item>
  468 + <attribute name="label" translatable="yes">Model 4 - 80x43</attribute>
  469 + <attribute name="action">win.model-number</attribute>
  470 + <attribute name="target">4</attribute>
  471 + </item>
  472 + <item>
  473 + <attribute name="label" translatable="yes">Model 5 - 132x27</attribute>
  474 + <attribute name="action">win.model-number</attribute>
  475 + <attribute name="target">5</attribute>
  476 + </item>
  477 +
  478 + </submenu>
  479 +
  480 + <submenu>
  481 +
450 <attribute name='label' translatable='yes'>Options</attribute> 482 <attribute name='label' translatable='yes'>Options</attribute>
451 483
452 <item> 484 <item>
  485 + <attribute name="label" translatable="yes">Dynamic font spacing</attribute>
  486 + <attribute name="action">win.dynamic-font-spacing</attribute>
  487 + </item>
  488 +
  489 + <item>
453 <attribute name="label" translatable="yes">Show toolbar</attribute> 490 <attribute name="label" translatable="yes">Show toolbar</attribute>
454 <attribute name="action">win.toolbar</attribute> 491 <attribute name="action">win.toolbar</attribute>
455 </item> 492 </item>