aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring TabBarAqua-sama2018-04-0217-211/+255
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Updated documentationAqua-sama2018-04-024-11/+128
|
* 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-315-33/+66
|
* 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
|
* Update pkgbuildAqua-sama2018-03-231-3/+3
|
* Add missing includesAqua-sama2018-03-232-0/+2
|
* Cookie filterAqua-sama2018-03-2312-240/+205
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* poi-config saving configAqua-sama2018-03-216-27/+101
|
* Update manpageAqua-sama2018-03-206-59/+357
|
* Add pause/resume/cancel buttons to downloadAqua-sama2018-03-155-20/+65
|
* Moved Configuration class into libraryAqua-sama2018-03-159-27/+29
|
* Add missing AUTOUIC in ProfileEditorAqua-sama2018-03-071-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-0716-108/+126
|
* Show local branch and commit in updaterAqua-sama2018-03-064-13/+38
|
* Added poi-configAqua-sama2018-03-059-186/+124
| | | | - view default configuration
* Fixed pkgbuild againAqua-sama2018-02-171-3/+4
|
* Fixed pkgbuildAqua-sama2018-02-171-1/+2
|
* Added manpageAqua-sama2018-02-176-0/+181
|
* Rewrote the updaterAqua-sama2018-02-092-145/+83
|
* Connected WebView::newBookmark signalAqua-sama2018-02-083-3/+17
|
* Fixed address bar auto-completeAqua-sama2018-02-077-17/+20
|
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-0713-733/+233
| | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter
* Bookmarks bugfixesAqua-sama2018-02-076-15/+59
| | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count
* Bookmarks drag and dropAqua-sama2018-02-046-47/+92
|
* 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-309-20/+53
|
* Split cmd parsing from main into CommandLine classAqua-sama2018-01-274-81/+180
|
* help and version option work againAqua-sama2018-01-271-5/+13
|
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-276-23/+60
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-2612-718/+150
|
* Added warning when trying to get value of non-existent optionsAqua-sama2018-01-261-0/+1
|
* UrlLineEdit reworkAqua-sama2018-01-2611-85/+158
| | | | | | | | | - 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-258-54/+52
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Configuration class reworkAqua-sama2018-01-245-282/+93
| | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg
* Pressing enter/return sets bookmark itemsAqua-sama2018-01-201-0/+26
|
* Saner bookmark editingAqua-sama2018-01-206-44/+130
| | | | - Fixed bug with bookmarks in folders getting duplicated
* Added result label to search formAqua-sama2018-01-205-16/+26
|
* Fixed repo location in license headersAqua-sama2018-01-2059-81/+78
|
* Added comments to PKGBUILDAqua-sama2018-01-202-20/+15
|
* Added revision and branch to about dialogAqua-sama2018-01-193-34/+33
|
* Added shortcuts to navbar actionsAqua-sama2018-01-192-4/+28
|
* Refactoring MainWindowAqua-sama2018-01-1919-267/+273
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Configuration creates missing items based on defaultsAqua-sama2018-01-175-187/+141
|
* Fixed build scripts for use with the mercurial repositoryAqua-sama2018-01-1610-78/+30
|