| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 2 | -0/+11 | |
| | | ||||||
| * | Add poi.desktop | Aqua-sama | 2018-06-14 | 1 | -5/+5 | |
| | | ||||||
| * | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 3 | -18/+32 | |
| | | ||||||
| * | Better profile loading | Aqua-sama | 2018-06-08 | 2 | -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 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 | 6 | -269/+6 | |
| | | ||||||
| * | Don't copy profiles into profile manager plugin | Aqua-sama | 2018-06-07 | 1 | -3/+1 | |
| | | ||||||
| * | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 3 | -71/+133 | |
| | | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | |||||
| * | Clazy fixes | Aqua-sama | 2018-06-02 | 6 | -36/+49 | |
| | | ||||||
| * | Only add profiles to profile manager at init | Aqua-sama | 2018-06-01 | 1 | -17/+11 | |
| | | ||||||
| * | Middle mouse button closes tab | Aqua-sama | 2018-06-01 | 2 | -0/+15 | |
| | | ||||||
| * | Add ProfileManagerDialog | Aqua-sama | 2018-06-01 | 1 | -6/+14 | |
| | | ||||||
| * | Profile attributes | Aqua-sama | 2018-05-29 | 3 | -125/+15 | |
| | | ||||||
| * | Refactor Subwindow | Aqua-sama | 2018-05-29 | 8 | -55/+59 | |
| | | ||||||
| * | Add load profile actions to tab menu | Aqua-sama | 2018-05-29 | 1 | -1/+20 | |
| | | ||||||
| * | 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 | 1 | -3/+30 | |
| | | ||||||
| * | QTBUG-68224 workaround | Aqua-sama | 2018-05-26 | 3 | -0/+31 | |
| | | ||||||
| * | Profile command | Aqua-sama | 2018-05-26 | 3 | -23/+27 | |
| | | ||||||
| * | Dock widget shortcut toggle widget visibility | Aqua-sama | 2018-05-20 | 1 | -2/+8 | |
| | | ||||||
| * | Update manpage | Aqua-sama | 2018-05-18 | 1 | -3/+7 | |
| | | ||||||
| * | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 3 | -2/+39 | |
| | | ||||||
| * | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 3 | -25/+58 | |
| | | | | | Make loading profiles a free function in Browser | |||||
| * | Profile editor plugin | Aqua-sama | 2018-05-15 | 2 | -0/+37 | |
| | | ||||||
| * | Download widget item tooltip | Aqua-sama | 2018-05-13 | 1 | -0/+1 | |
| | | | | | 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 | |
| | | ||||||
| * | Stylesheet load setting | Aqua-sama | 2018-05-04 | 1 | -0/+13 | |
| | | ||||||
| * | Merge address bar menus | Aqua-sama | 2018-05-03 | 2 | -48/+23 | |
| | | ||||||
| * | QTBUG-65223 workaround | Aqua-sama | 2018-05-03 | 2 | -0/+12 | |
| | | ||||||
| * | Clean up WebView | Aqua-sama | 2018-05-02 | 3 | -35/+7 | |
| | | ||||||
| * | Don't open additional tabs when creating subwindows | Aqua-sama | 2018-05-01 | 4 | -12/+33 | |
| | | ||||||
| * | Split off addressbar into lib/ | Aqua-sama | 2018-05-01 | 10 | -433/+38 | |
| | | ||||||
| * | Window::session | Aqua-sama | 2018-04-30 | 3 | -1/+63 | |
| | | ||||||
| * | Merge CommandLine functionality into Configuration | Aqua-sama | 2018-04-22 | 5 | -192/+12 | |
| | | ||||||
| * | Add tile and cascade actions to Window menu | Aqua-sama | 2018-04-22 | 2 | -9/+10 | |
| | | ||||||
| * | Add boost to poi link libraries | Aqua-sama | 2018-04-21 | 1 | -0/+1 | |
| | | ||||||
| * | Why was there a '=' after return | Aqua-sama | 2018-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fix CommandLine socketPath define | Aqua-sama | 2018-04-21 | 1 | -2/+2 | |
| | | ||||||
| * | Remove unknown option parsing | Aqua-sama | 2018-04-21 | 3 | -32/+2 | |
| | | ||||||
| * | Add Boost_INCLUDE_DIRS to poi and about | Aqua-sama | 2018-04-21 | 1 | -0/+1 | |
| | | ||||||
| * | Update CommandLine help | Aqua-sama | 2018-04-19 | 1 | -9/+28 | |
| | | ||||||
| * | Add Window menu | Aqua-sama | 2018-04-19 | 6 | -34/+42 | |
| | | | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some | |||||
