summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2013-05-30bnc#805901: Lock WebDAV document that is opened for potential modificationTor Lillqvist1-0/+15
2013-05-09fdo#64211 replace "%2F" to "/" in online (wiki) help URLsAndras Timar1-0/+1
2013-05-07fdo#63659 <sigh> fix brain lapse, missing breakNoel Power1-0/+1
2013-05-07fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & MID_TYPE sub parmasNoel Power1-40/+84
2013-05-01Merge tag 'libreoffice-4.0.3.2' into suse-4.0Petr Mladek28-1074/+1672
2013-04-30MSVC: member of dll interface class may not be declared with dll interfaceTor Lillqvist1-2/+6
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky4-1/+80
2013-04-30Kill unused SfxHistoryToolBoxControl_Impl.Jan Holesovsky1-19/+2
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-03raise warning when saving macro laden doc as a macro-free format bnc#791777Noel Power3-7/+78
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