aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Profile commandAqua-sama2018-05-261-18/+23
|
* Dock widget shortcut toggle widget visibilityAqua-sama2018-05-201-2/+8
|
* Plugin command-line parametersAqua-sama2018-05-161-0/+17
|
* Move help and version functions to main (out of Configuration)Aqua-sama2018-05-151-15/+30
| | | | Make loading profiles a free function in Browser
* Profile editor pluginAqua-sama2018-05-151-0/+35
|
* New window actionAqua-sama2018-05-061-1/+0
|
* Tabifying dock widgetsAqua-sama2018-05-061-0/+6
|
* Don't open additional tabs when creating subwindowsAqua-sama2018-05-011-5/+9
|
* Merge CommandLine functionality into ConfigurationAqua-sama2018-04-221-1/+2
|
* Load URL/Search page menu actionsAqua-sama2018-04-181-0/+3
|
* Style passAqua-sama2018-04-171-3/+3
|
* Add loading progess bar to the address barAqua-sama2018-04-171-2/+2
|
* Address bar searches work againAqua-sama2018-04-171-0/+1
|
* Enabled address bar suggestionsAqua-sama2018-04-171-0/+2
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-109/+71
| | | | | | | | | | | | 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-131-8/+0
|
* Fix for setCookieFilter signature change in Qt5.11beta3Aqua-sama2018-04-091-2/+3
|
* Refactoring TabBarAqua-sama2018-04-021-0/+5
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Cookie filterAqua-sama2018-03-231-15/+25
| | | | | - 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
|
* 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