Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 6 | -10/+41 | |
| | ||||||
* | ProfileEditor: add delete button | Aqua-sama | 2018-06-14 | 8 | -19/+90 | |
| | ||||||
* | Add poi.desktop | Aqua-sama | 2018-06-14 | 4 | -5/+33 | |
| | ||||||
* | Completer: double clicking on an item activates it | Aqua-sama | 2018-06-10 | 3 | -13/+20 | |
| | | | | - Completer now has NoEditTriggers set | |||||
* | ProfileEditor: apply http settings when they're changed | Aqua-sama | 2018-06-10 | 4 | -50/+31 | |
| | ||||||
* | Update pkgbuild | Aqua-sama | 2018-06-10 | 1 | -4/+19 | |
| | | | | - add sha512sum check to prepare() | |||||
* | Focus view when URL bar loses focus | Aqua-sama | 2018-06-09 | 4 | -0/+11 | |
| | ||||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 3 | -18/+32 | |
| | ||||||
* | Change install type for plugins to RUNTIME for win32 | Aqua-sama | 2018-06-08 | 1 | -3/+8 | |
| | ||||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 5 | -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 loading | Aqua-sama | 2018-06-07 | 1 | -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/web | Aqua-sama | 2018-06-07 | 9 | -8/+25 | |
| | ||||||
* | Don't copy profiles into profile manager plugin | Aqua-sama | 2018-06-07 | 7 | -26/+29 | |
| | ||||||
* | Check URL validity before searching | Aqua-sama | 2018-06-06 | 2 | -8/+14 | |
| | ||||||
* | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 4 | -71/+151 | |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | |||||
* | Add QString cast to Configuration::value | Aqua-sama | 2018-06-05 | 3 | -20/+17 | |
| | ||||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 7 | -38/+51 | |
| | ||||||
* | Fix hg bookmark not showing up in arch build version | Aqua-sama | 2018-06-01 | 1 | -3/+7 | |
| | ||||||
* | Only add profiles to profile manager at init | Aqua-sama | 2018-06-01 | 7 | -43/+48 | |
| | ||||||
* | Middle mouse button closes tab | Aqua-sama | 2018-06-01 | 2 | -0/+15 | |
| | ||||||
* | Add ProfileManagerDialog | Aqua-sama | 2018-06-01 | 8 | -11/+192 | |
| | ||||||
* | Profile attributes | Aqua-sama | 2018-05-29 | 3 | -125/+15 | |
| | ||||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 8 | -55/+59 | |
| | ||||||
* | Update quickstart | Aqua-sama | 2018-05-29 | 1 | -8/+29 | |
| | ||||||
* | Add load profile actions to tab menu | Aqua-sama | 2018-05-29 | 1 | -1/+20 | |
| | ||||||
* | Update about dialog | Aqua-sama | 2018-05-29 | 2 | -6/+10 | |
| | ||||||
* | Profile properties | Aqua-sama | 2018-05-28 | 3 | -194/+213 | |
| | ||||||
* | Show view profile instead of window profile in title | Aqua-sama | 2018-05-28 | 4 | -13/+16 | |
| | ||||||
* | Show profile name in window title | Aqua-sama | 2018-05-28 | 2 | -0/+8 | |
| | ||||||
* | Changing Window profile | Aqua-sama | 2018-05-28 | 4 | -13/+77 | |
| | ||||||
* | Remove Window::addTab(WebView *view) | Aqua-sama | 2018-05-28 | 4 | -14/+22 | |
| | ||||||
* | Swap to new tab after creating it | Aqua-sama | 2018-05-28 | 1 | -1/+2 | |
| | ||||||
* | Focus view when changing tabs | Aqua-sama | 2018-05-27 | 2 | -12/+14 | |
| | ||||||
* | Back/Forward menu shortcuts | Aqua-sama | 2018-05-26 | 2 | -3/+32 | |
| | ||||||
* | QTBUG-68224 workaround | Aqua-sama | 2018-05-26 | 4 | -0/+36 | |
| | ||||||
* | Profile command | Aqua-sama | 2018-05-26 | 6 | -28/+33 | |
| | ||||||
* | Dock widget shortcut toggle widget visibility | Aqua-sama | 2018-05-20 | 1 | -2/+8 | |
| | ||||||
* | Update manpage | Aqua-sama | 2018-05-18 | 7 | -91/+150 | |
| | ||||||
* | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 7 | -3/+55 | |
| | ||||||
* | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 6 | -51/+84 | |
| | | | | Make loading profiles a free function in Browser | |||||
* | Profile editor plugin | Aqua-sama | 2018-05-15 | 7 | -12/+54 | |
| | ||||||
* | Set download tooltip image preview width to 400 | Aqua-sama | 2018-05-13 | 2 | -2/+1 | |
| | ||||||
* | Download widget item tooltip | Aqua-sama | 2018-05-13 | 9 | -233/+94 | |
| | | | | Simplified ElidedLabel | |||||
* | New window action | Aqua-sama | 2018-05-06 | 2 | -4/+8 | |
| | ||||||
* | Tabifying dock widgets | Aqua-sama | 2018-05-06 | 6 | -8/+78 | |
| | ||||||
* | QTBUG-18665 workaround | Aqua-sama | 2018-05-06 | 3 | -15/+19 | |
| | ||||||
* | Bump cmake version | Aqua-sama | 2018-05-05 | 1 | -2/+1 | |
| | ||||||
* | Stylesheet load setting | Aqua-sama | 2018-05-04 | 6 | -3/+22 | |
| | ||||||
* | Merge address bar menus | Aqua-sama | 2018-05-03 | 6 | -80/+76 | |
| | ||||||
* | QTBUG-65223 workaround | Aqua-sama | 2018-05-03 | 4 | -1/+16 | |
| |