Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 5 | -34/+4 |
| | |||||
* | 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 | 2 | -0/+4 |
| | |||||
* | Comment out ProfileEditor | Aqua-sama | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | Update CommandLine help | Aqua-sama | 2018-04-19 | 1 | -9/+28 |
| | |||||
* | Add Window menu | Aqua-sama | 2018-04-19 | 10 | -150/+164 |
| | | | | | | - 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 | 4 | -12/+5 |
| | |||||
* | Load URL/Search page menu actions | Aqua-sama | 2018-04-18 | 6 | -7/+43 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 17 | -48/+47 |
| | |||||
* | Hovering over links shows them in the status bar again | Aqua-sama | 2018-04-17 | 7 | -13/+13 |
| | |||||
* | Remove LoadingBar | Aqua-sama | 2018-04-17 | 3 | -85/+0 |
| | |||||
* | Search box works again | Aqua-sama | 2018-04-17 | 7 | -37/+87 |
| | |||||
* | Clear navigation bar and address bar when last subwindow is closed | Aqua-sama | 2018-04-17 | 1 | -1/+6 |
| | |||||
* | Clean up UrlLineEdit | Aqua-sama | 2018-04-17 | 4 | -67/+51 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 12 | -52/+112 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 8 | -9/+25 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 11 | -46/+83 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 41 | -1403/+987 |
| | | | | | | | | | | | | 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 | ||||
* | Branch of Qt5.11 features | Aqua-sama | 2018-04-13 | 10 | -82/+9 |
| | |||||
* | Fix for setCookieFilter signature change in Qt5.11beta3 | Aqua-sama | 2018-04-09 | 1 | -2/+3 |
| | |||||
* | Multithreading UrlRequestInterceptor | Aqua-sama | 2018-04-08 | 9 | -63/+141 |
| | | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent | ||||
* | Add FeatureSummary to CMakeLists | Aqua-sama | 2018-04-03 | 3 | -9/+39 |
| | | | | - Add MercurialRepo option | ||||
* | Only create developer tools page when action is triggered | Aqua-sama | 2018-04-02 | 4 | -23/+35 |
| | |||||
* | Update manpage | Aqua-sama | 2018-04-02 | 4 | -43/+45 |
| | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 17 | -211/+255 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Updated documentation | Aqua-sama | 2018-04-02 | 4 | -11/+128 |
| | |||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 9 | -110/+241 |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | ||||
* | Add keyboard shortcuts for address bar menus | Aqua-sama | 2018-03-31 | 5 | -33/+66 |
| | |||||
* | Fix crash when starting a second instance | Aqua-sama | 2018-03-31 | 2 | -3/+3 |
| | |||||
* | Removed unused SSL menu from address bar | Aqua-sama | 2018-03-30 | 2 | -19/+2 |
| | |||||
* | Page feature permission request dialog | Aqua-sama | 2018-03-30 | 2 | -9/+50 |
| | |||||
* | More informative SSL error message | Aqua-sama | 2018-03-30 | 1 | -5/+22 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-03-23 | 1 | -3/+3 |
| | |||||
* | Add missing includes | Aqua-sama | 2018-03-23 | 2 | -0/+2 |
| | |||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 12 | -240/+205 |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | ||||
* | poi-config saving config | Aqua-sama | 2018-03-21 | 6 | -27/+101 |
| | |||||
* | Update manpage | Aqua-sama | 2018-03-20 | 6 | -59/+357 |
| | |||||
* | 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 | 9 | -27/+29 |
| | |||||
* | Add missing AUTOUIC in ProfileEditor | Aqua-sama | 2018-03-07 | 1 | -0/+1 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 16 | -108/+126 |
| | |||||
* | Show local branch and commit in updater | Aqua-sama | 2018-03-06 | 4 | -13/+38 |
| | |||||
* | Added poi-config | Aqua-sama | 2018-03-05 | 9 | -186/+124 |
| | | | | - view default configuration | ||||
* | Fixed pkgbuild again | Aqua-sama | 2018-02-17 | 1 | -3/+4 |
| | |||||
* | Fixed pkgbuild | Aqua-sama | 2018-02-17 | 1 | -1/+2 |
| | |||||
* | Added manpage | Aqua-sama | 2018-02-17 | 6 | -0/+181 |
| |