summaryrefslogtreecommitdiffstats
path: root/src/core/file_picker_controller.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing consts in file picker controllerMichal Klocek2016-07-141-4/+4
| | | | | | Change-Id: I13a7e2d5b676e9c80561021610f4d647d75c63dd Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Unify license header usage.Jani Heikkinen2016-02-011-13/+16
| | | | | | | | | Update files using old header.LGPL3 to use header.LGPL Update files using old header.FLD to use new header.FDL Update files using old header.BSD to use new header.BSD Change-Id: I36a67aaa8c3ca6c7946308defc9c03c3571a7d23 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
* Add missing include to file_picker_controller.hZeno Albisser2015-04-011-0/+1
| | | | | Change-Id: I8c7b185a062aaf0dd2c02a14f4f7a2fa36db3177 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
* Not all public functions of FilePickerController need to be slotsAndras Becsi2015-03-161-5/+4
| | | | | | | | For the sake of correct semantics move some function declarations to be plain old public functions instead of slots. Change-Id: I2ea645f49cfc2d0297352c3e7cc237ef59b69e69 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
* Merge remote-tracking branch 'origin/5.5' into devAllan Sandfeld Jensen2015-03-131-2/+6
| | | | | | | | | | Conflicts: src/webengine/api/qquickwebengineview_p_p.h src/webengine/ui_delegates_manager.cpp src/webengine/ui_delegates_manager.h src/webenginewidgets/api/qwebenginepage_p.h Change-Id: I8052de4d3b2e68a950832226f6f99e2aafca5505
* Refactor FilePickerControllerAdam Kallai2015-03-051-0/+77
Move FilePickerController classes to the QtWebEngine core to providing common functionality of files selecetion for WebEngine and WebEngineWidgtes. Change-Id: I6ab407095460ef5b63b454f7d62b98215383fc21 Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com>