Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 12 | -732/+232 |
| | | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter | ||||
* | Bookmarks bugfixes | Aqua-sama | 2018-02-07 | 6 | -15/+59 |
| | | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count | ||||
* | Bookmarks drag and drop | Aqua-sama | 2018-02-04 | 6 | -47/+92 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 3 | -264/+0 |
| | | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors | ||||
* | Configuration class rework | Aqua-sama | 2018-01-25 | 4 | -263/+1 |
| | | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src | ||||
* | Configuration class rework | Aqua-sama | 2018-01-24 | 3 | -204/+77 |
| | | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg | ||||
* | Pressing enter/return sets bookmark items | Aqua-sama | 2018-01-20 | 1 | -0/+26 |
| | |||||
* | Saner bookmark editing | Aqua-sama | 2018-01-20 | 6 | -44/+130 |
| | | | | - Fixed bug with bookmarks in folders getting duplicated | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 20 | -20/+20 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 3 | -188/+0 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Configuration creates missing items based on defaults | Aqua-sama | 2018-01-17 | 2 | -161/+122 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | Writing BookmarksModel to xbel | Aqua-sama | 2018-01-11 | 6 | -42/+118 |
| |