aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added poi-configAqua-sama2018-03-053-185/+0
| | | | - view default configuration
* Fixed address bar auto-completeAqua-sama2018-02-072-0/+7
|
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-0712-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 bugfixesAqua-sama2018-02-076-15/+59
| | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count
* Bookmarks drag and dropAqua-sama2018-02-046-47/+92
|
* UrlLineEdit reworkAqua-sama2018-01-263-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 reworkAqua-sama2018-01-254-263/+1
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Configuration class reworkAqua-sama2018-01-243-204/+77
| | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg
* Pressing enter/return sets bookmark itemsAqua-sama2018-01-201-0/+26
|
* Saner bookmark editingAqua-sama2018-01-206-44/+130
| | | | - Fixed bug with bookmarks in folders getting duplicated
* Fixed repo location in license headersAqua-sama2018-01-2020-20/+20
|
* Refactoring MainWindowAqua-sama2018-01-193-188/+0
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Configuration creates missing items based on defaultsAqua-sama2018-01-172-161/+122
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-0/+2
|
* Writing BookmarksModel to xbelAqua-sama2018-01-116-42/+118
|