- 20 May, 2015 5 kayıt (commit)
-
-
Markus Mohrhard yazdı
This patch contains a magic factor of 1.047 that is necessary as the set value and retrieved value are not the same. When we ahve too much time (propably never) we should explore why the value that we set for the column width is not equal to the one that we see on the screen. Change-Id: I317127ea5b8af2d5e8386758e66907a44fe58579
-
Markus Mohrhard yazdı
Change-Id: Ia06522ba4d3e6b4495e17d260d0bc3618b1a7cf2
-
Adolfo Jayme Barrientos yazdı
Change-Id: I2dd735d3e9248b31f1c6992c3479bd070eda3a40
-
Adolfo Jayme Barrientos yazdı
Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
-
Adolfo Jayme Barrientos yazdı
Change-Id: I9f213cc2d356da40f92ca96bf0ac584c3c5a89dc
-
- 19 May, 2015 35 kayıt (commit)
-
-
Michael Stahl yazdı
Putting source files into sub-directories is not really supported by autotools apparently. Change-Id: I6f0ff7e0ee0c2c4b59fb670a3cbaa9723b655d1f
-
Christian Lohmaier yazdı
Project: translations f7efc4ecf69cba536cd0391d4673e31226b1fe86 update translations for 5.0.0 beta1 and force-fix errors using pocheck Change-Id: I295e6d2e6b47a06165cdf8900e2775b7157af809
-
Philippe Jung yazdı
When a popup is displayed, no cleaning / disposing is performed. Change-Id: Ibae0f977360f8862f2d7ff4c753356975dec3771 Reviewed-on: https://gerrit.libreoffice.org/15817Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Stahl yazdı
- time() is used to seed the RNG but since it only has second resolution, the same values will be generated if it's called multiple times like in the bug report - BASIC using the global rng would be fine except that BASIC Randomize takes an optional parameter to set the seed, which should continue to be supported, but should not affect the RNG state for non-BASIC users of comphelper::random (regression from df466d79, but the old implementation was even more delightfully absurd, where Randomize was essentially srand((sal_uInt16)rand()) ...) Change-Id: I0f30e509de08f933c02ac77c5d932b20e79586c5
-
Michael Meeks yazdı
Change-Id: I4efe8e68419a3d878acf3c4eb741239794b26d85
-
Julien Nabet yazdı
Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591
-
Julien Nabet yazdı
Change-Id: I889f67f1bc097b171ba416cd07d1a54a0cbc542d
-
Caolán McNamara yazdı
Change-Id: I533abbe271beddbb6b60a7703fcf3d53fb5caeb7
-
Zsolt Bölöny yazdı
Change-Id: I6046461b2e26a8506249c4a2fdd783bbd2ec223f Reviewed-on: https://gerrit.libreoffice.org/15810Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
David Tardon yazdı
Change-Id: I196853f0efbaab48e5e09b2728df0a8e5152dc9e
-
David Tardon yazdı
Change-Id: Ia042bbb7845a6de4769949230e3f1bc90099c9aa
-
Caolán McNamara yazdı
Change-Id: If10822b64e0a9a28c45fd8a1c0e9e44bdbfb054b
-
Laurent Godard yazdı
the cell content is now drawn over the cell note rectangle Change-Id: Idce05497b7a9f67e5e315f5bc2f9c59e53898131 Reviewed-on: https://gerrit.libreoffice.org/15802Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Michael Meeks yazdı
Change-Id: I42a1b3d133b32ff29eb02fbc262e6ec0aa941b9c
-
David Tardon yazdı
Change-Id: I1269be7ab26a4f7ba30a70eb8aef3023384a7de2
-
Miklos Vajna yazdı
Change-Id: I028f95029deaebddcacf2730d429ad53abbc79fa
-
Miklos Vajna yazdı
Change-Id: Idcbbb9e049f0fbc5d6503b86fd506df9fb2ad3c5
-
Miklos Vajna yazdı
Change-Id: Ic19519ee727bd4b6c18d14dc3eb21b2eeb4395c9
-
David Tardon yazdı
Change-Id: Ic9f6165626a8ffc303260c0439010fe7e2ce634b
-
Caolán McNamara yazdı
otherwise with SAL_DISABLE_NATIVE_ALPHA=1/SAL_USE_VCLPLUGIN=gtk3 the 8 bit page icons in the status bar lose their bottom rows Change-Id: Id9d9ba1a6fb74784a0a4c29bf3d13ebf8476c376
-
David Tardon yazdı
Change-Id: I4ffff140f24f4b96c930c3f651cf592966534ef7
-
Mike Kaganski yazdı
When an object is added to OLE objects cache, when cache is full, old objects are tried to be unloaded. This triggers notifications that cause all loaded objects to become active, and to be added to cache (moved to front). As the new object already was added to front of the cache, later activity pushes it to back, until it is the last object in cache. The cache in this process is overfilled, so each next refresh tries to unload current last OLE object. So, in the end, this effectively unloads all cached OLE objects. This patch prevents this by first unloading last object, and then adding new object to front of cache. Also, removed needless creation of reference (makes at least 200 function calls for no reason). Change-Id: Ia903f4df101971df1b0b0148320fc8e45ac1e79c Reviewed-on: https://gerrit.libreoffice.org/15772Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: Ib4c11d3f1ec793e66cd47c1f7bb4f7d06820d58f
-
David Tardon yazdı
Change-Id: I8c2277384537b78255bb2115126d5b2f2812f7df
-
David Tardon yazdı
Change-Id: I398ae27e49ca684b7d1b8d328be90bffee825797
-
David Tardon yazdı
Change-Id: I7b8382b5ca74f5a1d9535ef0715629f2537d9f7e
-
David Tardon yazdı
Change-Id: I4c9d3e8cf9e5635c848c165d4eda44ad3798ae38
-
Jan Holesovsky yazdı
This finally allows real double-buffering. Also with the per-widget setting, no need to be experimental any more. Change-Id: I405b3b2ce084cb8176b761e7113d3c3c87a6febf
-
Christian Lohmaier yazdı
Change-Id: I9c6a3a2a06bb398a8477e1d95f3975eb21ba1e55
-
Tomaž Vajngerl yazdı
Change-Id: Idc243ec7083602c639ce5769b8e18a3bac2f773f
-
Stephan Bergmann yazdı
Change-Id: I8e107c155a99fd68b0aa054435bc85246444b3c6
-
Thorsten Behrens yazdı
Change-Id: I0a35849a02e3f185783c261a369052594583b082
-
Bjoern Michaelsen yazdı
- gbuild is not "shiny new" anymore -- its the default - hint at solenv/doc/gbuild Change-Id: I20be4f10c68a935bd4ec99c4a95714ab08f80ca0
-
Miklos Vajna yazdı
So that when the next result is found in the normal Writer text, only that will be selected. Having both shape selection + Writer text selection is confusing. Change-Id: I52d399e7224b472f76d39d93ffc394c2e3107a86
-
Vasily Melenchuk yazdı
Do not try to use INetURLObject class for encoding of internal document links. External URLs are encoded as before. Change-Id: I90621819ed21c3f793171ac4ab3fc7d49ac69f56 Reviewed-on: https://gerrit.libreoffice.org/15625Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-