summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-08-20Hide template export option for remote repositories.Rafael Dominguez1-2/+4
2012-08-20Remove unused functions.Rafael Dominguez2-66/+0
2012-08-20Filter overlay with the last selected filter.Rafael Dominguez1-2/+1
2012-08-20Set correct scrollbar size depending on the item count of the view.Rafael Dominguez1-2/+5
2012-08-20Fix filtering items in thumbnailview when painting.Rafael Dominguez1-24/+50
2012-08-20Disable opening a template while in save mode.Rafael Dominguez1-12/+15
2012-08-17gbuild: register all jarsMichael Stahl2-11/+11
2012-08-16fdo#53280: Reset read-only UI after successful Save AsStephan Bergmann1-0/+5
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann22-61/+24
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann2-2/+2
2012-08-16-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann1-1/+1
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