summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-08-15SfxTemplateManagerDlg::OnTemplateSaveAs: fix assertMichael Stahl1-1/+1
2012-08-15Dont draw thumbnail border if theres no thumbnail to paint.Rafael Dominguez1-23/+29
2012-08-15Disable general manager actions while in save mode.Rafael Dominguez4-22/+52
2012-08-15Save template in the currently open overlay.Rafael Dominguez3-0/+24
2012-08-15Save a template to selected folders.Rafael Dominguez5-0/+70
2012-08-15Show error message when trying to save without a destination folderRafael Dominguez3-0/+7
2012-08-15Add save templates command to manager.Rafael Dominguez4-0/+39
2012-08-15Show empty folders when display all templates.Rafael Dominguez1-1/+1
2012-08-15Hide commands that are only for one selected template.Rafael Dominguez1-0/+8
2012-08-15Close dialog when clicking the close button.Rafael Dominguez2-0/+12
2012-08-15restore the old value for SID_ATTR_ZOOMIvan Timofeev1-1/+1
2012-08-14Display template preview in property dialog.Rafael Dominguez2-1/+61
2012-08-14Display template information like author,type,keywords,etc.Rafael Dominguez3-1/+55
2012-08-14Display template preview and information when clicking properties.Rafael Dominguez9-0/+108
2012-08-14Show template manager dialog instead of save template dialog.Rafael Dominguez1-64/+74
2012-08-12Draw borders arounds thumbnail.Rafael Dominguez4-7/+89
2012-08-12Check correct area when selecting a template by clicking its name.Rafael Dominguez3-11/+5
2012-08-12Perform dbl click action only if its inside the thumbnail area.Rafael Dominguez1-1/+7
2012-08-12Improve thumbnail items position calculation and size.Rafael Dominguez13-78/+65
2012-08-12Display an error msg when importing a template fails.Rafael Dominguez2-1/+22
2012-08-12Display error msg when moving a template from a repository fails.Rafael Dominguez5-5/+36
2012-08-12Dont let user create a repository with a duplicated name.Rafael Dominguez5-6/+26
2012-08-12Display error message for failed operations with templates.Rafael Dominguez3-0/+112
2012-08-12Perform template view paint operation when overlay is hidden.Rafael Dominguez2-0/+16
2012-08-11Change repository name and update repository menu list.Rafael Dominguez4-5/+24
2012-08-11Remove unused attribute.Rafael Dominguez2-2/+0
2012-08-11Show action bar after closing overlay.Rafael Dominguez1-0/+1
2012-08-11Hide template bar after deleting selected templates.Rafael Dominguez1-0/+8
2012-08-11Remove unneeded calls.Rafael Dominguez1-6/+0
2012-08-11Deselect overlay items after exporting them.Rafael Dominguez3-0/+9
2012-08-11Export templates displayed in the search view.Rafael Dominguez1-0/+22
2012-08-11Export selected overlay templates.Rafael Dominguez6-0/+94
2012-08-11Remove close button in template dialog.Rafael Dominguez4-33/+0
2012-08-11Update thumbnails after importing templates to a folder.Rafael Dominguez1-0/+4
2012-08-11Reset thumbnails before updating them.Rafael Dominguez1-0/+3
2012-08-11Fix importing from filesystem and from a remote repository.Rafael Dominguez1-24/+36
2012-08-11Set template name when importing.Rafael Dominguez1-1/+1
2012-08-11Delete template based on its document id.Rafael Dominguez1-6/+8
2012-08-11Add an index for tracking SfxDocumentTemplate item.Rafael Dominguez2-1/+7
2012-08-10Remove TemplateManager menu entry.Rafael Dominguez2-2/+0
2012-08-10Show Template Manager instead of old dialog when creating a template.Rafael Dominguez1-10/+33
2012-08-10Rename unselectItems -> deselectItems.Rafael Dominguez3-4/+4
2012-08-10Deselect item after setting it as default template.Rafael Dominguez5-0/+36
2012-08-10Implement resetting default template.Rafael Dominguez4-0/+79
2012-08-10Hide set as default option when more than one template is selected.Rafael Dominguez1-0/+4
2012-08-10Implement setting a template as default.Rafael Dominguez4-0/+62
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