- 15 Mar, 2014 30 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I146d253ad2b49e71cec56bbd0e1b687a0e0de245
-
Caolán McNamara yazdı
Change-Id: I394a65ace05c94ae18f4cf0f5bfca6e10e7bedf5
-
Caolán McNamara yazdı
Change-Id: I00c47ffa1f03e1c6e921efbc41ef01252c1c64b7
-
Caolán McNamara yazdı
Change-Id: Ifa6a78eae364bd5f4adc717543dde508d7b1f445
-
Caolán McNamara yazdı
Change-Id: Ifae6d3e9699ff201fda12dfda26c7e86996dd954
-
Caolán McNamara yazdı
Change-Id: I8b8186935f37981512554d06cd52a47fdc7209e0
-
Caolán McNamara yazdı
Change-Id: I20f1f3183555a813f0e1c3b73d973333774b6b63
-
Caolán McNamara yazdı
Change-Id: Idabe692f900ba9a6e1cae35afa3fb8fd33044be0
-
Caolán McNamara yazdı
Change-Id: I748b9a5e9fafa7d09a70a15195e929a048e33ed7
-
Caolán McNamara yazdı
Change-Id: Ib52b2d6cd7339320b7ec00d874f8c7c1de87e59d
-
Caolán McNamara yazdı
Change-Id: I74addce71d6044da27d9021dc3aef0c73dd55d27
-
Caolán McNamara yazdı
Change-Id: Ib4a794710b6b48bdfbeb326e1aaa28443e42e770
-
Caolán McNamara yazdı
Change-Id: I51101889b13b8160a0fbc2b840ff060bd9b90b49
-
Caolán McNamara yazdı
Change-Id: I575292a649ebdf8e16613f07d0c98a68c603a087
-
Caolán McNamara yazdı
Change-Id: I67345e7eaae16baf677e9aad721d39b4ea0c43d1
-
Miklos Vajna yazdı
Change-Id: I89ecd56b237feae000438915a0235eb58648805e
-
Miklos Vajna yazdı
Change-Id: Ief8c158a25393cc4e6259ebf9557e76b70554a63
-
Kohei Yoshida yazdı
Otherwise listeners may end up listening to larger areas than their original listening areas after the relocation. Change-Id: I12a7f49aec1c78611db5c31ba2d18574e91a5416
-
Andras Timar yazdı
it was regression from 73e3aafa Change-Id: I059f08b12bb7847472946f3b2a669015ec437be5
-
Alexandre Vicenzi yazdı
Change-Id: Ie49834e8178c75ee7d69c556f7b7005b76e57498 Reviewed-on: https://gerrit.libreoffice.org/8607Reviewed-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I60d0e65d0e7f37b2d5cded64cee1270c51ed5b3d
-
Miklos Vajna yazdı
Change-Id: I7e27115ec35ce4209b7c92951919312267754742
-
Kohei Yoshida yazdı
It's safe this way in case we are transferring them within the same column. Any empty broadcasters are checked and purged at the end. Change-Id: Ib2d46e616cde4923720ad21cb101d3a97dc8c5d9
-
Kohei Yoshida yazdı
Change-Id: I4e4b788f34e01f926d60d97515de4191d7346d5e
-
Kohei Yoshida yazdı
Change-Id: I8b60969312fd262ee8cd996c861e4d69f9ea3372
-
Vinaya Mandke yazdı
oox/source/export/presetShapeDefinitions.xml had multiple entries for "upDownArrow" instead of an entry for "upArrow". Whereas drawingml/customshapes/presetShapeDefinitions.xml has correct entries. Changed CustomTarget_generated.mk to use drawingml/customshapes/presetShapeDefinitions.xml instead of oox/source/export/presetShapeDefinitions.xml. Also deleted the latter to avoid duplication. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8540 Change-Id: Ic46496af7fb79edf0780b04731a882d914e89a24
-
Zolnai Tamás yazdı
Change-Id: I3f73da70ba798305b67dbb1a7becfa4f21166571
-
Matúš Kukan yazdı
At least CppunitTest_sd_import_tests needs the files. Change-Id: Ie479c3e9a1fedfb30dc0d6f358ae135ab560e6f8
-
Kohei Yoshida yazdı
Also with this commit, the signature of SvtListener::Notify() changes, by dropping the first argument which nobody uses. This change was necessary in order to call it directly without needing to pass any broadcaster instance. Change-Id: I6a1e97f0fb1e070d1d8f7db614690b04c9e8024e
-
Kohei Yoshida yazdı
Change-Id: I20de3d5c3c254b2ce96678553d91492dc95e2c39
-
- 14 Mar, 2014 10 kayıt (commit)
-
-
Zolnai Tamás yazdı
Change-Id: I083e9efa15ac8c503bf616ed1f07124dfee0d9dd
-
Zolnai Tamás yazdı
Change-Id: I16860a5cef198ff79aad326b02a56587ead45697
-
Jan-Marek Glogowski yazdı
SalX11Display registers a Yield handler, which splits check and and processing into two functions, which both lock the yield mutex. Normally this no problem, but during a Drag'n'Drop operation the D'n'D thread also checks and processes XEvents (for D'n'D). So the XNextEvent in Display::Yield will actually block, if the seen XEvent was for D'n'D and was already processed. Change-Id: I9f8d96d4f9986997cbe150a2b66bc767b4bbc2f1
-
Jan-Marek Glogowski yazdı
Add a runtime check and configure warning to disable KDE4 native file pickers, if the Qt4 glib dispatcher doesn't honor the QEventLoop::ExcludeSocketNotifiers flag. This way polling the QClipboard using the event loop won't crash LibreOffice with recursive paint events, See https://bugreports.qt-project.org/browse/QTBUG-37380 Change-Id: I5cad30ead74571e49a075c084cca7a19acff7523
-
Jan-Marek Glogowski yazdı
Just check for glib; it's the default in later Qt4 versions on unix. Change-Id: Ia99466e9010eb835bea0c3c4420da3c8b3cd4671
-
Jan-Marek Glogowski yazdı
This reverts the unx/kde4/KDEXLib.cxx part of commit 13a34f4c. Conflicts: vcl/unx/kde4/KDE4FilePicker.cxx vcl/unx/kde4/KDEXLib.cxx Change-Id: Ica8a0f678f080ae7d763bb7da7761d20ceec328c
-
Jan-Marek Glogowski yazdı
This reverts commit 95f60222.
-
Jan-Marek Glogowski yazdı
This reverts commit 380f3b4b. Conflicts: vcl/unx/kde4/KDEXLib.cxx vcl/unx/kde4/KDEXLib.hxx Change-Id: I8a201c89be63cebab7401124002261be23e049c7
-
Zolnai Tamás yazdı
Change-Id: I9239e00aaed39eaf4e8a3afc79f78557a8708bf5
-
Michael Stahl yazdı
Change-Id: If56d5a3fe325182907264882d6a1bf5fb979d969
-