summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingwindow.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-08-08Fixed the Templates buttonEfe Gürkan YALAMAN1-4/+1
It works as a button. When clicked the triangle works as dropdown. Change-Id: Ib4e3b6a1832efef3382e7bd01b06d2ff8d4e7543
2014-08-08Some code cleanupEfe Gürkan YALAMAN1-0/+1
SetupButton function overloaded for MenuButton type. Change-Id: Ib171c7590a59ad360dd8ebab1039d3eba5d565ef
2014-08-08Template Filtering ImplementationEfe Gürkan YALAMAN1-2/+5
Change-Id: I9270136afeaadbbe16c408e6e7d2fbde5b53d324
2014-08-08Start of filtering implementationEfe Gürkan YALAMAN1-0/+1
Change-Id: Iebf71deb4739703d87b944300cbc1b8ee2daacc5
2014-08-08Code CleanupEfe Gürkan YALAMAN1-10/+2
Some unneccesary code cleaned up. Change-Id: Iebc43ddc8276d5865c640b7fa955152a3361eb36
2014-08-08Selecting and opening templates implemented.Efe Gürkan YALAMAN1-4/+7
All editing related code commented out. Code needs to be cleaned up. Change-Id: Ibe901684d8747552b8ebeeea848c8f5e050ae726
2014-08-08Initial TemplateBar moved from TemplateManagerEfe Gürkan YALAMAN1-2/+3
Change-Id: I335e69de31bd64e7c4504a58d7652f755491af33
2014-08-08Some folder features moved to backingwindowEfe Gürkan YALAMAN1-0/+4
Create new folder and delete a folder moved from template manager dialog to startcenter. Change-Id: If89b9fd7ee499f7fccda08d3ac989728148a24a0
2014-08-08Some handlers and buttons movedEfe Gürkan YALAMAN1-1/+11
Some more handlers and buttons moved. Still not usable mostly. Change-Id: I19c9c36a490030369b4e8d84b41f6d2962665426
2014-08-08ViewBar moved to Start CenterEfe Gürkan YALAMAN1-0/+6
View bar moved to the start center without handlers. Visible but useless ATM. Change-Id: I1cb64faa1ee86b19ecbb793351c8c11362ef799e
2014-08-08Moving TemplateLocalView to the StartCenterEfe Gürkan YALAMAN1-0/+1
Added TemplateLocalView to the StartCenter. "Templates" Button will hide RecentDocs and show TemplateLocal view. Change-Id: I34fc7f6ed0d819cf0c29dd89ee154408c5d8434f
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-18callcatcher: update unused code listsCaolán McNamara1-1/+0
Change-Id: Ie975f8a970eec63b593933ebb2394db76d537c51
2014-01-31fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail viewZolnai Tamás1-0/+2
Sidebar and thumbnail View are actually not separate windows but F6 key traversal should simulate it as they would be. Define a new getfocus flag called GETFOCUS_F6 which means focus were grabed as a result of pressing F6 key. Use this and other two (GETFOCUS_FORWARD, GETFOCUS_BACKWARD) flags to indicate the focus were grabbed along subwindow relation (define a new ImplGrabFocusToDocument method with a flag parameter on the analogy of GrabFocus() <-> ImplGrabFocus()). Handle F6, Shift+F6 inside BackingWindow as it would have two subwindow (sidebar and thumbnail view). Plus Ctrl+F6 -> grab focus to the thumbnail view. Change-Id: Ie43d761e7cb0269afb79481a81947a4b96e1dde0 Reviewed-on: https://gerrit.libreoffice.org/7486 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
2014-01-07Startcenter: Refresh RecentDocsView when select 'Clear list' menu optionZolnai Tamás1-0/+2
Change-Id: I9cbe647563699b9b610661003084d2cd16093f9a
2013-11-14startcenter: Make the Help and Extensions button work.Jan Holesovsky1-2/+3
Change-Id: I9017dd830c44f642f7d4821345f3831c9031ff9f
2013-11-14startcenter: Thin line around the Help and Extensios buttons.Jan Holesovsky1-1/+4
Change-Id: Id9433a32a9787673fbb266d6465f0bd89f919a40
2013-11-14startcenter: Rework completely according to the new design.Jan Holesovsky1-47/+8
Only the background bitmap that will show behind the buttons is missing at the moment, will come later. Change-Id: I60e8f74ab28383ce1e891367ba5d2aff23d787ff
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold1-2/+2
Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4
2013-09-18startcenter: Tweak Start Center layoutKrisztian Pinter1-6/+13
Change-Id: Ia63acef184455f3d515f0da0a90a46d8318fbbe0 Reviewed-on: https://gerrit.libreoffice.org/5901 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09callcatcher: update unused codeCaolán McNamara1-1/+0
Change-Id: I76825425ff084d3fb1e331fb7ff13b097744c208 Reviewed-on: https://gerrit.libreoffice.org/5882 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-06move backing component dnd support into the large thumbnail areasCaolán McNamara1-0/+5
of the backing window Change-Id: Icf399a8834a25de43909769be08854134991885a
2013-09-04startcenter: Rename variablesKrisztian Pinter1-9/+9
Change-Id: I3137502e6ee3c4c4dce6ac1b99325f5e8c771e02 Reviewed-on: https://gerrit.libreoffice.org/5805 Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com> Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
2013-08-30startcenter: Tweak button layout in Start CenterKrisztian Pinter1-1/+2
Change-Id: I7a02b5c831b268f326d30c331065c57deceeb6ee
2013-08-30startcenter: Add toggle to view templates in Start CenterKrisztian Pinter1-0/+22
Change-Id: I17aa3bfbb7f4b0eca525dd15d6866c6951d5d20f Reviewed-on: https://gerrit.libreoffice.org/5543 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-08-21startcenter: Add new document buttons to "All" tabKrisztian Pinter1-0/+7
Change-Id: I39154f74e126826daeb74345c0712156b89a6d02 Reviewed-on: https://gerrit.libreoffice.org/5456 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-08-16startcenter: Disable tabs for modules not installedKrisztian Pinter1-7/+7
Change-Id: I74dbd1dab44efa87a78ad3268658895f2d1542db
2013-08-13startcenter: Add new Start CenterKrisztian Pinter1-29/+12
Change-Id: I8d4308296fd170f7df60db8eddc51909af482d02
2013-08-06startcenter: Move BackingComp & BackingWindow to sfx2Krisztian Pinter1-0/+130
BackingWindow will use ThumbnailView from sfx2 and it had to be moved to avoid a circular dependency Change-Id: I33a5982ed9e51307476c837f3f534ded7ed38ee0