summaryrefslogtreecommitdiff
path: root/cui/source/options/personalization.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-4/+0
2015-03-01unconditional break in while loopMarkus Mohrhard1-3/+1
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-11-22fdo#86550 make some strings localizableAndras Timar1-5/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-22Avoid unnecessary #includeStephan Bergmann1-0/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-08-15Replaced %1's with URL's to make the errors more descriptive.Rachit Gupta1-0/+2
2014-08-15WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist1-1/+1
2014-08-14personas: Added a TODO FIXME wrt. ssl negotiation.Jan Holesovsky1-0/+31
2014-08-14personas: Better default searches, improved error messaging.Jan Holesovsky1-7/+8
2014-08-14Removed hardcoded strings.Rachit Gupta1-8/+10
2014-08-14Changed Select Persona Dialog.Rachit Gupta1-19/+11
2014-08-14Fixed crash when cancel is clicked without searching.Rachit Gupta1-1/+2
2014-08-14Fixed thread related issues.Rachit Gupta1-5/+23
2014-08-14The "Select personas installed via extensions" label is invisible by default.Rachit Gupta1-0/+3
2014-08-14Minor fix: Own persona selected when user selects installed persona.Rachit Gupta1-0/+2
2014-08-14Changed Personas installed through extensions procedure.Rachit Gupta1-33/+30
2014-08-14Moved the personas installed through extensions handling to 'own'.Rachit Gupta1-4/+16
2014-08-14Fixed Bug: Persona info is deleted if No Persona is selected.Rachit Gupta1-0/+2
2014-08-14Dropped 'Persona' from the properties in PersonasEntry template.Rachit Gupta1-6/+6
2014-08-14Changed application of personas through extensions procedure.Rachit Gupta1-6/+19
2014-08-14The Personas can be install through oxt extensions.Rachit Gupta1-1/+53
2014-08-14Added some pre-defined search terms.Rachit Gupta1-2/+36
2014-08-14Improved search: the images are displayed as they are downloaded.Rachit Gupta1-12/+9
2014-08-14Added functionality to apply default themes.Rachit Gupta1-13/+68
2014-08-14The selected theme is shown in the progress label.Rachit Gupta1-1/+8
2014-08-14Code cleanup.Rachit Gupta1-60/+16
2014-08-14Minor Fixes.Rachit Gupta1-2/+2
2014-08-14Fixed Bug: SelectPersonaDialog was not closing on clicking OK.Rachit Gupta1-1/+2
2014-08-14Added check for no results.Rachit Gupta1-1/+10
2014-08-14Added error message to the progess label if something goes wrong.Rachit Gupta1-0/+6
2014-08-14Moved the application of persona process to SelectPersonaDialog.Rachit Gupta1-23/+53
2014-08-14Fixed Bug: Multiple searches result in correct theme to be applied.Rachit Gupta1-0/+7
2014-08-14Fixed Bug: Progress label was not shown after another search.Rachit Gupta1-1/+6
2014-08-14The theme is download and applied in a separate thread.Rachit Gupta1-99/+122
2014-08-14Changed the Persona application process a bit.Rachit Gupta1-1/+3
2014-08-14The selected theme is now applied to the suite.Rachit Gupta1-45/+119
2014-08-14Little code cleanup.Rachit Gupta1-5/+5
2014-08-14Acquire the solar mutex, otherwise we cannot access vcl in the thread.Jan Holesovsky1-0/+4
2014-08-14Changed images to buttons so they are clickable.Rachit Gupta1-13/+15
2014-08-14Added setOptimalLayoutSize() to resize the dialog after images load.Rachit Gupta1-0/+1
2014-08-14The search result images are shown in the dialog.Rachit Gupta1-6/+123
2014-08-14Added SearchAndParseThread.Rachit Gupta1-22/+40