aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Plugin commands no longer require --commandAqua-sama2018-06-222-17/+2
|
* Fix various warningsAqua-sama2018-06-222-1/+4
|
* Add Browser::aboutAqua-sama2018-06-214-49/+146
|
* AddressBar: code cleanupAqua-sama2018-06-186-55/+36
| | | | AddressBar: match input for protocol or '.' in addition to url validity
* WebProfile: cache a list of cookiesAqua-sama2018-06-172-0/+23
| | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash
* Sort .profile by timeAqua-sama2018-06-162-5/+5
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* Bookmarks manager bugfixesAqua-sama2018-06-155-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 tabAqua-sama2018-06-152-6/+24
|
* ProfileEditor: add delete buttonAqua-sama2018-06-142-7/+14
|
* Completer: double clicking on an item activates itAqua-sama2018-06-103-13/+20
| | | | - Completer now has NoEditTriggers set
* Focus view when URL bar loses focusAqua-sama2018-06-094-0/+11
|
* Better profile loadingAqua-sama2018-06-083-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/webAqua-sama2018-06-073-0/+279
|
* Check URL validity before searchingAqua-sama2018-06-062-8/+14
|
* Add QString cast to Configuration::valueAqua-sama2018-06-051-14/+15
|
* Update about dialogAqua-sama2018-05-292-6/+10
|
* Back/Forward menu shortcutsAqua-sama2018-05-261-0/+2
|
* Update manpageAqua-sama2018-05-181-2/+2
|
* Plugin command-line parametersAqua-sama2018-05-161-0/+3
|
* Move help and version functions to main (out of Configuration)Aqua-sama2018-05-152-24/+24
| | | | Make loading profiles a free function in Browser
* Set download tooltip image preview width to 400Aqua-sama2018-05-132-2/+1
|
* Download widget item tooltipAqua-sama2018-05-138-233/+93
| | | | Simplified ElidedLabel
* Stylesheet load settingAqua-sama2018-05-045-3/+9
|
* Merge address bar menusAqua-sama2018-05-034-32/+53
|
* QTBUG-65223 workaroundAqua-sama2018-05-031-1/+1
|
* Split off addressbar into lib/Aqua-sama2018-05-017-0/+436
|
* Merge CommandLine functionality into ConfigurationAqua-sama2018-04-222-26/+80
|
* Add tile and cascade actions to Window menuAqua-sama2018-04-221-1/+2
|
* Remove unknown option parsingAqua-sama2018-04-212-2/+2
|
* 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-211-0/+3
|
* Add Window menuAqua-sama2018-04-191-9/+6
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Removed MainWindow::titleChangedConnectionAqua-sama2018-04-191-1/+1
|
* Load URL/Search page menu actionsAqua-sama2018-04-182-6/+8
|
* Style passAqua-sama2018-04-177-21/+20
|
* Search box works againAqua-sama2018-04-171-1/+1
|
* Add loading progess bar to the address barAqua-sama2018-04-172-3/+3
|
* Address bar searches work againAqua-sama2018-04-171-1/+1
|
* Enabled address bar suggestionsAqua-sama2018-04-172-0/+16
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-168-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 TabBarAqua-sama2018-04-021-6/+6
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Add keyboard shortcuts for address bar menusAqua-sama2018-03-312-2/+24
|
* Add missing includesAqua-sama2018-03-231-0/+1
|
* Cookie filterAqua-sama2018-03-231-0/+3
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* poi-config saving configAqua-sama2018-03-212-3/+16
|
* Add pause/resume/cancel buttons to downloadAqua-sama2018-03-155-20/+65
|
* Moved Configuration class into libraryAqua-sama2018-03-154-12/+192
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-072-2/+14
|