- 15 Şub, 2013 40 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: Ie52aae8e56e4b420d612772f8dab1d9e7330f79a
-
Markus Mohrhard yazdı
Change-Id: I1c4e6cd0b60047de45a4782bfebb8520b1a17f22
-
Bjoern Michaelsen yazdı
Change-Id: I41a94def0db257470e08a86078d1f8bda8470c76
-
Bjoern Michaelsen yazdı
Change-Id: I1c6478e0ed69c7678598eb0d65cd5043d6c8dd99
-
Julien Nabet yazdı
to avoid error messages like: error: could not convert ‘(const char*)"LocalFile"’ from ‘const char*’ to ‘const rtl::OUString’ Change-Id: I8b55049bd29c63b837f80b1562b9e8cd8324c603
-
Xisco Fauli yazdı
Change-Id: I5ab0989ed4e5e30b97170cbba0d516eff4befc59
-
Jan Holesovsky yazdı
This was a corner case after the container types removal. Change-Id: I2200b7fc2d38946403d289e62ad602a63bd1cf6e
-
Bjoern Michaelsen yazdı
- we have all the needed information in gbuild - reduce the amount of double and triple bookkeeping - hopefully the generated files for scp2 are only a intermediate step and we can do whatever perl voodoo scp2 does directly in gbuild - currently using basctl as an example - this also means we have to be more strict in Repository.mk with what we register: - if we dont build a libs, it shouldnt be registered (otherwise scp2 will want the nonexisting lib) - in the end, this is a Good Thing(tm): we dont want anyone trying to e.g. link against a lib we dont build - should now hopefully work on all platforms - added module bookkeeping to gbuild Change-Id: I241ca67edbfabae83859274f9aa35d2d26165ef6
-
Caolán McNamara yazdı
Change-Id: I3679e7cfcd32a78b40c6a7b803c92ff0abe6f32c
-
Luboš Luňák yazdı
Change-Id: Ib9f4c834f1c6076a246753cb819491a7d2c3a886
-
Kohei Yoshida yazdı
Change-Id: I3bb9555ff4db6728a9a50ee5459faf981232445a
-
Miklos Vajna yazdı
Change-Id: I5924ae824f87f796c808d56bf13d3dfd143a8e0a
-
Xisco Fauli yazdı
Change-Id: Ib9855286c68b873f60db7afefecc9c2f4364c53e
-
Xisco Fauli yazdı
Change-Id: Ibbb45626c984f79f94a7e281b05bf86a25897b0c
-
Thorsten Behrens yazdı
On second thought, this was needlessly overbroad. Missed the fact that the code is strictly for ulf. Change-Id: I96773d6e2a9af473e8c8309421b4900c0b76667f
-
Thorsten Behrens yazdı
Change-Id: I9f76986465af5798f1451d44af6765f4e5d1bb09
-
Caolán McNamara yazdı
Change-Id: I4da6683489c87fe06d45474dfc20351cb31ed000
-
Caolán McNamara yazdı
Change-Id: Ie41651359f26a267273bf87c947ee58568983e5c
-
Caolán McNamara yazdı
<< gtk documentation gtk_file_chooser_get_current_folder_uri () Gets the current folder of chooser as an URI. Note that this is the folder that the file chooser is currently displaying ... which is not the same as the currently-selected folder if the chooser is in GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode ... to get the currently-selected folder in that mode, use gtk_file_chooser_get_uri() as the usual way to get the selection. >> << offapi documentation XFolderPicker getDisplayDirectory: Returns the root directory that the FolderPicker is showing. getDirectory Returns the selected directory >> so getDisplayDirectory <-> gtk_file_chooser_get_current_folder_uri and getDirectory <-> gtk_file_chooser_get_uri Change-Id: Iaa5ab16a250cd59fe5e8bd02149298eef6d1dec2
-
Luboš Luňák yazdı
I meant to do this for 4-0, not for master, as the commits mentioned in the message show, this is not needed in master. This reverts commit b60ccd4d.
-
Eike Rathke yazdı
Change-Id: I34fc7af10aca3484d30b443c6b0257451a218ed5
-
Christopher Hotchkiss yazdı
Change-Id: I95300b093b4fabc9a52f9c92de874f7c8e4d2869 Reviewed-on: https://gerrit.libreoffice.org/2160Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Matthias Freund yazdı
I'm struggeling over line 407 in sw/source/core/edit/acorrect.cxx, is this the right translation. Is this a question or is it a description what happens in the moment??? Change-Id: Ie665a8dffc41ee057c0277788282eea96cbbe6a3 Reviewed-on: https://gerrit.libreoffice.org/2157Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Eike Rathke yazdı
To emphasize exclusiveness of the four basic recalc modes renamed the corresponding methods. Change-Id: If6f99d2c84e4a042a3a3e3640cf416d306a2d0c5
-
Eike Rathke yazdı
Instead of SetRecalcModeOnLoad() which sets the exclusive bit overriding RECALCMODE_ALWAYS use AddRecalcMode() that handles these cases. Change-Id: Ieeeff67d4dda1493e8c48f231b870513f655839a
-
Eike Rathke yazdı
osl_getTextEncodingFromLocale() In case of the Language code being longer than 2 characters the string written to the struct EnumLocalesParams member was not 0-terminated if a Country code was also given (consecutive fields in the struct) unless the struct was packed in 4-byte alignment and luckily contained a 0 as the 4th byte. The locale could not had been matched in these cases. In case of a sufficiently long language or country argument the entire EnumLocalesParams struct could had been overflown. Change-Id: I1ec67ad0b3d12b0fa944d7e759bb5cb701842e39
-
Eike Rathke yazdı
Change-Id: Iab7402721b5fbf20a05c9ff2725e52b012df2940
-
Eike Rathke yazdı
Change-Id: Ie668d40b815ae1cbcdb321649d8e52513cad1aec
-
Caolán McNamara yazdı
Change-Id: I71498e44d25fe4a2f0feb221ec0e77d455aeb61c
-
Caolán McNamara yazdı
Change-Id: Ie7396b63a64e89bb7aa7c0e284faab7ed380c4c1
-
Caolán McNamara yazdı
Under Linux dlsym will search other locations and find them if they exist elsewhere, but not under windows, so its easy to put the wrong lib name in if developing under Linux because it'll generally work anyway. So add a script: bin/verify-custom-widgets-libs which can be used under Linux to verify that the required factory methods exist in the right lib. Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Tor Lillqvist yazdı
See the properties target in android/Bootstrap/Makefile.shared.
-
Michael Meeks yazdı
-
Tor Lillqvist yazdı
Change-Id: I1f9ab5d89ae694bf2d464cc789231c23336dc6fe
-
Michael Meeks yazdı
Change-Id: I069065fedddad0585851629b6c674cd613ad4409
-
Michael Meeks yazdı
Change-Id: I9ab478dc48cc0a0e521641dd89d28a7ee419d242
-
Michael Meeks yazdı
Change-Id: I4d7993df862a4a9e9e2c5541f3a6318b2f25e10d
-
Michael Meeks yazdı
-