aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove old session codeAqua-sama2018-11-281-42/+0
|
* Rewrite Session saving and loadingAqua-sama2018-11-281-1/+1
|
* Adding and Removing plugins at runtimeAqua-sama2018-11-231-19/+60
|
* Loading and unloading of plugins at runtimeAqua-sama2018-11-231-5/+6
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-231-28/+16
| | | | - Remove plugin list from About dialog
* Add AboutPlugin dialogAqua-sama2018-11-221-13/+26
|
* Use vcs_tag to get version informationAqua-sama2018-10-241-1/+2
|
* Remove lib/ as includepathAqua-sama2018-10-231-7/+7
|
* Fix SingleApplication segfaultAqua-sama2018-10-231-2/+2
|
* Fix link errorsAqua-sama2018-10-231-2/+2
|
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-201-2/+3
|
* Update CMakeLists option namesAqua-sama2018-10-141-1/+1
|
* Unlink plugins from lib/ librariesAqua-sama2018-10-091-26/+47
|
* Create .profile file when adding a new profileAqua-sama2018-10-081-1/+10
|
* Expand HTTP header settings #4Aqua-sama2018-10-071-2/+4
| | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor
* clazy: fix warningsAqua-sama2018-10-041-3/+3
|
* Update remaining repository paths in license headersAqua-sama2018-10-021-1/+1
|
* Add Util namespaceAqua-sama2018-10-021-6/+13
| | | | - Util::files lists files in specified .path
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-36/+22
|
* 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
|