aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add --no-remote optionAqua-sama2018-07-021-4/+2
|
* Add nullptr profile check to createSessionAqua-sama2018-07-021-0/+2
|
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-021-1/+3
|
* Code cleanupAqua-sama2018-07-011-13/+24
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Add --session parameter to load a session jsonAqua-sama2018-06-281-2/+3
| | | | Add Session menu to main window
* Socket messages are json formattedAqua-sama2018-06-261-18/+31
|
* Add ProfileManagerAqua-sama2018-06-241-21/+8
|
* Add Session classAqua-sama2018-06-241-2/+2
|
* Add ConfigurationEditor pluginAqua-sama2018-06-231-9/+18
| | | | Removed poi-config
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-231-2/+2
| | | | Change MainWindow to use setShortcut
* clang-format passAqua-sama2018-06-221-13/+9
|
* Plugin commands no longer require --commandAqua-sama2018-06-221-95/+20
|
* Update manpageAqua-sama2018-06-221-2/+1
|
* Add Browser::aboutAqua-sama2018-06-211-0/+11
|
* Sort .profile by timeAqua-sama2018-06-161-22/+37
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* Bookmarks manager bugfixesAqua-sama2018-06-151-1/+0
| | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split
* AboutDialog: add profile list to details tabAqua-sama2018-06-151-0/+6
|
* Better profile loadingAqua-sama2018-06-081-26/+17
| | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool.
* Improve plugin loadingAqua-sama2018-06-071-32/+57
| | | | | - load plugins last - plugin.path can now also be a path to a single plugin, not just a folder
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-1/+1
|
* Don't copy profiles into profile manager pluginAqua-sama2018-06-071-3/+1
|
* Fix clazy warnings in WebProfileAqua-sama2018-06-051-5/+5
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Clazy fixesAqua-sama2018-06-021-7/+7
|
* Only add profiles to profile manager at initAqua-sama2018-06-011-17/+11
|
* Add ProfileManagerDialogAqua-sama2018-06-011-6/+14
|
* Profile attributesAqua-sama2018-05-291-0/+1
|
* Refactor SubwindowAqua-sama2018-05-291-1/+1
|
* Profile propertiesAqua-sama2018-05-281-2/+4
|
* Changing Window profileAqua-sama2018-05-281-8/+37
|
* 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
|