- 13 Şub, 2013 24 kayıt (commit)
-
-
David Tardon yazdı
This reverts commit fc65a66d.
-
David Tardon yazdı
Throw in crash reporter as a bonus. Change-Id: Ia1eccd4a3948b3c6d361b341599c7f565cd74cfb
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
Caolán McNamara yazdı
Change-Id: I8c8ed2db29d1175ba2187509482cdaf858ed660c
-
Andras Timar yazdı
Change-Id: I47b527ad6e68dba83ebb253bcc55a2717c7dd0ca
-
Andras Timar yazdı
Change-Id: I7dc5b189e98a0351bac0eab28c1161b5893f5ef1
-
Andras Timar yazdı
Change-Id: Ibb0b1808532622ffb2dfc55d533428f6d72b890c
-
Andras Timar yazdı
Change-Id: I6b2c51c57a98046e30b2782dd2565ee02345379d
-
Andras Timar yazdı
plus German comments were translated Change-Id: Id9ff5d4835e4ea224c9e6232a1762822aa833d37
-
Andras Timar yazdı
Change-Id: I99a66ac3af8e391b5feaeafbb3abd63dcdd2bb2b
-
Dávid Vastag yazdı
Change-Id: Id47172d0386e7aa28d82178f04b5f626f0c441fe
-
Andras Timar yazdı
Project: help 4d7b72491649f33d115f687f5deee58bd9619ca4
-
Luboš Luňák yazdı
-
Norbert Thiebaud yazdı
git hooks used to be set by virtue of calling ./g clone but recent changes means that ./g is not always called these day, so it is possible to end-up with no hooks. Change-Id: I630066ee0e2961b93ddfbf177eb4e5fc09505911
-
David Tardon yazdı
Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9
-
Tor Lillqvist yazdı
So yeah, need to keep this feature. Spell Wi-Fi correctly, and mention Wi-Fi in the menu button. Change-Id: I4cd6f0689a6ff9647f355d4b1404be84ec0c0138
-
Tor Lillqvist yazdı
Why "Choose a Computer" but "Add Server"? Let's always call them "computers" in the UI. And in fact I think the feature to add a computer manually is kinda pointless; is it too much to ask people to have their machines discoverable? I doubt keeping a computer not discoverable through Bluetooth thwarts a determined attacker from finding it anyway. (I am not saying that just finding it would mean compromising it.) Change-Id: Ib8041a8a793d84bee24587adac582c5fad03d1be
-
Tor Lillqvist yazdı
Change-Id: I4e912cab7ab252ef4c118fe63b02931eecd986aa
-
Kohei Yoshida yazdı
Cell validation is stored as cell attributes which are stored with columns not with cells. When HasSpecialContent() is true, it flags the *cell* not empty, which in turns causes AddTextAndValueCell to iterate over every single cell position for all repeated columns and rows. That can very very slow when the number of repeated rows is very high. Since cell validation is stored with columns, skipping empty cells even when they have cell validation settings set won't cause any issues, and all cell validation settings are imported correctly even after this change. With the test document I have (confidential), this change alone reduces the load time from 30 seconds to 0.3 seconds. Change-Id: I84fa4cec50172ccd02eca1042c8fafb93d1cfc73
-
Tor Lillqvist yazdı
This fixes connecting to one computer after connecting to another failed. Change-Id: I5b13d186d32690a91e4290c81c8d2e12a0a1f2be
-
Tor Lillqvist yazdı
The latestInstance lifecycle and mName initialisation was borked. Change-Id: If7ef8a15fdc297e0fe6e401399a3b94dcd8d08c5
-
Tor Lillqvist yazdı
Change-Id: Ife81ec74b36f71782997219e36ac926ea429c297
-
- 12 Şub, 2013 16 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
-
Julien Nabet yazdı
Change-Id: I05d4b62a32a44a7d174d7fa19f7814d45dab22b2
-
Tor Lillqvist yazdı
The existing code in refreshLists() was somewhat hard to understand, and it actually crashed (if uncommented-out). Now it simply empties the maps and view lists and then rebuilds them. The visible end result, at least for me, is that I no longer get duplicate servers in the list... Change-Id: I1543292e219e666e7dcbc68473f40a11e2eb3381
-
Tor Lillqvist yazdı
These files are Java, not C++. Add empty line before the vim mode line. Change-Id: Ia94d18e9995ecfbbbfd1c9e6a4d2ce4e8ffb95f3
-
Tor Lillqvist yazdı
After 5adefb21 the "computer" names on the main ("Choose a Computer") dialog (which probably isn't the right term) were invisible for me on my Android 4.1 device at least. Very light grey on white, or something like that. Let's try with default colours and then if that doesn't work *slowly* modify the colours one item by one. Change-Id: I9ae2ee8232cfa85eee4aba0fbcf69b8c245a1ad6
-
Tor Lillqvist yazdı
Change-Id: I314066086827d283938c6f402733da3f801ad55b
-
Julien Nabet yazdı
Change-Id: I8609949377181f8edb30ac07b2791cfcd079fc7d
-
Kohei Yoshida yazdı
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
-
Michael Stahl yazdı
SwTxtNode::GetExpandTxt must filter out all dummy characters used to represent fields, footnotes, field marks, etc. Change-Id: Ie5ae2a82da9a6618bb451efabfd38769c495cc93
-
Kohei Yoshida yazdı
In favor of forward delaration and/or inclusion of more specialized headers. Change-Id: I75f727cc50228b8958b60173ce14e5ce1fb7e6f7
-
Andras Timar yazdı
Project: help a5cae6c3e83ddae0b26fac30cf95378d2a5882a3
-
Kohei Yoshida yazdı
Since I'm modifying the header.... Change-Id: I7cb44335a46dbc185e1a717304c221e5bb6fcb3c
-
Kohei Yoshida yazdı
Change-Id: Ie1475eb19a4ad41e5eac1ca00419a1af5c207b12
-
Kohei Yoshida yazdı
Changed the signature of the constructor (one that clones the text object) to take a reference instead of a pointer, to smoke out the callers that use this constructor. Went through all its callers and made changes to either 1) pass ownership to the cell instance (if the text object uses the SfxItemPool instance returned from ScDocument::GetEditPool()), or 2) pass as const reference to make it clear that the instance will get cloned. Change-Id: I669e066d4739536bf8d3b356186503dcdfa303b0
-
Kohei Yoshida yazdı
This alone cuts about 3 seconds off of the total import time with the test document from fdo#54638. Change-Id: I3be3229532b9e982f03565fd3fb630f70f2bce03
-
Andras Timar yazdı
Project: help 0ba3d9a4202cd6418c4007a89e8c5fa73f0c9f05
-