aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Load URL/Search page menu actionsAqua-sama2018-04-184-1/+35
|
* Style passAqua-sama2018-04-1710-27/+27
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-177-13/+13
|
* Remove LoadingBarAqua-sama2018-04-173-85/+0
|
* Search box works againAqua-sama2018-04-176-36/+86
|
* Clear navigation bar and address bar when last subwindow is closedAqua-sama2018-04-171-1/+6
|
* Clean up UrlLineEditAqua-sama2018-04-174-67/+51
|
* Add loading progess bar to the address barAqua-sama2018-04-1710-49/+109
|
* Address bar searches work againAqua-sama2018-04-177-8/+24
|
* Enabled address bar suggestionsAqua-sama2018-04-179-46/+67
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-1635-1562/+932
| | | | | | | | | | | | 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-137-78/+1
|
* Fix for setCookieFilter signature change in Qt5.11beta3Aqua-sama2018-04-091-2/+3
|
* Multithreading UrlRequestInterceptorAqua-sama2018-04-082-51/+52
| | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent
* Add FeatureSummary to CMakeListsAqua-sama2018-04-032-8/+19
| | | | - Add MercurialRepo option
* Only create developer tools page when action is triggeredAqua-sama2018-04-024-23/+35
|
* Refactoring TabBarAqua-sama2018-04-0216-205/+249
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-019-110/+241
| | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog
* Add keyboard shortcuts for address bar menusAqua-sama2018-03-313-31/+42
|
* Fix crash when starting a second instanceAqua-sama2018-03-312-3/+3
|
* Removed unused SSL menu from address barAqua-sama2018-03-302-19/+2
|
* Page feature permission request dialogAqua-sama2018-03-302-9/+50
|
* More informative SSL error messageAqua-sama2018-03-301-5/+22
|
* Add missing includesAqua-sama2018-03-231-0/+1
|
* Cookie filterAqua-sama2018-03-239-236/+199
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* poi-config saving configAqua-sama2018-03-211-14/+2
|
* Update manpageAqua-sama2018-03-203-13/+1
|
* Moved Configuration class into libraryAqua-sama2018-03-153-188/+3
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-0711-14/+98
|
* Show local branch and commit in updaterAqua-sama2018-03-063-4/+24
|
* Added poi-configAqua-sama2018-03-051-1/+18
| | | | - view default configuration
* Added manpageAqua-sama2018-02-171-0/+2
|
* Connected WebView::newBookmark signalAqua-sama2018-02-083-3/+17
|
* Fixed address bar auto-completeAqua-sama2018-02-075-17/+13
|
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-1/+1
| | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-317-5/+20
|
* Always connect to local socketAqua-sama2018-01-305-39/+38
|
* Profile menu lists loadable profilesAqua-sama2018-01-304-25/+19
|
* Added profile and plugin list to About dialogAqua-sama2018-01-308-19/+52
|
* Split cmd parsing from main into CommandLine classAqua-sama2018-01-273-80/+179
|
* help and version option work againAqua-sama2018-01-271-5/+13
|
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-275-20/+57
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-266-202/+117
|
* Added warning when trying to get value of non-existent optionsAqua-sama2018-01-261-0/+1
|
* UrlLineEdit reworkAqua-sama2018-01-269-17/+350
| | | | | | | | | - 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-255-6/+264
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Configuration class reworkAqua-sama2018-01-241-74/+15
| | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg
* Added result label to search formAqua-sama2018-01-204-9/+17
|
* Fixed repo location in license headersAqua-sama2018-01-2031-31/+31
|
* Added revision and branch to about dialogAqua-sama2018-01-192-32/+29
|