Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Browser::about | Aqua-sama | 2018-06-21 | 4 | -49/+146 |
| | |||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 6 | -55/+36 |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | ||||
* | WebProfile: cache a list of cookies | Aqua-sama | 2018-06-17 | 2 | -0/+23 |
| | | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash | ||||
* | Sort .profile by time | Aqua-sama | 2018-06-16 | 2 | -5/+5 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | ||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 5 | -20/+28 |
| | | | | | | | | 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 | ||||
* | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 2 | -6/+24 |
| | |||||
* | ProfileEditor: add delete button | Aqua-sama | 2018-06-14 | 2 | -7/+14 |
| | |||||
* | Completer: double clicking on an item activates it | Aqua-sama | 2018-06-10 | 3 | -13/+20 |
| | | | | - Completer now has NoEditTriggers set | ||||
* | Focus view when URL bar loses focus | Aqua-sama | 2018-06-09 | 4 | -0/+11 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 3 | -21/+34 |
| | | | | | | | | 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. | ||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 3 | -0/+279 |
| | |||||
* | Check URL validity before searching | Aqua-sama | 2018-06-06 | 2 | -8/+14 |
| | |||||
* | Add QString cast to Configuration::value | Aqua-sama | 2018-06-05 | 1 | -14/+15 |
| | |||||
* | Update about dialog | Aqua-sama | 2018-05-29 | 2 | -6/+10 |
| | |||||
* | Back/Forward menu shortcuts | Aqua-sama | 2018-05-26 | 1 | -0/+2 |
| | |||||
* | Update manpage | Aqua-sama | 2018-05-18 | 1 | -2/+2 |
| | |||||
* | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 1 | -0/+3 |
| | |||||
* | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 2 | -24/+24 |
| | | | | Make loading profiles a free function in Browser | ||||
* | 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 | 8 | -233/+93 |
| | | | | Simplified ElidedLabel | ||||
* | Stylesheet load setting | Aqua-sama | 2018-05-04 | 5 | -3/+9 |
| | |||||
* | Merge address bar menus | Aqua-sama | 2018-05-03 | 4 | -32/+53 |
| | |||||
* | QTBUG-65223 workaround | Aqua-sama | 2018-05-03 | 1 | -1/+1 |
| | |||||
* | Split off addressbar into lib/ | Aqua-sama | 2018-05-01 | 7 | -0/+436 |
| | |||||
* | Merge CommandLine functionality into Configuration | Aqua-sama | 2018-04-22 | 2 | -26/+80 |
| | |||||
* | Add tile and cascade actions to Window menu | Aqua-sama | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Remove unknown option parsing | Aqua-sama | 2018-04-21 | 2 | -2/+2 |
| | |||||
* | Remove unneeded po::store | Aqua-sama | 2018-04-21 | 2 | -7/+1 |
| | |||||
* | Add Boost_INCLUDE_DIRS to configuration | Aqua-sama | 2018-04-21 | 1 | -0/+3 |
| | |||||
* | Add msvc to AboutDialog compiler define | Aqua-sama | 2018-04-21 | 1 | -1/+3 |
| | |||||
* | Add Boost_INCLUDE_DIRS to poi and about | Aqua-sama | 2018-04-21 | 1 | -0/+3 |
| | |||||
* | Add Window menu | Aqua-sama | 2018-04-19 | 1 | -9/+6 |
| | | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some | ||||
* | Removed MainWindow::titleChangedConnection | Aqua-sama | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Load URL/Search page menu actions | Aqua-sama | 2018-04-18 | 2 | -6/+8 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 7 | -21/+20 |
| | |||||
* | Search box works again | Aqua-sama | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 2 | -3/+3 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 2 | -0/+16 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 8 | -32/+241 |
| | | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins | ||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -6/+6 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Add keyboard shortcuts for address bar menus | Aqua-sama | 2018-03-31 | 2 | -2/+24 |
| | |||||
* | Add missing includes | Aqua-sama | 2018-03-23 | 1 | -0/+1 |
| | |||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 1 | -0/+3 |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | ||||
* | poi-config saving config | Aqua-sama | 2018-03-21 | 2 | -3/+16 |
| | |||||
* | Add pause/resume/cancel buttons to download | Aqua-sama | 2018-03-15 | 5 | -20/+65 |
| | |||||
* | Moved Configuration class into library | Aqua-sama | 2018-03-15 | 4 | -12/+192 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 2 | -2/+14 |
| | |||||
* | Added poi-config | Aqua-sama | 2018-03-05 | 3 | -185/+0 |
| | | | | - view default configuration | ||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 2 | -0/+7 |
| |