| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Lesson learned: no more hand merging nor reverting on conflicts.. :)
|
|
|
|
|
|
|
| |
This commit intends to revert manually commits de9abc72 && bd27f60d, restoring
bk positions on the right.
This because most of the developers prefer so. Anyway, if things will change again
we can revert the "revertion" :D
|
| |
|
|
|
|
| |
src/bookmarks/bookmarkprovider.*
|
| |
|
|
|
|
| |
- Add tooltips for the bookmark icon
|
| |
|
| |
|
|
|
|
| |
PLease, check if I did something wrong..
|
| |
|
|
|
|
| |
color is quiet the same as Text color
|
| |
|
|
|
|
| |
Based on one patch from Tomas Fryda. Thanks.
|
|
|
|
| |
BUG:238695
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
compute the height from size hint of items
decrease timer to 50
|
|
|
|
|
|
|
|
|
|
|
|
| |
so now situation is:
- first list is shown immediately
- timer decreases from 200 to 150 ms (less is pretty unuseful, I fear)
- people who fast type & returnPress have KUriFilter help
Hope this helps :)
As promised,
CCBUG:237390
|
|
|
|
|
|
| |
us resize them as needed for themes different from oxygen.
This anyway seems working better with the upcoming Qt 4.7
|
| |
|
| |
|
|
|
|
|
| |
This is based on the Cedric's patch about and I changed it to save a bit of work
to rekonq to not resolve urls that not will be displayed :)
|
|
|
|
| |
added cppcheck script
|
| |
|
| |
|
| |
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Welcome, awesome bar..
Idea & patch from Johannes Zellner
|
| |
|
|
|
|
|
|
| |
want to load an url
It fix also the same issue with redirection
|
|
|
|
| |
letting CompletionWidget being independent from the Urlbar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- clean/fix APIs
- removed no more used methods/signals from CompletionWidget
- use item->url() (as it has been defined)
- Change the "pointing out text" from underline to bold (better, IMO)
- QString --> Q/K url, as needed
- Restore UrlFromUserInput engine: why it has been deleted?
- Comment out the isHttp() check. That way I cannot in any way connect
to localhost or to my home server. Apart from typing their IPs..
- Partially fixed the switch search engine implementation. Btw, I have to say
I really don't like rekonq switch my default engine just because one time I decided
to give a try to another... Not sure about.
- Something more coming.. But tomorrow! Now it's 3:20 am here.
Good night!
|
| |
|
|
|
|
|
|
| |
Fix duplicated right icons.
CCBUG: 234320
|
|
|
|
|
| |
QT_FATAL_WARNINGS=1 rekonq --> crash
Fixed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG: 233159
BUG: 234168
Moreover it "cleans" road to fix (not yet, but we are near..) another bug
CCBUG: 230771
at least from the rekonq side.
Changes in there
- cleaning and fixing filterurljob class (responsible for the encodings)
- using urls instead of strings in the resolver class (work with right data..)
- letting first box appearance without item selection and adding one signal to use
the filterurljob class directly.
|
|
|
|
|
|
|
|
|
|
|
| |
This commit follows the logic explained somewhere else, moving rekonq
to a better management for urls from user input.
1) users type strings --> we store them in QStrings
2) app load urls --> we should ever work with KUrls, trying to guess users needs
Here I also removed the unuseful QString icon from UrlSearchItem definition, as we
just have a type (Search, Browse, History, Books..), a (k)url and an Application::icon
method :)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed previous SSL animation, we have now a nice yellow lock :)
- faster and cleaner animations
- reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions
- implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured
- clean up the box :) Some old & unuseful files removed, some icons added
- Pano's request: grey text shown everytime in the empty bar
Again and again:
this is not the first, but the second implementation of the new urlbar UI.
About me this is clearly better than the first or the previous.
But it needs love :D
BUG: 230125
BUG: 231015
CCBUG: 228040
BUG: 227272
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Here are its features:
- KLineEdit based
- ability to easily add "icons" :)
- SSL informations shown (a-la firefox)
- smoother animation
- cleaner code
- data QString, not KUrl based (Users type string, not urls!!!)
|
| |
|