summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Bin ThumbnailView::ImplGetFirstItem()Julien Nabet2-6/+0
2012-08-09reduce static_initialization_and_destruction chainCaolán McNamara1-5/+7
2012-08-08Remove unused defines.Rafael Dominguez1-5/+0
2012-08-08Delete currently open remote overlay.Rafael Dominguez4-1/+38
2012-08-08Display delete option when viewing a remote repository.Rafael Dominguez1-0/+4
2012-08-08Make import contextual, appears when you select a folder to import to.Rafael Dominguez2-4/+4
2012-08-08Store template repositories urls and names in user settings.Rafael Dominguez1-4/+4
2012-08-08Set overlay title and id when loading a remote repository.Rafael Dominguez1-3/+4
2012-08-08Insert cached items to overlay instead of displaying current ones.Rafael Dominguez1-0/+3
2012-08-08Update remote repository name.Rafael Dominguez2-0/+24
2012-08-08Scale down template thumbnail subtitle.Rafael Dominguez1-2/+5
2012-08-08Fix conflicting sfx command ids.Rafael Dominguez1-3/+2
2012-08-08Reload view templates when click refresh button.Rafael Dominguez8-0/+55
2012-08-08Set overlay repository id.Rafael Dominguez1-0/+1
2012-08-08reduce ascii noise and useless commentsThomas Arnhold4-22/+0
2012-08-08remove include comments and boxesThomas Arnhold26-66/+3
2012-08-07remove bogus date informationThomas Arnhold2-11/+0
2012-08-07Remove forwards of non-existing structsThomas Arnhold6-6/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold16-28/+0
2012-08-06Remove create template menu and associated icons.Rafael Dominguez4-140/+0
2012-08-06Sync template repository list with user-stored settings.Rafael Dominguez3-0/+31
2012-08-06Implement adding new repositories through the toolbar.Rafael Dominguez3-0/+25
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen1-1/+1
2012-08-03Remove unneeded attribute.Rafael Dominguez4-7/+2
2012-08-03Make local overlay fill all the window.Rafael Dominguez6-31/+7
2012-08-02Display all templates in the overlay if we hide the search bar.Rafael Dominguez1-0/+4
2012-08-02Filter overlay templates by a search keyword.Rafael Dominguez3-19/+63
2012-08-02Cache results for remote repositories.Rafael Dominguez4-3/+17
2012-08-02Dont store repository information twice.Rafael Dominguez2-7/+8
2012-08-02strip down UniString some moreCaolán McNamara2-6/+6
2012-08-01Remove unused code: those classes are unusedThomas Arnhold2-26/+0
2012-07-31After closing a remote repository overlay display local view.Rafael Dominguez1-1/+5
2012-07-31Display repository list in a popup menu instead of a thumbnail view.Rafael Dominguez6-41/+120
2012-07-31Avoid dividing by 0.Rafael Dominguez1-0/+3
2012-07-31remove DECLARE_LISTCaolán McNamara1-2/+4
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara4-4/+0
2012-07-30...or rather, renamed #includeStephan Bergmann1-1/+0
2012-07-30Missing #includeStephan Bergmann1-0/+1
2012-07-30Typo ressource -> resourceStephan Bergmann1-2/+2
2012-07-29Filter online view templates depending on their type.Rafael Dominguez7-60/+73
2012-07-29Display overlay name for online view.Rafael Dominguez1-0/+1
2012-07-29Rename TemplateFolderView to TemplateLocalView.Rafael Dominguez8-60/+60
2012-07-29Show/Hide template delete action depending on the view.Rafael Dominguez1-0/+6
2012-07-29Dont use a hardcode thumbnail maximum size use the define one instead.Rafael Dominguez1-1/+3
2012-07-29Fix setting corret id for an imported template.Rafael Dominguez1-1/+1
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen3-4/+0
2012-07-29Fix WaE, unused parameter.Rafael Dominguez3-5/+4
2012-07-29Import templates from a remote repository.Rafael Dominguez4-0/+81
2012-07-29Track overlay item state for online view.Rafael Dominguez1-0/+1
2012-07-29Move setting overlay item state handler to TemplateAbstractView.Rafael Dominguez5-13/+14