aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Always connect to local socketAqua-sama2018-01-301-3/+2
|
* Added profile and plugin list to About dialogAqua-sama2018-01-301-1/+1
|
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-0/+3
|
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-1/+1
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Configuration creates missing items based on defaultsAqua-sama2018-01-171-1/+4
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-151-22/+19
|
* Initial plugins testingAqua-sama2018-01-141-0/+17
|
* CookieInterceptor, making all cookies session cookiesAqua-sama2018-01-131-1/+2
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-4/+9
|
* Added .clang-formatAqua-sama2018-01-071-7/+5
|
* Fixed crash with Settings dialogAqua-sama2018-01-031-2/+3
| | | | | - User Configuration gets completely written, instead of being just overrides
* Off-the-record profile settingsAqua-sama2017-12-291-23/+6
| | | | | - all profiles can load configs now - fullscreen requests are no longer ignored
* SettingsDialog patchesAqua-sama2017-12-261-3/+4
| | | | | | | - Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath
* --profile no longer causes a crashAqua-sama2017-12-251-45/+37
|
* astyle passAqua-sama2017-12-251-1/+1
|
* Address bar menu now reads entries from the bookmarksAqua-sama2017-12-241-2/+1
|
* Request filter now properly takes hostlistsAqua-sama2017-12-231-1/+0
| | | | - hostslist directory is set in browser.filterPath
* Removed SingleApplication::SessionParamAqua-sama2017-12-231-8/+10
|
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-231-0/+2
|
* Single instance check works againAqua-sama2017-12-221-0/+37
| | | | - In Debug builds, startup time is calculated
* Bug fixesAqua-sama2017-12-201-35/+2
| | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-27/+12
|
* Bug fixesAqua-sama2017-12-191-3/+3
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* WebView pageMenu implementationAqua-sama2017-12-151-5/+0
|
* Fixed crash on startup due to missing browser.filterPathAqua-sama2017-12-141-1/+3
|
* Simple filterlistAqua-sama2017-12-111-2/+13
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-081-3/+6
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-177/+45
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-101-12/+4
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Code cleanupAqua-sama2017-09-271-30/+26
|
* Some fixes based on clazyAqua-sama2017-09-221-6/+12
|
* Fixed bug with starting up if the local socket wasn't cleaned upAqua-sama2017-09-201-20/+25
|
* Fixed bug opening URLs from the command line while instance is runningAqua-sama2017-09-161-18/+13
|
* Config should now automatically update when changedAqua-sama2017-09-101-20/+15
|
* Split off Bookmarks into static libAqua-sama2017-09-041-1/+1
|
* Profile window fixesAqua-sama2017-08-041-1/+7
|
* Updated documentationAqua-sama2017-07-301-0/+2
|
* Added homepage and newtab to profile widgetAqua-sama2017-07-031-6/+1
|
* Configuration defaults fileAqua-sama2017-07-011-17/+24
|
* Proper Profile loadingAqua-sama2017-06-041-4/+12
|
* Browser class refactoringAqua-sama2017-06-041-72/+57
|
* Adding plugin action to the menu barAqua-sama2017-06-031-0/+8
|
* Test plugin loadingAqua-sama2017-06-031-0/+29
|
* Profile improvementsAqua-sama2017-05-271-6/+14
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* Reenabled BlockerAqua-sama2017-04-221-4/+14
|
* clazy fixesAqua-sama2017-04-221-3/+4
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Some code cleanupAqua-sama2017-04-021-20/+47
|
* Dockable DownloadsWidgetAqua-sama2017-03-201-4/+3
|