aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring TabBarAqua-sama2018-04-021-8/+10
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Fix crash when starting a second instanceAqua-sama2018-03-311-2/+2
|
* Cookie filterAqua-sama2018-03-231-3/+3
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Added profile and plugin list to About dialogAqua-sama2018-01-301-1/+9
|
* Configuration class reworkAqua-sama2018-01-251-1/+1
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-151-2/+6
|
* Initial plugins testingAqua-sama2018-01-141-1/+3
|
* CookieInterceptor, making all cookies session cookiesAqua-sama2018-01-131-0/+2
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-2/+1
|
* Added .clang-formatAqua-sama2018-01-071-1/+1
|
* --profile no longer causes a crashAqua-sama2017-12-251-3/+2
|
* astyle passAqua-sama2017-12-251-1/+1
|
* Removed SingleApplication::SessionParamAqua-sama2017-12-231-1/+1
|
* Single instance check works againAqua-sama2017-12-221-3/+3
| | | | - In Debug builds, startup time is calculated
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-25/+7
|
* Bug fixesAqua-sama2017-12-191-3/+3
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* Simple filterlistAqua-sama2017-12-111-6/+2
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-081-4/+4
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-37/+22
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-101-3/+4
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Code cleanupAqua-sama2017-09-271-12/+7
|
* Fixed bug with starting up if the local socket wasn't cleaned upAqua-sama2017-09-201-13/+15
|
* Fixed bug opening URLs from the command line while instance is runningAqua-sama2017-09-161-1/+1
|
* Config should now automatically update when changedAqua-sama2017-09-101-1/+1
|
* Split off Bookmarks into static libAqua-sama2017-09-041-1/+4
|
* Browser class refactoringAqua-sama2017-06-041-11/+9
|
* Adding plugin action to the menu barAqua-sama2017-06-031-0/+4
|
* Profile improvementsAqua-sama2017-05-271-0/+1
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* Reenabled BlockerAqua-sama2017-04-221-0/+3
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Some code cleanupAqua-sama2017-04-021-3/+8
|
* Dockable DownloadsWidgetAqua-sama2017-03-201-3/+3
|
* Fixed opening bookmarks with multiple windowsAqua-sama2017-03-201-3/+3
|
* Updated BUILDING.mdAqua-sama2017-03-191-0/+6
| | | | mach script can now build tarballs
* Blocker rewritesAqua-sama2017-02-281-0/+4
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* Settings class reworkAqua-sama2017-02-241-0/+5
| | | | Using toml as format
* Minor featuresAqua-sama2017-02-231-0/+1
| | | | | First run check focusAddress and *toolbarMovable options
* Single instanceAqua-sama2017-02-211-0/+8
|
* Global bookmarks and downloads dialogsAqua-sama2017-02-141-0/+8
|
* Settings changesAqua-sama2017-02-141-3/+5
|
* AStyle passAqua-sama2017-02-011-5/+5
| | | | Added style check to pre-commit hook
* Added license headersAqua-sama2017-01-161-26/+46
|
* New Window action now worksAqua-sama2017-01-121-2/+0
|
* Window title bar gets updatedAqua-sama2017-01-111-4/+0
|
* Initial commit0.1.0Aqua-sama2017-01-111-0/+32