aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix hg bookmark not showing up in arch build versionAqua-sama2018-06-011-3/+7
|
* Only add profiles to profile manager at initAqua-sama2018-06-017-43/+48
|
* Middle mouse button closes tabAqua-sama2018-06-012-0/+15
|
* Add ProfileManagerDialogAqua-sama2018-06-018-11/+192
|
* Profile attributesAqua-sama2018-05-293-125/+15
|
* Refactor SubwindowAqua-sama2018-05-298-55/+59
|
* Update quickstartAqua-sama2018-05-291-8/+29
|
* Add load profile actions to tab menuAqua-sama2018-05-291-1/+20
|
* Update about dialogAqua-sama2018-05-292-6/+10
|
* Profile propertiesAqua-sama2018-05-283-194/+213
|
* Show view profile instead of window profile in titleAqua-sama2018-05-284-13/+16
|
* Show profile name in window titleAqua-sama2018-05-282-0/+8
|
* Changing Window profileAqua-sama2018-05-284-13/+77
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-284-14/+22
|
* Swap to new tab after creating itAqua-sama2018-05-281-1/+2
|
* Focus view when changing tabsAqua-sama2018-05-272-12/+14
|
* Back/Forward menu shortcutsAqua-sama2018-05-262-3/+32
|
* QTBUG-68224 workaroundAqua-sama2018-05-264-0/+36
|
* Profile commandAqua-sama2018-05-266-28/+33
|
* Dock widget shortcut toggle widget visibilityAqua-sama2018-05-201-2/+8
|
* Update manpageAqua-sama2018-05-187-91/+150
|
* Plugin command-line parametersAqua-sama2018-05-167-3/+55
|
* Move help and version functions to main (out of Configuration)Aqua-sama2018-05-156-51/+84
| | | | Make loading profiles a free function in Browser
* Profile editor pluginAqua-sama2018-05-157-12/+54
|
* Set download tooltip image preview width to 400Aqua-sama2018-05-132-2/+1
|
* Download widget item tooltipAqua-sama2018-05-139-233/+94
| | | | Simplified ElidedLabel
* New window actionAqua-sama2018-05-062-4/+8
|
* Tabifying dock widgetsAqua-sama2018-05-066-8/+78
|