summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2016-06-17tdf#79198 START CENTER: Close button doesn't reappear after being clickedAkshay Deep1-0/+6
2016-06-17tdf#75369 Start Center: Non-installed applications aren't greyed outAkshay Deep2-0/+22
2016-06-17use assert, this time correctlyDavid Tardon1-1/+1
2016-06-17use assertDavid Tardon1-1/+1
2016-06-17tdf#90577 Start Center: Clear List item should more accessibleAkshay Deep3-32/+54
2016-06-17tdf#100423 Template Manager: ctrl + A and del should work correctlyAkshay Deep4-5/+12
2016-06-16tdf#100351 attempt to fix untranslatable stringOlivier Hallot1-2/+1
2016-06-16tdf#100068: ScreenshotId for tab dialogsKatarina Behrens1-0/+15
2016-06-15sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna2-0/+26
2016-06-15Template Export: Don't overwrite the existing template in a directoryAkshay Deep1-1/+1
2016-06-15sfx2: implement per-view LOK_CALLBACK_CONTEXT_MENUMiklos Vajna1-2/+10
2016-06-13Code cleanup: No need to explicitly show tooltips in Template ManagerAkshay Deep1-6/+0
2016-06-13loplugin:sallogareasStephan Bergmann10-18/+18
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin4-10/+10
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin5-5/+6
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-1/+1
2016-06-11coverity#1362677 Unchecked dynamic_castCaolán McNamara1-1/+1
2016-06-11coverity#1202784 Division or modulo by zeroCaolán McNamara1-1/+1
2016-06-11tdf#97087 Timers and idles should have programmer comprehensible, unique namesapurvapriyadarshi1-1/+1
2016-06-10Clean up uses of Any::getValue() in sfx2Stephan Bergmann1-1/+2
2016-06-10Move accessibility relations to .ui files, Part 8: tdf#87026Muhammet Kara3-14/+12
2016-06-10GSoC: Template Manager: Add respones for User InteractionAkshay Deep5-35/+45
2016-06-10Resolves: tdf#100181 quickstart crashes immediately without QuickstarterCaolán McNamara1-9/+2
2016-06-10sfx2: implement per-view LOK_CALLBACK_STATE_CHANGEDMiklos Vajna1-4/+14
2016-06-10GSoC: Template Manager: Enable Keyboard shortcutsAkshay Deep5-55/+129
2016-06-09Templates: Display titles and category as tooltipsAkshay Deep7-5/+30
2016-06-09tdf#100260 Template Manager: Cannot open context menu without mouseAkshay Deep6-14/+61
2016-06-09Template Manager: Improve "Rename Category" functionalityAkshay Deep1-30/+31
2016-06-09Hide Default Template icon when resetting default using toolbox menuAkshay Deep2-0/+6
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2-6/+4
2016-06-08Template Manager: Enable "Move" and "Export" buttons on right clickAkshay Deep2-0/+2
2016-06-08Disable multiselection in Impress Template SelectionAkshay Deep2-2/+28
2016-06-08tdf#96099 Remove SfxInterfaceArr_Impl typedefMark Page2-4/+4
2016-06-08sfx2 classification: use auto where it improves code readabilityMiklos Vajna1-12/+12
2016-06-08tdf#99815 use XNotifyingDispatch in sfx2Juergen Funk4-16/+41
2016-06-07Switch "Delete" and "Rename" in Template context menuAkshay Deep1-4/+4
2016-06-07Missing selected + hover state in Template ManagerAkshay Deep3-3/+13
2016-06-07Reset Default in Context Menu for default templatesAkshay Deep6-16/+45
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl4-8/+8
2016-06-06Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ...Noel Grandin1-74/+31
2016-06-06tdf#89329: use rtl::Reference for pImpl in querystatusXisco Fauli1-4/+2
2016-06-06loplugin:defaultparamsStephan Bergmann1-1/+1
2016-06-06Improve Impress Template Selection DialogAkshay Deep4-3/+41
2016-06-06Hitting return in search field should not open a templateAkshay Deep1-0/+7
2016-06-06tdf#94131 Easier access to set a default template when saving a templateAkshay Deep2-3/+48
2016-06-06Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"Noel Grandin1-31/+74
2016-06-06Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flagMark Page1-74/+31
2016-06-06loplugin:unusedvariablecheckTor Lillqvist1-1/+0
2016-06-06loplugin:passstuffbyrefTor Lillqvist1-1/+1
2016-06-06tdf#89329: use unique_ptr for pImpl in objshXisco Fauli6-317/+315