aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* WebView: add Open in new tab and Save actions for imagesAqua-sama2018-07-121-0/+8
|
* WebView: always add Open link actions if the link URL is not emptyAqua-sama2018-07-121-59/+67
|
* WebView: fix context menu transparency with PlasmaAqua-sama2018-07-121-1/+1
|
* WebView: always add zoom widget to context menuAqua-sama2018-07-111-21/+21
|
* Remove PageToolsMenuAqua-sama2018-07-117-113/+39
|
* Add custom WebView context menuAqua-sama2018-07-111-26/+115
|
* Remove PageMenuAqua-sama2018-07-089-172/+135
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-072-6/+38
|
* Add web/urlfilterAqua-sama2018-07-051-0/+9
|
* Add filter.headerAqua-sama2018-07-053-4/+27
|
* Add --no-remote optionAqua-sama2018-07-024-52/+27
|
* Enable console output on Win32Aqua-sama2018-07-021-0/+12
|
* Add nullptr profile check to createSessionAqua-sama2018-07-022-1/+3
|
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-027-171/+31
|
* Add WIN32 to windows executableAqua-sama2018-07-011-1/+7
|
* Code cleanupAqua-sama2018-07-019-154/+249
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Add browser.locale and browser.translationAqua-sama2018-07-011-0/+20
|
* Add browser.sessionAqua-sama2018-06-291-1/+11
|
* Add --session parameter to load a session jsonAqua-sama2018-06-288-31/+71
| | | | Add Session menu to main window
* Socket messages are json formattedAqua-sama2018-06-2613-70/+106
|
* Add ProfileManagerAqua-sama2018-06-2411-74/+159
|
* Add Session classAqua-sama2018-06-247-27/+95
|
* Sort commands alphabeticallyAqua-sama2018-06-231-2/+6
|
* Add ConfigurationEditor pluginAqua-sama2018-06-231-9/+18
| | | | Removed poi-config
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-233-15/+33
| | | | Change MainWindow to use setShortcut
* clang-format passAqua-sama2018-06-2212-43/+38
|
* Plugin commands no longer require --commandAqua-sama2018-06-225-129/+161
|
* Fix various warningsAqua-sama2018-06-223-3/+7
|
* Update manpageAqua-sama2018-06-221-2/+1
|
* Add Browser::aboutAqua-sama2018-06-214-7/+18
|
* AddressBar: code cleanupAqua-sama2018-06-182-5/+43
| | | | AddressBar: match input for protocol or '.' in addition to url validity
* WebProfile: cache a list of cookiesAqua-sama2018-06-171-1/+1
| | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash
* Sort .profile by timeAqua-sama2018-06-162-22/+40
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* Add Plasma option to cmake that turns on KF5 blur window effectAqua-sama2018-06-162-1/+19
|
* Bookmarks manager bugfixesAqua-sama2018-06-153-2/+9
| | | | | | | | 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
* SubWindow: delete views right away when closing tabAqua-sama2018-06-151-4/+5
|
* AboutDialog: add profile list to details tabAqua-sama2018-06-152-0/+11
|
* Add poi.desktopAqua-sama2018-06-141-5/+5
|
* Move load profile menu to page menu from tab menuAqua-sama2018-06-093-18/+32
|
* Better profile loadingAqua-sama2018-06-082-27/+19
| | | | | | | | 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-076-269/+6
|
* Don't copy profiles into profile manager pluginAqua-sama2018-06-071-3/+1
|
* Fix clazy warnings in WebProfileAqua-sama2018-06-053-71/+133
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Clazy fixesAqua-sama2018-06-026-36/+49
|
* Only add profiles to profile manager at initAqua-sama2018-06-011-17/+11
|
* Middle mouse button closes tabAqua-sama2018-06-012-0/+15
|
* Add ProfileManagerDialogAqua-sama2018-06-011-6/+14
|
* Profile attributesAqua-sama2018-05-293-125/+15
|
* Refactor SubwindowAqua-sama2018-05-298-55/+59
|