summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2013-10-11resolved fdo#69948 honor a detected FilterNameEike Rathke1-6/+25
2013-07-31fix for fdo#60883 ( macros disabled for documents opened from templates )Noel Power1-1/+4
2013-07-08fdo#65055: sfx: fix automatic version on closeMichael Stahl2-3/+6
2013-07-03fdo#61429: Stylist: try a little harder to restore "hierarchical"Michael Stahl2-19/+26
2013-07-02Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara1-0/+1
2013-06-23Resolves: fdo#65501 ensure configured backup dir exists before using itCaolán McNamara1-3/+26
2013-05-30warning C4702: unreachable codeStephan Bergmann1-1/+0
2013-05-30MSC fixesStephan Bergmann2-2/+2
2013-05-24rhbz#961460: Don't needlessly pass URLs through INetURLObjectStephan Bergmann1-8/+7
2013-05-08fdo#64211 replace "%2F" to "/" in online (wiki) help URLsAndras Timar1-0/+1
2013-04-22fdo#63659 <sigh> fix brain lapse, missing breakNoel Power1-0/+1
2013-04-19fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & MID_TYPE sub parmasNoel Power1-40/+84
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