aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Plugin command-line parametersAqua-sama2018-05-167-3/+55
|
* Move help and version functions to main (out of Configuration)Aqua-sama2018-05-156-51/+84
| | | | Make loading profiles a free function in Browser
* Profile editor pluginAqua-sama2018-05-157-12/+54
|
* Set download tooltip image preview width to 400Aqua-sama2018-05-132-2/+1
|
* Download widget item tooltipAqua-sama2018-05-139-233/+94
| | | | Simplified ElidedLabel
* New window actionAqua-sama2018-05-062-4/+8
|
* Tabifying dock widgetsAqua-sama2018-05-066-8/+78
|
* QTBUG-18665 workaroundAqua-sama2018-05-063-15/+19
|
* Bump cmake versionAqua-sama2018-05-051-2/+1
|
* Stylesheet load settingAqua-sama2018-05-046-3/+22
|
* Merge address bar menusAqua-sama2018-05-036-80/+76
|
* QTBUG-65223 workaroundAqua-sama2018-05-034-1/+16
|
* Clean up WebViewAqua-sama2018-05-023-35/+7
|
* Don't open additional tabs when creating subwindowsAqua-sama2018-05-014-12/+33
|
* Split off addressbar into lib/Aqua-sama2018-05-0112-44/+86
|
* Window::sessionAqua-sama2018-04-303-1/+63
|
* Fix poi-config crashingAqua-sama2018-04-231-0/+3
|
* Merge CommandLine functionality into ConfigurationAqua-sama2018-04-228-222/+96
|
* Add tile and cascade actions to Window menuAqua-sama2018-04-223-10/+12
|
* Add boost include/link to poi-configAqua-sama2018-04-211-0/+2
|
* message Boost libAqua-sama2018-04-211-0/+1
|
* Add boost to poi link librariesAqua-sama2018-04-211-0/+1
|
* Why was there a '=' after returnAqua-sama2018-04-211-1/+1
|
* Fix CommandLine socketPath defineAqua-sama2018-04-211-2/+2
|
* Remove unknown option parsingAqua-sama2018-04-215-34/+4
|
* Remove unneeded po::storeAqua-sama2018-04-212-7/+1
|
* Add Boost_INCLUDE_DIRS to configurationAqua-sama2018-04-211-0/+3
|
* Add msvc to AboutDialog compiler defineAqua-sama2018-04-211-1/+3
|
* Add Boost_INCLUDE_DIRS to poi and aboutAqua-sama2018-04-212-0/+4
|
* Comment out ProfileEditorAqua-sama2018-04-211-1/+1
|
* Update CommandLine helpAqua-sama2018-04-191-9/+28
|
* Add Window menuAqua-sama2018-04-1910-150/+164
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Removed MainWindow::titleChangedConnectionAqua-sama2018-04-194-12/+5
|
* Load URL/Search page menu actionsAqua-sama2018-04-186-7/+43
|
* Style passAqua-sama2018-04-1717-48/+47
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-177-13/+13
|
* Remove LoadingBarAqua-sama2018-04-173-85/+0
|
* Search box works againAqua-sama2018-04-177-37/+87
|
* Clear navigation bar and address bar when last subwindow is closedAqua-sama2018-04-171-1/+6
|
* Clean up UrlLineEditAqua-sama2018-04-174-67/+51
|
* Add loading progess bar to the address barAqua-sama2018-04-1712-52/+112
|
* Address bar searches work againAqua-sama2018-04-178-9/+25
|
* Enabled address bar suggestionsAqua-sama2018-04-1711-46/+83
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-1641-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 featuresAqua-sama2018-04-1310-82/+9
|
* Fix for setCookieFilter signature change in Qt5.11beta3Aqua-sama2018-04-091-2/+3
|
* Multithreading UrlRequestInterceptorAqua-sama2018-04-089-63/+141
| | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent
* Add FeatureSummary to CMakeListsAqua-sama2018-04-033-9/+39
| | | | - Add MercurialRepo option
* Only create developer tools page when action is triggeredAqua-sama2018-04-024-23/+35
|
* Update manpageAqua-sama2018-04-024-43/+45
|