summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2013-04-15Remove thumbnail from local view if we erase it throught the search view.Rafael Dominguez1-1/+5
2013-04-15Set Template Manager dialog minimum size.Rafael Dominguez1-0/+2
2013-04-13Initialize nFilterJulien Nabet1-1/+1
2013-04-10fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez2-12/+44
2013-04-10Display correct region name in error messages.Rafael Dominguez3-3/+16
2013-04-10Fetch thumbnails position and id from filter array instead."Rafael Dominguez2-15/+28
2013-04-10Update template item path when moving it to another folder.Rafael Dominguez1-2/+2
2013-04-10Mark thumbnailview item as unselected when updating filter.Rafael Dominguez1-0/+1
2013-04-08fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez2-10/+189
2013-04-08Avoid generating filter list several times.Rafael Dominguez5-50/+63
2013-04-08Dont show import action while in save mode.Rafael Dominguez1-1/+2
2013-04-08fdo#60844 Remember last open folder and filter in Template Manager.Rafael Dominguez4-3/+104
2013-04-08Position view below toolbox and search bar when resizing Template dialog.Rafael Dominguez1-16/+10
2013-04-08Dont reload template information after saving.Rafael Dominguez5-8/+74
2013-04-08Display empty folders in Template Manager.Rafael Dominguez1-2/+0
2013-04-08Make template thumbnail sizes appropiate to the content in them.Rafael Dominguez2-2/+5
2013-04-08Calculate template thumbnail subtitle position to fit drawing area.Rafael Dominguez1-3/+0
2013-04-08Deselect items when searching for templates to reset toolbars.Rafael Dominguez1-0/+1
2013-04-08Deselect templates when closing the search view.Rafael Dominguez1-0/+1
2013-04-08Show search and extra buttons when a template is selected.Rafael Dominguez1-3/+1
2013-04-08fdo#60581 Import templates into current directory.Rafael Dominguez5-6/+99
2013-04-08fdo#60581 Display import templates only when its allowed.Rafael Dominguez6-0/+19
2013-04-08Display create template folder only when its allowed.Rafael Dominguez5-0/+17
2013-04-08Update search results when changing template type in Template Manager.Rafael Dominguez1-0/+4
2013-04-08Filter search results by type and keyword in Template Manager.Rafael Dominguez1-4/+44
2013-04-08Get the correct region id view when saving a template.Rafael Dominguez1-1/+1
2013-04-08Fix moving selected search results in Template Manager.Rafael Dominguez1-1/+1
2013-04-08Fix exporting selected search results in Template Manager.Rafael Dominguez1-1/+1
2013-04-08Delete the correct template from the selected search results.Rafael Dominguez6-64/+62
2013-04-08Fix deleting templates through Template Manager.Rafael Dominguez1-14/+3
2013-04-08Separate template region ids from thumbnail ids.Rafael Dominguez7-55/+90
2013-04-02coverity#441020 Dereference after null checkJulien Nabet1-1/+1
2013-03-28quickfixStephan Bergmann1-11/+11
2013-03-28Syncronize thumbnails ids with SfxDocumentTemplates when moving.Rafael Dominguez3-46/+61
2013-03-28Fix template manager item selection behaviour with mouse.Rafael Dominguez1-9/+14
2013-03-28Deselect thumbnailview items when clearing the view.Rafael Dominguez1-0/+10
2013-03-28Merge TemplateView into TemplateAbstractView class.Rafael Dominguez15-594/+489
2013-03-28Templates Manager: merged the Double Click Handling into TemplateAbstractViewCédric Bosdonnat9-68/+39
2013-03-27fdo#61429: Stylist: save selection of "Hierarchical" entryMichael Stahl2-15/+41
2013-03-26fdo#62659: only select items in ThumbnailView on TabStopCédric Bosdonnat1-9/+13
2013-03-26fdo#61390: allow arrow keys to show hidden thumbnail itemsCédric Bosdonnat3-3/+31
2013-03-22fdo#61390: Fixed the tabstop in the TemplateView.Cédric Bosdonnat4-20/+13
2013-03-22fdo#61390: simple keybard support in TemplateManagerCédric Bosdonnat2-7/+104
2013-03-22Template Manager: removed some dead selection codeCédric Bosdonnat3-111/+24
2013-03-22Template Manager: fixed control WinBits reset... was breaking tabstopCédric Bosdonnat1-1/+1
2013-03-22Template Manager: select first item when getting focus if no selectionCédric Bosdonnat1-1/+18
2013-03-19Template Manager: fixed TabStops for the toolbarsCédric Bosdonnat3-16/+4
2013-03-19Template Manager: fixed search edit field positionCédric Bosdonnat1-1/+1
2013-03-19Template manager: moved the controls into a proper TabPage to avoid problemsCédric Bosdonnat5-74/+98
2013-03-11Revert "Ask for confirmation when deleting a template, fdo#61466"Cédric Bosdonnat3-11/+0