aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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