- 25 Ock, 2013 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I0dcf277a1b72afe294874b42efaf0b24e1b25b8c
-
Kohei Yoshida yazdı
Change-Id: I69729603bcaadffa06a56296a6ef37af2aef6c54
-
Kohei Yoshida yazdı
Change-Id: Ia7b3d03e6d00dd2a57cd40dc9a63507652cac84d
-
Caolán McNamara yazdı
Project: help 07bf3f5029f799b26d8a663de53c280094e84fb3
-
Caolán McNamara yazdı
Project: help 798a8c6cce95f7f873e73ab487aa0371239af872
-
Caolán McNamara yazdı
Project: help 885bbf91f7a826d9f65f30ecea1aea9c835260c1
-
Kohei Yoshida yazdı
Else it would re-use the anchor position of the original one (minus the sheet index which is correctly adjusted). Change-Id: I52d11eb9953ee7539c9d5da41edd7dd28604587c
-
Stephan Bergmann yazdı
...to avoid missing migrations on Windows and Mac OS X, where existing "3" user profiles got the "MIGRATED" flag file erroneously added when running LO 3 already, presumably due to 6b522673 "default config location has changed, look in old config dir when migrating." Change-Id: I8dd50a36450c167d47411834cc06a754affadf6d
-
Caolán McNamara yazdı
Change-Id: Iab2d62506c3985bd3f32e8140057ec136cfd3395
-
Caolán McNamara yazdı
Change-Id: I333090ae95218cd3438a8eb8b67ea9f07174ca8f
-
Caolán McNamara yazdı
Project: help 3dba68c2869157f2011789c2fdf05cb216438ece
-
Caolán McNamara yazdı
and restore lost short-cuts Change-Id: I86221fc67095fda8a8cbcfbc10bb0ff61c818e3f
-
Caolán McNamara yazdı
as is: tools->customize->menus->modify->add submenu tools->customize->menus->modify->rename tools->customize->toolbar->modify->rename tools->macros->run Change-Id: Ie97d74d0b55dd8f24836e24925125f65a0c562dc
-
Caolán McNamara yazdı
Project: help 351c2d40cc93737f988ba2b35d0ca26d511f296c
-
Ricardo Montania yazdı
Change-Id: I944f4d57aba935e513a3d158a46322874fe0df15 Reviewed-on: https://gerrit.libreoffice.org/1865Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Abdulelah Alarifi yazdı
Change-Id: I1adfcbb66f4cf919e2e6e9e73dc79ba830a252cf Reviewed-on: https://gerrit.libreoffice.org/1823Reviewed-by:
Radek Doulík <rodo@novell.com> Tested-by:
Radek Doulík <rodo@novell.com>
-
Fridrich Štrba yazdı
Change-Id: I9ffd7123b8f79128c559f30eade6ae49bf809981
-
Fridrich Štrba yazdı
Change-Id: I90730e08b07182fa73a1e3a60bed6da11cfd9e06
-
Fridrich Štrba yazdı
Change-Id: I8c802ae3ee91978bb445a47ba80c64eef355907b
-
Fridrich Štrba yazdı
Change-Id: Ia3f937b0b49093fbdbbe259b835a2d8a81633fe1
-
Noel Power yazdı
Change-Id: I8f12ce4fedd3da76bab683ac85169186deeb89dc
-
Noel Power yazdı
Change-Id: I5f6cf9c5f28e8176c1057d50e39c67202bf1f143
-
Noel Power yazdı
Change-Id: I26ee91e683f94b2fdfaadac960b840e088f1f155
-
Marcos Paulo de Souza yazdı
Change-Id: I2dca76af46e63b5dd833f5a60549d4b1a7b03d84 Reviewed-on: https://gerrit.libreoffice.org/1861Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Cédric Bosdonnat yazdı
-
Caolán McNamara yazdı
Change-Id: I84c1fa8f24504a06563145e224d01abaa5714cf9
-
Caolán McNamara yazdı
Project: help 745c3e5b1fdaa4882b4609d303cace6763e063e8
-
Caolán McNamara yazdı
auto-adding mnemonics to the first character of OK/Cancel translations suggests short-cuts under various CJK/Indic languages which can't be achieved with a single keystroke combination Some platforms want mnemonic-ed OK/Cancel, some don't. So lets have two translations, one for each situation, rather than trying to automunge. Change-Id: I23e21e79b27ead86f535309ca0efc2adea86ae24
-
Caolán McNamara yazdı
Change-Id: I982b760084cf9ed259432b7c77a865e3f8f13fed
-
Tor Lillqvist yazdı
Change-Id: I65a803824fd79cd6ac5136861bba0b64998d0868
-
Tor Lillqvist yazdı
No point in pointing to nonexistent ICU headers in solver if building against a system ICU. Change-Id: I5a151f3bfefd1913ad84a33d74af749558926312
-
Caolán McNamara yazdı
Change-Id: If30c91ea3828f8e4d8ed4c5ac95697fb2817d68f
-
Caolán McNamara yazdı
Change-Id: I5473ef07abb1f96aed4cfd96d4fa436ec2f13e64
-
Caolán McNamara yazdı
ObjectNameDialog: - Lets make it resizeable. Set a "width in chars" on the edit box to make it wide enough, that way we don't have to about setting a size request in pixels ObjectTitleNameDialog - Lets make it resizeable, as above. - The original had a scrollbar, so added a scrolledwindow to it with always vertically scroll - For the textview to give it a default height, rather than using pixels I let it take its width by expand to the above edit widget width - For its height, added a non-translated text buffer with 5 blank lines and tweaked the ctor to set that as its permanent height request - GtkTextView maps to VclMultiLineEdit instead of "MultiLineEdit" its a corner case, they should be equivalent, so just changed MultiLineEdit to VclMultiLineEdit NameDialog: - width requests as above - set name_entry as the mnemonic widget of name_entry MessBox: - I set the label to be vertically centered for the resizeable case Change-Id: I9ab9eb76aa64b4d7eaf1c9a738f9c29cd7f7820b
-
Caolán McNamara yazdı
Project: help 6ca6ab572bc8b1ab17b43bb277d4909fed910ed6
-
Robert Roth yazdı
Change-Id: Iad23998c9ccde22abad9d894af3dd6df7c92564f Reviewed-on: https://gerrit.libreoffice.org/1857Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Markus Mohrhard yazdı
The test now also tests for Err:* import and checks that these have been imported as error values and not only as text values. Future clean-up: Merge the cached matrix test file into the cached value one. Change-Id: I9c0a06f058ff6620bd7ca169b3bee07a5430997e
-
Markus Mohrhard yazdı
We are finally able to handle error cells of the type Err:* and the patch drastically reduces the number of string comparisons needed during cached value import. Change-Id: I4c0a2ed2561862615fe745d1a556e4004fd28d8f
-
Markus Mohrhard yazdı
Change-Id: I8e5f8cb351792b53c89658074e41dff3a3c4d9db
-
Markus Mohrhard yazdı
Change-Id: I2b6baedc8232811df1e5525bd2884b54db5a8f70
-