Summary: | Typing a URL with uppercase don't always works | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | DanaKil <zedanakil> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | zedanakil |
Priority: | NOR | ||
Version: | 0.7.92 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
DanaKil
2011-10-23 22:33:49 UTC
Git commit e74a926619924a5d49f462e6707462db2c545f35 by Andrea Diamantini. Committed on 16/04/2012 at 17:49. Pushed by adjam into branch 'master'. Let rekonq work everytime with uppercase digited urls M +3 -2 src/urlbar/urlresolver.cpp http://commits.kde.org/rekonq/e74a926619924a5d49f462e6707462db2c545f35 Git commit 95ae6a876b414f20b3aca64c6b5bce3e372b2199 by Andrea Diamantini. Committed on 16/04/2012 at 17:49. Pushed by adjam into branch 'Branches.0.9'. Let rekonq work everytime with uppercase digited urls Backported from master branch M +3 -2 src/urlbar/urlresolver.cpp http://commits.kde.org/rekonq/95ae6a876b414f20b3aca64c6b5bce3e372b2199 Git commit 4c0ad2049f3b49590a7d19f89ebcb767c3c15283 by Andrea Diamantini. Committed on 24/04/2012 at 16:47. Pushed by adjam into branch 'master'. Clean up url management - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling Related: bug 298114 M +4 -37 src/mainwindow.cpp M +0 -7 src/mainwindow.h M +9 -1 src/protocolhandler.cpp M +7 -6 src/urlbar/urlresolver.cpp M +4 -0 src/webpage.cpp http://commits.kde.org/rekonq/4c0ad2049f3b49590a7d19f89ebcb767c3c15283 Git commit 6a9e1ed2d94202eb1c7b334b1020abad64d8226f by Andrea Diamantini. Committed on 24/04/2012 at 16:47. Pushed by adjam into branch 'Branches.0.9'. Clean up url management - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling Related: bug 298114 Conflicts: src/mainwindow.cpp Backporting from master with the needed fixes M +1 -0 src/mainwindow.cpp M +9 -1 src/protocolhandler.cpp M +7 -6 src/urlbar/urlresolver.cpp M +4 -0 src/webpage.cpp http://commits.kde.org/rekonq/6a9e1ed2d94202eb1c7b334b1020abad64d8226f |