aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move SubWindow to src/subwindowAqua-sama2018-08-071-4/+6
|
* Add vendor.cmakeAqua-sama2018-07-151-8/+8
|
* Remove PageToolsMenuAqua-sama2018-07-111-2/+0
|
* Remove PageMenuAqua-sama2018-07-081-2/+0
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-021-2/+3
|
* Add WIN32 to windows executableAqua-sama2018-07-011-1/+7
|
* Code cleanupAqua-sama2018-07-011-0/+1
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Add ProfileManagerAqua-sama2018-06-241-0/+2
|
* Add Session classAqua-sama2018-06-241-0/+2
|
* Plugin commands no longer require --commandAqua-sama2018-06-221-1/+1
|
* Add Browser::aboutAqua-sama2018-06-211-1/+1
|
* Add Plasma option to cmake that turns on KF5 blur window effectAqua-sama2018-06-161-1/+9
|
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-4/+3
|
* Refactor SubwindowAqua-sama2018-05-291-2/+2
|
* QTBUG-68224 workaroundAqua-sama2018-05-261-0/+1
|
* Tabifying dock widgetsAqua-sama2018-05-061-0/+2
|
* QTBUG-65223 workaroundAqua-sama2018-05-031-0/+4
|
* Split off addressbar into lib/Aqua-sama2018-05-011-8/+1
|
* Merge CommandLine functionality into ConfigurationAqua-sama2018-04-221-2/+0
|
* Add boost to poi link librariesAqua-sama2018-04-211-0/+1
|
* Add Boost_INCLUDE_DIRS to poi and aboutAqua-sama2018-04-211-0/+1
|
* Remove LoadingBarAqua-sama2018-04-171-2/+0
|
* Search box works againAqua-sama2018-04-171-3/+3
|
* Add loading progess bar to the address barAqua-sama2018-04-171-0/+2
|
* Multiple subwindows interfaceAqua-sama2018-04-161-20/+13
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Branch of Qt5.11 featuresAqua-sama2018-04-131-6/+0
|
* Add FeatureSummary to CMakeListsAqua-sama2018-04-031-8/+0
| | | | - Add MercurialRepo option
* Refactoring TabBarAqua-sama2018-04-021-3/+10
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-011-1/+1
| | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog
* Cookie filterAqua-sama2018-03-231-2/+2
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Moved Configuration class into libraryAqua-sama2018-03-151-4/+3
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-0/+84