summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-24default label for serviceSzymon Kłos
Change-Id: Iad4ad161765c943a035dcc15232c4dcbef1cc68c
2015-07-24string: 'Remote File' -> 'Save Remote File...'Szymon Kłos
Change-Id: I30e664e6fa16cdcbdffa97c57905b73224d42636
2015-07-24remember user name in recent filesSzymon Kłos
Change-Id: I55b340e90d51b614b8f46c06e3dc1961b3bac2ba
2015-07-24Show 'Add service' dialog when there is no service added yetSzymon Kłos
Change-Id: I72d294e9c09b0d02b829b91fb188c1c7965d1d45
2015-07-24accessibility: correct tab-orderSzymon Kłos
Change-Id: Ib554e8bb73367d5f85253f0deb083fbc5a5d454b
2015-07-24Don't show open remote entry in the recent doc menuMaxim Monastirsky
We use the same menu controller for both the Open toolbar button and the Recent Documents menu. While it's reasonable to put the open remote file command under the open button, it has nothing to do with recent documents, so it shouldn't appear there. Also don't add the "No Document" entry in case the open remote entry is visible. The whole point of the "No Document" entry is that we can't leave the menu empty, but if there is another visible entry, it's not needed. Change-Id: Ibefbdc6dc7d1d49f555d8ee23f67b47eba19b445 Signed-off-by: Szymon Kłos <eszkadev@gmail.com>
2015-07-24File > Save As Remote - Calc and WriterSzymon Kłos
Change-Id: I03dc6592015dea4b4c5e77650ec8378ee0853a63
2015-07-24Open Remote file in Calc's menubarSzymon Kłos
Change-Id: Ie0e98768724edca02cfe7dc9fda682ce125e1a9e
2015-07-24Open Remote file in Writer's menubarSzymon Kłos
Change-Id: I5cda8661a44e4c33fab3263c17c1a7900241e70b
2015-07-24Separator should not be the default selectionSzymon Kłos
Change-Id: Id879e795d3b6722ca0d86f8f6a8a32b0ef6f12bd
2015-07-24question if delete the serviceSzymon Kłos
Change-Id: I49e5a93ba1d58b898ec1c7b9a4682c9e86302bd0
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Ib32a73e4f74ce7ccd19327ecaed84c16b5c60779
2015-07-24Add "styles" template folder + content to installationTomaž Vajngerl
Change-Id: Ibb674e17eedfc325d3e335aa074391ad7b2b2aa2
2015-07-24opengl: don't cache checkboxes for nowTomaž Vajngerl
Change-Id: I67d0dcb48d1843587abbc1dc0f7da1f8057b281e
2015-07-24Use LRU map for caching of native widgetsTomaž Vajngerl
Change-Id: Ia0423dac5309aabc5e81357cf4f67b5ee14bab31
2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl
Change-Id: I6b1a39918e6c8c67712be2c8e9907266dcfefedb
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
Change-Id: I85c7cc01113bc4ac810c450a6460059463cc8e03
2015-07-24filter: MSVC wants to generate unnecessary copy assignment againMichael Stahl
Change-Id: I273b47a6d30e6fcb597e43188f93e0e8f834c929
2015-07-24Add test for OOXML part of tdf#99256Katarina Behrens
Change-Id: If5e56109f0bf9281be74c17965b047a50f8b55d3
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Ia1eb84b72cc9aa61639c3efbd55685d781196401
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I9aa0543edf3f0aef3a0a376aa0f82f51c6d93313
2015-07-24filter: convert boost::ptr_vector to std::vectorMichael Stahl
... and move it out of the header since it's only used in that class. Change-Id: Icd5cc86428c97bdaaa07d56e17393846629721e5
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
Change-Id: I171fdb41bef4a7f3ef6418d81a1d99f123c0652c
2015-07-24filter: that cast is sillyMichael Stahl
Change-Id: Id3766ccc992934633c77d8e035abd8390ef088cb
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I87f903c6a81b271847f072fa0608fae4669ac307
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I2659fea1fb18c5b0a4ff5339643c7c28c0f5f458
2015-07-24filter: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl
Change-Id: I548f15466c695e4cbf5e505771d7c0baf8812198
2015-07-24svx: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I512ed27ef812498e021e320259b1e0862969a10e
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl
Change-Id: I70a2919e43495ce10c0c90ec91a25604d82e7d28
2015-07-24svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: Ib0b10305768d368585d80ad6163e9081a4d8cd28
2015-07-24calc mapmode: Cleanup DrawBackground + fix one pixel size.Jan Holesovsky
Change-Id: I2ff1aa1d83a3228ee76eda7cd2e411cf084079f6
2015-07-24calc mapmode: Refactor DrawBackground to use logic unitsKrisztian Pinter
Change-Id: Id47eac2578e75750eac04b481fe58df6d4f5e70d
2015-07-24writerfilter: use std::shared_ptr<> in ThemeTableMiklos Vajna
Change-Id: I9d632ed036b1d94c29adfc79df4c920791b0c0fa
2015-07-24convert ImageAlign to enum classNoel Grandin
Change-Id: I22e2e66a1f0b230403ad1d9c1f5b7f34a6ee6ea5
2015-07-24convert WindowAlign to scoped enumNoel Grandin
Change-Id: I028d108b3a83bd5541d873c4d03b87339cd3be52
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
Change-Id: I3b4b4e8a94904e22823a263bd5446a2e1aa47661
2015-07-24NAVBTN_PEN_ENABLED is unusedNoel Grandin
Change-Id: I3f5ae15f594b2a96ad30f6795c3b782b56d78feb
2015-07-24simplify SdOptions::StoreConfigNoel Grandin
nobody calls it with anything other than the default value Change-Id: I9c3a975ed7f0e22c58aad7bf733a26f79244ca26
2015-07-24convert GA_ constants to enum classNoel Grandin
Change-Id: I51a197ed530c0a0e432620af23070c90a89a9ac3
2015-07-24calc mapmode: Pass RenderContext as reference in DrawNoteMarksKrisztian Pinter
Change-Id: Id47f4001943bd40fb8476c7e6a81f257b34c2c7d
2015-07-24calc mapmode: Pass RenderContext as reference in DrawFrameKrisztian Pinter
Change-Id: I6c9a476a8dea5266868c94d6a1203cfe840171cf
2015-07-24update branding for 5.0Christian Lohmaier
about-dialog & windows installer imgs use non TDF-tagline and add Development build variant for splashscreen DS_Store for Mac dnd installer not adjusted yet Change-Id: I4ff449d9564214a80f88c752e54064b599e9948b
2015-07-24don't generate invalid XLSX filesMarkus Mohrhard
The pivot table cache is not handled through the normal record system and as we need to make sure that the extLst is exported after the pivot cache let's add another hack. Change-Id: Icb816e3eb06add768d19cc1c237e6bf75816d9f0
2015-07-24that comment is not correct anymoreMarkus Mohrhard
Change-Id: I20e1b15b34730508d20ff436c51d66bd67c9e447
2015-07-23add unhandled case in switchMarkus Mohrhard
Change-Id: I1e6c2263cb8e6b4d58a3f63ca129d4e9c403fce2
2015-07-23tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens
+ introduce a separate LibO namespace for that Change-Id: Ie62da0746e81ea0d861680863beb03094649d41c Reviewed-on: https://gerrit.libreoffice.org/17216 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-23Added test for tdf#57197 table row/column insert undo crashVarun
Change-Id: I143d657239dd983396847eb67019e84a202f0bcb Reviewed-on: https://gerrit.libreoffice.org/17284 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-23TableRef: generate error for header-less column references, tdf#91278 relatedEike Rathke
... instead of using an arbitray first data record's string as column name. We don't support header-less tables properly yet, so don't pretend to. Change-Id: Ia42619ec800291b6617a61c8a89a2d54ef231cec
2015-07-23clear HasHeader at database range if table headerRowCount is 0Eike Rathke
Change-Id: I1cf5b0ac3884320f39d439b6eecf0b39cdf6bc49
2015-07-23handle ContainsHeader property at database rangeEike Rathke
Change-Id: If0d54ab1dee6c861b973dc490f6c4a1e11260546