summaryrefslogtreecommitdiff
path: root/include/sfx2/recentdocsviewitem.hxx
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-01-16Provide thumbnail size via constructor for RecentDocsViewItemTomaž Vajngerl1-1/+1
Change-Id: Ic206ebff28683da2b1daf23039820c2184788595
2014-11-17fdo#85478 Avoid destroying bitmaps after VCL is shut downMatthew J. Francis1-0/+4
Change-Id: I1ece738e7f60b6bbbdc802339f8b9deec9396e1b Reviewed-on: https://gerrit.libreoffice.org/12469 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-14Revert "startcenter: react on mouse down instead"Maxim Monastirsky1-1/+1
This reverts commit 1a2a961c1e7cdef648c28e211433e8de6e8a831b. As suggested by Kendy, opening with a single click by mouse up is more natural. We need to find a better solution for the bug mentioned in the above commit.
2014-05-05startcenter: react on mouse down insteadMaxim Monastirsky1-1/+1
There is a good reason for that: File lists of some file pickers handle double click event on mouse down. So if a start center thumbnail is exactly behind the file on which the user double- clicked, it will receive the mouse up event, and will also open. Change-Id: I9fc9ceff0874d0486d5b568c9b35143c8d8aabf8
2014-04-28WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-2/+2
Change-Id: Ie3eacab8c5f593144be9d98e4fbfae3f929f384f
2014-04-27startcenter: Add possibility to selectively remove recent documents.Jan Holesovsky1-1/+24
Change-Id: Id0c20de6dc3375e64dd3dbef34dcd6eb77f02340
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-04startcenter: fdo#72469: Thumbnails also for other file types than ODF.Jan Holesovsky1-1/+1
Change-Id: If905b2f3e51adf7e64df9385ede74368acd11771
2014-01-10fdo#72947 Startcenter: display more userfriendly file urls in tooltipsZolnai Tamás1-0/+3
Use INetURLObject to get a readable url (it displayes special characters too). It is a side effect that 'file:///' prefix disappear which seems a good thing. Plus some cleanup: remove second INetURLObject. Change-Id: I4aab5e2546ae70e5a3d85b12e26e021bfa244999
2013-12-13startcenter: Tooltip should show the full URL.Jan Holesovsky1-0/+3
Change-Id: Ia8e071ebe00fb8c72973614077e778aef55fb1ab
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold1-3/+3
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
2013-09-18Resolves: fdo#69444 cursor keys don't move between recent used docsCaolán McNamara1-1/+2
because each item is identified by an id, but that isn't set on the recent used so it stays stuck on the first one. change the ctor of the base element to require an id to be passed to it and adjust all the good code and then use the index+1 of the recently used elements as the id. Change-Id: I1e5978ddedbd4718923ef72d67598158d5ba8ee7
2013-07-20startcenter: Add RecentDocsView for displaying thumbnails for recent docsKrisztian Pinter1-0/+26
Change-Id: I6d9bb87a6ee28d62ee012e6807d1c5a4f3219e27