summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add scripts/qrc_lint.pyHEADmasteraqua2022-09-024-8/+15
|
* Add tabler icon themeaqua2022-09-011-0/+4
|
* Improve test coverageaqua2022-08-286-21/+77
|
* SettingsDialog: save settings when changedaqua2022-08-289-64/+172
| | | | - connect Restore Defaults button
* Load plugins from AppLocalDataLocation by defaultaqua2022-08-2813-135/+99
|
* Add Setting and MockSettingsaqua2022-08-2811-59/+193
| | | | - rename Settings to RekonqSettings
* Add rekonf script to generate SettingsWidgetsaqua2022-08-2834-3635/+435
| | | | | | - generate General Settings - generate Appearance Settings - removed previous settings widgets
* Add parseCommandLine testsaqua2022-08-2711-20/+135
| | | | - use PluginLoader in plugin tests
* Rename rView to RekonqViewaqua2022-08-2712-46/+21
| | | | | - move rview.hpp to include/ - move src/mainwindow/* to src/
* Add CMakePresets.jsonaqua2022-08-271-1/+1
| | | | | | | | - add clang-tidy to debug configuration - add valgrind target: test_memcheck - add coverage target: test_coverage - bitbucket pipelines: store test results in junit format for test reporting
* Add scripts/check_license.pyaqua2022-08-211-162/+9
|
* Show main windowaqua2022-08-1813-260/+495
| | | | - added Task Manager, showing all plugins, windows and view
* Pass command line from secondary to primary instanceaqua2022-08-175-46/+72
|
* Turn WebEngine into a pluginaqua2022-08-1611-46/+143
|
* Add rView and WebViewaqua2022-08-169-289/+267
|
* Add third-party/SingleApplicationaqua2022-08-155-176/+87
|
* Record authors and contributors in src/data/about.htmlaqua2022-08-154-167/+65
|
* Update CMakeLists to use Qt6aqua2022-08-142-50/+41
|
* SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script2018-12-291-0/+98
| | | | | In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
* SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script2018-12-291-98/+0
| | | | | In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
* SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script2015-04-031-0/+1
| | | | | In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
* SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script2015-03-261-0/+1
| | | | | In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
* Add missing colonAndré Marcelo Alvarenga2014-12-132-2/+2
|
* SVN_SILENT made messages (.desktop file)l10n daemon script2014-07-251-0/+2
|
* SVN_SILENT made messages (.desktop file)l10n daemon script2014-07-241-2/+0
|
* SVN_SILENT made messages (.desktop file)l10n daemon script2014-07-161-0/+1
|
* SVN_SILENT made messages (.desktop file)l10n daemon script2014-06-181-0/+1
|
* SVN_SILENT made messages (.desktop file)l10n daemon script2014-06-051-0/+1
|
* SVN_SILENT made messages (.desktop file)l10n daemon script2014-03-091-0/+1
|
* SVN_SILENT made messages (.desktop file)l10n daemon script2014-02-011-0/+1
|
* Fix rekonqui.rcAndrea Diamantini2014-01-231-3/+3
|
* Get sure fast typing work!Mikhail Krutov2014-01-232-4/+4
| | | | | | | | BUG: 321967 CCBUG: 316552 REVIEW: 115223 REVIEWED-BY: adjam (PS: Many thanks for this, Mikhail...)
* Implement the "clear urlbar action"Andrea Diamantini2014-01-123-1/+15
| | | | | | | | | | You just need to add it (OUT of the urlbar) with right click --> configure main toolbar. Is this enough guys? PS: Thanks alouali for the idea ;) CCBUG: 243724
* Save Action (to re-enable CTRL + S)Andrea Diamantini2014-01-043-4/+4
|
* Fix inconsistent dll linkage - those sources aren't being used for a shared lib.Andrius da Costa Ribas2014-01-033-46/+2
| | | | REVIEW: 114804
* Get sure we try downloading just once engine favicon(s)...Andrea Diamantini2013-12-152-4/+15
|
* Fix && uniform UI widthAndrea Diamantini2013-12-086-302/+541
|
* Get sure right zoom is restored...Andrea Diamantini2013-12-082-2/+3
|
* Added option for global zoom settings :)Andrea Diamantini2013-12-036-17/+94
| | | | BUG: 307477
* Move "custom CSS path" from Appearance to Advanced settingsAndrea Diamantini2013-12-032-49/+57
|
* Fix search engine settings loading on first startupAndrea Diamantini2013-11-292-14/+33
|
* Changing tab width management behaviourAndrea Diamantini2013-11-292-3/+5
| | | | | | Following hints from BUG: 322991
* Fix awkward string in proxy settingsAndrea Diamantini2013-11-291-1/+1
| | | | BUG: 300709
* Fix some eventual crashes while clicking engine faviconsAndrea Diamantini2013-11-222-8/+15
|
* improvements on urlbarAndrea Diamantini2013-11-229-269/+37
| | | | | | | | | STEP 2: - work & fix on search engine favicons - simplify code (and remove dead one) - API clean up - delete ASAP list items and suggestions - let the URL in the suggestions be an hard grey
* Do NOT download everytime engines favicons if presentAndrea Diamantini2013-11-211-6/+14
|
* improvement on urlbar suggestionsAndrea Diamantini2013-11-1921-395/+14
| | | | | | | | | | STEP 1: clean up! - remember deleting ASAP the UrlSuggester - remove preview label icon to let loading being faster - remove unused opensearch inventories - let ESC key on suggestions behave like major browser (restoring original string)
* Adopt a new loading icon. It seems fixing some problems :)Andrea Diamantini2013-11-184-4/+8
|
* Get sure webkit objects are deleted in the app d-torAndrea Diamantini2013-11-174-2/+19
| | | | CCBUG: 321557
* SVN_SILENT made messages (.desktop file)l10n daemon script2013-10-281-0/+1
|