aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add ProfileManagerDialogAqua-sama2018-06-018-11/+192
|
* Profile attributesAqua-sama2018-05-293-125/+15
|
* Refactor SubwindowAqua-sama2018-05-298-55/+59
|
* Update quickstartAqua-sama2018-05-291-8/+29
|
* Add load profile actions to tab menuAqua-sama2018-05-291-1/+20
|
* Update about dialogAqua-sama2018-05-292-6/+10
|
* Profile propertiesAqua-sama2018-05-283-194/+213
|
* Show view profile instead of window profile in titleAqua-sama2018-05-284-13/+16
|
* Show profile name in window titleAqua-sama2018-05-282-0/+8
|
* Changing Window profileAqua-sama2018-05-284-13/+77
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-284-14/+22
|
* Swap to new tab after creating itAqua-sama2018-05-281-1/+2
|
* Focus view when changing tabsAqua-sama2018-05-272-12/+14
|
* Back/Forward menu shortcutsAqua-sama2018-05-262-3/+32
|
* QTBUG-68224 workaroundAqua-sama2018-05-264-0/+36
|
* Profile commandAqua-sama2018-05-266-28/+33
|
* Dock widget shortcut toggle widget visibilityAqua-sama2018-05-201-2/+8
|
* Update manpageAqua-sama2018-05-187-91/+150
|
* 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