aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Profile editor pluginAqua-sama2018-05-151-1/+1
|
* Bump cmake versionAqua-sama2018-05-051-2/+1
|
* Split off addressbar into lib/Aqua-sama2018-05-011-0/+1
|
* message Boost libAqua-sama2018-04-211-0/+1
|
* Comment out ProfileEditorAqua-sama2018-04-211-1/+1
|
* Multiple subwindows interfaceAqua-sama2018-04-161-4/+9
| | | | | | | | | | | | 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-1/+1
|
* Multithreading UrlRequestInterceptorAqua-sama2018-04-081-0/+7
| | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent
* Add FeatureSummary to CMakeListsAqua-sama2018-04-031-1/+20
| | | | - Add MercurialRepo option
* Cookie filterAqua-sama2018-03-231-4/+1
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Moved Configuration class into libraryAqua-sama2018-03-151-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-86/+4
|
* Added poi-configAqua-sama2018-03-051-0/+2
| | | | - view default configuration
* Split cmd parsing from main into CommandLine classAqua-sama2018-01-271-1/+1
|
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-271-3/+3
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-4/+2
|
* UrlLineEdit reworkAqua-sama2018-01-261-4/+8
| | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors
* Configuration class reworkAqua-sama2018-01-251-0/+2
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Added result label to search formAqua-sama2018-01-201-7/+9
|
* Added revision and branch to about dialogAqua-sama2018-01-191-2/+4
|
* Refactoring MainWindowAqua-sama2018-01-191-6/+6
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Fixed build scripts for use with the mercurial repositoryAqua-sama2018-01-161-3/+3
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-151-3/+0
|
* Initial plugins testingAqua-sama2018-01-141-1/+8
|
* Minor fixesAqua-sama2018-01-141-0/+1
|
* CookieInterceptor, making all cookies session cookiesAqua-sama2018-01-131-0/+2
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-1/+2
|
* Fixed bugs with QDockWidgetsAqua-sama2018-01-081-1/+15
| | | | | | - QDockWidgets are now deleted on close - Opening a new BookmarksWidget no longer leaves an empty dock widget - Fixed crash with deleting dock widgets
* Fixed crash with Settings dialogAqua-sama2018-01-031-0/+1
| | | | | - User Configuration gets completely written, instead of being just overrides
* Updated PKGBUILDAqua-sama2018-01-031-2/+2
|
* Changed from qbs to cmakeAqua-sama2018-01-031-0/+96