aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Filter code refactoringAqua-sama2017-05-2515-84/+175
|
* Merged FilterRule into FilterNodeAqua-sama2017-05-258-303/+247
|
* Displaying filter rules in a tree model viewAqua-sama2017-05-257-26/+318
|
* Added fullscreen toggleAqua-sama2017-05-252-0/+15
|
* Improved filter rulesAqua-sama2017-05-249-213/+337
|
* Reworking URL filterAqua-sama2017-05-2111-335/+405
|
* Reenabled BlockerAqua-sama2017-04-224-7/+18
|
* clazy fixesAqua-sama2017-04-2210-18/+23
|
* Address bar menu and searchAqua-sama2017-04-132-2/+72
|
* Added page action tool buttonsAqua-sama2017-04-033-0/+43
|
* Updated pre-commit.rbAqua-sama2017-04-0243-47/+47
|
* Some code cleanupAqua-sama2017-04-026-64/+82
|
* Moved CookiesForm into the ProfileDialogAqua-sama2017-04-019-57/+160
|
* Added cookie widgetAqua-sama2017-03-317-1/+205
|
* Blocker fixesAqua-sama2017-03-228-87/+175
|
* Profile saving and loadingAqua-sama2017-03-214-8/+138
|
* Dockable DownloadsWidgetAqua-sama2017-03-2015-208/+277
|
* Fixed bug where the BookmarksWidget was not re-openableAqua-sama2017-03-202-2/+24
|
* Fixed opening bookmarks with multiple windowsAqua-sama2017-03-206-149/+145
|
* Dockable bookmarks dialogAqua-sama2017-03-207-55/+35
| | | | Fixed bugs in bookmarks dialog
* Added custom about boxAqua-sama2017-03-204-12/+217
|
* Updated BUILDING.mdAqua-sama2017-03-194-5/+28
| | | | mach script can now build tarballs
* Added build scriptAqua-sama2017-03-193-7/+25
| | | | Additional locations are searched for configuration
* Blocker rewritesAqua-sama2017-02-2817-258/+214
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* Fixed crash when closing the first tabAqua-sama2017-02-273-8/+14
|
* installing config fileAqua-sama2017-02-262-6/+19
|
* UI changesAqua-sama2017-02-265-40/+41
|
* Settings QStringListAqua-sama2017-02-242-1/+22
|
* Settings class reworkAqua-sama2017-02-2410-74/+2092
| | | | Using toml as format
* Download managerAqua-sama2017-02-235-28/+62
| | | | | Added total size to widget Added default file name
* Download manager improvementsAqua-sama2017-02-238-11/+92
| | | | | | | Added shortcut for download dialog Dialog has proper title Settings replaces ~ with home location Showing download item details
* Minor featuresAqua-sama2017-02-235-0/+38
| | | | | First run check focusAddress and *toolbarMovable options
* Single instanceAqua-sama2017-02-217-40/+123
|
* Moved smolbote.qbsAqua-sama2017-02-174-161/+0
|
* Added deprecated API warningsAqua-sama2017-02-171-6/+22
|
* Tab shortcutsAqua-sama2017-02-155-2/+48
| | | | Config location is displayed in about window
* Global bookmarks and downloads dialogsAqua-sama2017-02-146-16/+47
|
* Settings changesAqua-sama2017-02-148-53/+78
|
* Bookmark improvementsAqua-sama2017-02-105-37/+214
| | | | | | Added icons to bookmark tree Bookmarks can now be rearranged Add/remove items from bookmark tree
* Added git flag in qbs (#9)Aqua-sama2017-02-101-4/+7
|
* Added bookmark dialogAqua-sama2017-02-098-0/+395
|
* Added RegExp class for the BlockerAqua-sama2017-02-055-67/+144
|
* More blocklist optionsAqua-sama2017-02-033-37/+108
|
* option parsingAqua-sama2017-02-034-18/+88
|
* Listing rules in Blocker dialogAqua-sama2017-02-034-12/+128
| | | | Slightly better rule parsing
* Added loading bar to status barAqua-sama2017-02-0210-14/+209
| | | | Hovered links now display in status bar
* AStyle passAqua-sama2017-02-0127-145/+147
| | | | Added style check to pre-commit hook
* Updated license scriptAqua-sama2017-02-0110-0/+200
| | | | | Added missing license headers Added pre-commit hook to check for missing licenses
* Cleaned up UrlLineEditAqua-sama2017-01-303-11/+33
|
* Added UrlLineEdit classAqua-sama2017-01-308-14/+87
| | | | | | | | Address bar should highlight the host name WebView widget should now be focused on startup instead of the address bar Added names to the toolbars to make their context menu useful Tabs now have a set width of 200