summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* coverity#441021 Dereference after null checkJulien Nabet2013-03-301-1/+1
* coverity#441020 Dereference after null checkJulien Nabet2013-03-301-1/+1
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-4/+2
* Initialize nFilterJulien Nabet2013-03-291-1/+1
* fdo#60844 Remember last open folder and filter in Template Manager.Rafael Dominguez2013-03-284-3/+104
* Position view below toolbox and search bar when resizing Template dialog.Rafael Dominguez2013-03-281-2/+6
* Dont reload template information after saving.Rafael Dominguez2013-03-285-8/+74
* Display empty folders in Template Manager.Rafael Dominguez2013-03-281-2/+0
* Make template thumbnail sizes appropiate to the content in them.Rafael Dominguez2013-03-282-2/+5
* Calculate template thumbnail subtitle position to fit drawing area.Rafael Dominguez2013-03-281-3/+0
* Deselect items when searching for templates to reset toolbars.Rafael Dominguez2013-03-281-0/+1
* Building without --with-help is not supposed to disable help functionalityTor Lillqvist2013-03-281-4/+4
* Deselect templates when closing the search view.Rafael Dominguez2013-03-281-0/+1
* Show search and extra buttons when a template is selected.Rafael Dominguez2013-03-281-3/+1
* Position correctly widgets in Template Manager.Rafael Dominguez2013-03-283-20/+8
* Hide creating a new template folder when theres one already selected.Rafael Dominguez2013-03-281-0/+2
* fdo#60581 Import templates into current directory.Rafael Dominguez2013-03-285-6/+99
* fdo#60581 Display import templates only when its allowed.Rafael Dominguez2013-03-286-0/+18
* Display create template folder only when its allowed.Rafael Dominguez2013-03-286-0/+19
* Update search results when changing template type in Template Manager.Rafael Dominguez2013-03-281-0/+4
* Filter search results by type and keyword in Template Manager.Rafael Dominguez2013-03-281-4/+44
* Dont display all templates types after closing the search bar.Rafael Dominguez2013-03-281-4/+0
* Get the correct region id view when saving a template.Rafael Dominguez2013-03-281-1/+1
* Put some help-related code behind #if HAVE_FEATURE_HELPTor Lillqvist2013-03-281-1/+12
* Fix moving selected search results in Template Manager.Rafael Dominguez2013-03-271-1/+1
* Fix exporting selected search results in Template Manager.Rafael Dominguez2013-03-271-1/+1
* Delete the correct template from the selected search results.Rafael Dominguez2013-03-276-64/+62
* Fix deleting templates through Template Manager.Rafael Dominguez2013-03-271-14/+3
* Separate template region ids from thumbnail ids.Rafael Dominguez2013-03-277-55/+90
* Remove HTMLMODE_FRM_COLUMNS and export column-count CSS attributeHarri Pitkänen2013-03-271-1/+0
* MSC fixesStephan Bergmann2013-03-272-2/+2
* sfx2: TabDlg_Impl::pData is deleted twiceMichael Stahl2013-03-271-3/+2
* WaE: macro is not usedTor Lillqvist2013-03-271-3/+4
* Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2013-03-277-11/+22
* -Wunused-macrosStephan Bergmann2013-03-2711-27/+0
* coverity#440839 Resource leak in objectJulien Nabet2013-03-261-0/+4
* Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2013-03-267-11/+11
* Lock files make no sense on Android or iOSTor Lillqvist2013-03-261-1/+16
* Shared documents make no sense for Android and iOSTor Lillqvist2013-03-266-5/+21
* quickfixStephan Bergmann2013-03-261-11/+11
* Syncronize thumbnails ids with SfxDocumentTemplates when moving.Rafael Dominguez2013-03-263-46/+61
* Fix template manager item selection behaviour with mouse.Rafael Dominguez2013-03-261-9/+14
* Deselect thumbnailview items when clearing the view.Rafael Dominguez2013-03-261-0/+10
* Merge TemplateView into TemplateAbstractView class.Rafael Dominguez2013-03-2615-590/+492
* fdo#61429: Stylist: save selection of "Hierarchical" entryMichael Stahl2013-03-262-15/+41
* There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist2013-03-253-9/+9
* sfx2: pViewOnlyItem: -Werror=unused-variableMichael Stahl2013-03-251-1/+0
* fdo#60780, Save a Copy wipÁdám Csaba Király2013-03-2513-3/+92
* fdo#62659: only select items in ThumbnailView on TabStopCédric Bosdonnat2013-03-251-9/+13
* fdo#61390: allow arrow keys to show hidden thumbnail itemsCédric Bosdonnat2013-03-253-3/+31