aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-291-2/+2
|
* Add bookmark auto-save (5min)Aqua-sama2018-09-221-0/+6
|
* Update vendor.cmakeAqua-sama2018-09-181-3/+3
| | | | | - add some more comments - made plugin include paths more generic
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-6/+0
|
* Move ProfileManager to libwebAqua-sama2018-09-071-0/+5
|
* Clean up ProfileManagerAqua-sama2018-09-021-17/+12
|
* PluginEditor: implement add plugin actionAqua-sama2018-08-271-0/+12
|
* Add BrowserInterface to simplify plugins a bitAqua-sama2018-08-251-21/+15
|
* Move SubWindow to src/subwindowAqua-sama2018-08-071-1/+1
|
* Remove PageMenuAqua-sama2018-07-081-0/+1
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Add filter.headerAqua-sama2018-07-051-1/+1
|
* 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
|