summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-29Added title to the Select Persona Dialog.feature/gsoc14-personasRachit Gupta1-1/+3
2014-07-11Fixed crash when cancel is clicked without searching.Rachit Gupta1-1/+2
2014-07-10Fixed thread related issues.Rachit Gupta2-5/+26
2014-07-08The "Select personas installed via extensions" label is invisible by default.Rachit Gupta3-2/+5
2014-07-08Improved UI: Large buttons are not shown.Rachit Gupta1-3/+3
2014-07-02Added feature of clearing the registry in case something goes wrong.Rachit Gupta1-0/+10
2014-07-02Minor fix: Own persona selected when user selects installed persona.Rachit Gupta1-0/+2
2014-07-01Changed Personas installed through extensions procedure.Rachit Gupta3-65/+46
2014-07-01Moved the personas installed through extensions handling to 'own'.Rachit Gupta4-66/+99
2014-07-01Fixed Bug: Persona info is deleted if No Persona is selected.Rachit Gupta1-0/+2
2014-06-30Dropped 'Persona' from the properties in PersonasEntry template.Rachit Gupta2-12/+12
2014-06-30Changed application of personas through extensions procedure.Rachit Gupta2-10/+44
2014-06-27The Personas can be install through oxt extensions.Rachit Gupta5-20/+137
2014-06-21Fixed Typo.Rachit Gupta1-1/+1
2014-06-20Added some pre-defined search terms.Rachit Gupta3-7/+142
2014-06-20Improved search: the images are displayed as they are downloaded.Rachit Gupta3-13/+14
2014-06-19Added functionality to apply default themes.Rachit Gupta4-23/+142
2014-06-18The selected theme is shown in the progress label.Rachit Gupta1-1/+8
2014-06-16personas: Minor tweaks in the selection dialog.Jan Holesovsky1-61/+63
2014-06-18Code cleanup.Rachit Gupta1-60/+16
2014-06-17Minor Fixes.Rachit Gupta1-2/+2
2014-06-15Fixed Bug: SelectPersonaDialog was not closing on clicking OK.Rachit Gupta1-1/+2
2014-06-15Added check for no results.Rachit Gupta3-7/+25
2014-06-14Added error message to the progess label if something goes wrong.Rachit Gupta1-0/+6
2014-06-13Moved the application of persona process to SelectPersonaDialog.Rachit Gupta2-29/+60
2014-06-13Fixed Bug: Small buttons are not visible initially.Rachit Gupta1-9/+9
2014-06-13Fixed Bug: Multiple searches result in correct theme to be applied.Rachit Gupta2-0/+8
2014-06-13Fixed Bug: Progress label was not shown after another search.Rachit Gupta1-1/+6
2014-06-12The theme is download and applied in a separate thread.Rachit Gupta2-101/+130
2014-06-11Changed the Persona application process a bit.Rachit Gupta1-1/+3
2014-06-08The selected theme is now applied to the suite.Rachit Gupta2-50/+125
2014-06-07Little code cleanup.Rachit Gupta2-10/+13
2014-06-01Acquire the solar mutex, otherwise we cannot access vcl in the thread.Jan Holesovsky1-0/+4
2014-06-02Changed images to buttons so they are clickable.Rachit Gupta3-41/+72
2014-05-25Added setOptimalLayoutSize() to resize the dialog after images load.Rachit Gupta1-0/+1
2014-05-22The search result images are shown in the dialog.Rachit Gupta4-22/+269
2014-05-21Added SearchAndParseThread.Rachit Gupta2-22/+61
2014-05-21Moved definition of SelectPersonaDialog to personalization.hxxRachit Gupta3-35/+24
2014-05-21Changed license and added #ifdef.Rachit Gupta1-10/+5
2014-05-21Created std::vector to store learnmore URLs.Rachit Gupta2-18/+13
2014-05-21select_persona_dialog.ui changed to include search.Rachit Gupta2-57/+28
2014-05-21Created basic architecture for PersonasDocHandler.Rachit Gupta4-11/+178
2014-05-21Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann1-5/+12
2014-05-21Work around Clang -fsanitize=address inline asm errorStephan Bergmann1-27/+38
2014-05-21fdo#78921 Don't crash when there is no storage specifiedMaxim Monastirsky1-0/+4
2014-05-21upgrade to python-3.3.5Thomas Arnhold6-245/+42
2014-05-21forgot to release the OpenGL resourcesMarkus Mohrhard1-0/+4
2014-05-21use FBO for the pickingMarkus Mohrhard3-2/+28
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard2-0/+43
2014-05-21set the color for the pickingMarkus Mohrhard3-12/+32