summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Turn WebEngine into a pluginaqua2022-08-1617-12/+212
|
* Add rView and WebViewaqua2022-08-1610-289/+268
|
* Add third-party/SingleApplicationaqua2022-08-158-176/+95
|
* Record authors and contributors in src/data/about.htmlaqua2022-08-156-182/+86
|
* pre-commit hook: Add clang-format checkaqua2022-08-148-166/+40
|
* Update CMakeLists to use Qt6aqua2022-08-144-189/+66
|
* 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"
* Update links using new Phabricator address schemeYuri Chornoivan2016-05-221-1/+1
|
* the cmake min req version must be the very first thing in the fileDavid Faure2015-08-191-4/+5
|
* 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
|
* Allows to build without Soprano and NepomukAndrea Scarpino2014-03-081-2/+4
| | | | | | CCMAIL: me@andreascarpino.it REVIEW: 116659 REVIEWED-BY: adjam
* 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...)
* rekonq 2.4.22.4.2Andrea Diamantini2014-01-121-1/+1
| | | | 2.4.1 + clear urlbar action
* 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
* rekonq 2.4.12.4.1Andrea Diamantini2014-01-111-1/+1
| | | | One of (if not THE) last releases in the 4.x series...
* 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 typosYuri Chornoivan2013-11-301-3/+3
|
* doc updateBurkhard Lück2013-11-2920-228/+127
| | | | REVIEW:114203
* 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
* rekonq 2.4.0Andrea Diamantini2013-11-101-1/+1
| | | | Probably last Qt4/KDE4 release...
* SVN_SILENT made messages (.desktop file)l10n daemon script2013-10-281-0/+1
|
* const'ify. Don't add empty stringMontel Laurent2013-10-031-7/+8
|
* Const'ify. Don't add duplicate filterMontel Laurent2013-10-033-4/+11
|
* Allow to remove multi manual filters. Send hasChanged when necessaryMontel Laurent2013-10-011-3/+9
|
* Allow to dnd manual filter.Montel Laurent2013-10-012-7/+13
|