aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add --no-remote optionAqua-sama2018-07-0211-88/+90
|
* 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-0217-171/+1268
|
* Add WIN32 to windows executableAqua-sama2018-07-011-1/+7
|
* Include boost in ConfigurationEditorAqua-sama2018-07-012-0/+20
|
* Code cleanupAqua-sama2018-07-0110-156/+250
| | | | | | 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-013-0/+41
|
* Add browser.sessionAqua-sama2018-06-292-1/+12
|
* Add --session parameter to load a session jsonAqua-sama2018-06-2810-31/+102
| | | | Add Session menu to main window
* Socket messages are json formattedAqua-sama2018-06-2614-71/+108
|
* Update pkgbuildAqua-sama2018-06-258-503/+58
|
* Add ProfileManagerAqua-sama2018-06-2413-146/+159
|
* Add Session classAqua-sama2018-06-249-29/+113
|
* Split shortcuts into new tabAqua-sama2018-06-238-141/+189
|
* Sort commands alphabeticallyAqua-sama2018-06-231-2/+6
|
* Add ConfigurationEditor pluginAqua-sama2018-06-2313-175/+232
| | | | Removed poi-config
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-236-27/+82
| | | | Change MainWindow to use setShortcut
* clang-format passAqua-sama2018-06-2212-43/+38
|
* Plugin commands no longer require --commandAqua-sama2018-06-228-147/+164
|
* Fix various warningsAqua-sama2018-06-226-5/+15
|
* Update manpageAqua-sama2018-06-224-16/+32
|
* ProfileEditor: add Delete Session and Delete All buttons to CookiesAqua-sama2018-06-212-3/+40
| | | | CookiesList: delete cookies based on selectedRanges
* Add Browser::aboutAqua-sama2018-06-219-57/+165
|
* AddressBar: code cleanupAqua-sama2018-06-188-60/+79
| | | | AddressBar: match input for protocol or '.' in addition to url validity
* .desktop: add run with firejail actionAqua-sama2018-06-173-1/+9
|
* WebProfile: cache a list of cookiesAqua-sama2018-06-174-5/+33
| | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash
* Sort .profile by timeAqua-sama2018-06-1614-110/+274
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* Add extra-cmake-modules to make dependsAqua-sama2018-06-161-1/+2
|
* Add Plasma option to cmake that turns on KF5 blur window effectAqua-sama2018-06-164-1/+29
|
* Bookmarks manager bugfixesAqua-sama2018-06-159-25/+39
| | | | | | | | 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
|
* Update building.mdAqua-sama2018-06-152-18/+26
|
* AboutDialog: add profile list to details tabAqua-sama2018-06-156-10/+41
|
* ProfileEditor: add delete buttonAqua-sama2018-06-148-19/+90
|
* Add poi.desktopAqua-sama2018-06-144-5/+33
|
* Completer: double clicking on an item activates itAqua-sama2018-06-103-13/+20
| | | | - Completer now has NoEditTriggers set
* ProfileEditor: apply http settings when they're changedAqua-sama2018-06-104-50/+31
|
* Update pkgbuildAqua-sama2018-06-101-4/+19
| | | | - add sha512sum check to prepare()
* Focus view when URL bar loses focusAqua-sama2018-06-094-0/+11
|
* Move load profile menu to page menu from tab menuAqua-sama2018-06-093-18/+32
|
* Change install type for plugins to RUNTIME for win32Aqua-sama2018-06-081-3/+8
|
* Better profile loadingAqua-sama2018-06-085-48/+53
| | | | | | | | 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-079-8/+25
|
* Don't copy profiles into profile manager pluginAqua-sama2018-06-077-26/+29
|
* Check URL validity before searchingAqua-sama2018-06-062-8/+14
|
* Fix clazy warnings in WebProfileAqua-sama2018-06-054-71/+151
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Add QString cast to Configuration::valueAqua-sama2018-06-053-20/+17
|
* Clazy fixesAqua-sama2018-06-027-38/+51
|