| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- generate default rekonqrc and include it in libsettings
- Settings uses :/settings/rekonqrc to provide default values
- Add Settings::path() to get the default settings location
|
| |
|
| |
|
| |
|
|
|
|
| |
- move src/tabwindow/tabbar.* to src/tabbar/
|
|
|
|
|
|
|
|
| |
BUG: 321967
CCBUG: 316552
REVIEW: 115223
REVIEWED-BY: adjam
(PS: Many thanks for this, Mikhail...)
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
CCMAIL: hyperz.2007@gmail.com
|
|
|
|
|
|
|
|
| |
This also seems to fix some way problem about multiple widget creations
What about you, guys?
CCBUG:321226
|
|
|
|
|
|
|
| |
Fix rekonq icon retrieve mechanism to let it show well engine icons
on bar
BUG:272565
|
|
|
|
|
|
|
|
|
| |
- remove exclamation marks
- remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum")
- fix style
- spell "Java", "JavaScript" and "MD5" correctly
- lowercase "NOT" (do not shout to the user)
- remove extra spaces
|
|
|
|
|
|
|
|
|
| |
- remove string puzzles when possible
- remove exclamation marks
- remove contractions ("don't" -> "do not", etc)
- lowercase "NOT" (do not shout to the user)
- remove extra spaces, or add them where needed
- few style/spelling fixes
|
|
|
|
|
|
|
|
| |
- show url
- reload with f5
BUG:319924
BUG:312928
|
| |
|
| |
|
| |
|
|
|
|
| |
This also cleans up a bit UrlBar API
|
|
|
|
|
| |
BUG: 317697
REVIEWED-BY: adjam
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed.
Conflicts:
src/searchengine.cpp
src/urlresolver.cpp
|
|
|
|
|
| |
mimics Opera browser about right star icon management. Easier and
without the "love" icon always shown :)
|
|
|
|
|
|
| |
Also consider the possibility our sslinfo can be "incomplete" ;)
BUG: 318550
|
|
|
|
|
|
| |
Move SSL icon in place of left urlbar favicon (as usually major
browsers do).
Remove positive and negative background when https page is visited.
|
|
|
|
|
|
|
|
| |
Now all web shortcuts work.
BUG: 258639
REVIEWED BY: adjam
|
|
|
|
| |
BUG: 316844
|
|
|
|
|
|
|
|
|
| |
- Move to a pure QWidget base window (instead of TabWidget one)
(this to properly store panels position)
- Restoring && rewamping panels code
- Restoring actions to activate/deactivate them
BUG: 312354
|
|
|
|
| |
i.e.: don't see the deprecated warning on compilation ;)
|
|
|
|
|
|
|
|
|
|
|
| |
Whitespace from the start and end of the urls
was not being removed.
This caused no suggestions to show up or an
incorrect path for Paste & Go.
REVIEW: 109059
Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Being kde 4.10 been released, we are ready to. I yet could not
understand if this compiles (without nepomuk) in 4.9.
CCMAIL:david.narvaez@computer.org
CCMAIL:me@vhanda.in
REVIEW: 108152
|
| |
|
|
|
|
|
|
| |
A potential crash (dynamic_cast maybe null)
Some break usage clean up
minor string speed up by using QLatin1String
|
|
|
|
|
| |
REVIEW: 108412
REVIEWED-BY: adjam. (Thanks!)
|
|
|
|
|
| |
REVIEW: 108391
REVIEWED-BY: adjam. (Thanks!)
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1.
This let rekonq compile again. Nepomuk2 will be added back
when KDE 4.10 will be released.
|
|
|
|
|
|
|
|
| |
Ran the Nepomuk migration script and added a directory with code that
has not yet been ported to Nepomuk2. Also did some CMake changes to be
able to drop the config-nepomuk.h.cmake file.
REVIEW: 108152
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- restored CTRL + ENTER code
- applied Vedant's patch about (thanks!!!)
CCMAIL: vedant.kota@gmail.com
REVIEW: 107662
REVIEWED-BY: Tirtha and me
|