| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This new (initial) implementation follows the guidelines
found "looking" at Google Chrome and Mozilla Firefox SSL
info windows.
More improvements coming...
|
| |
|
|
|
|
| |
Positive/Negative background && KDE security icons
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
* title of the page is removed since it is visible on a tab.
* widget now has a smooth 3d look'n'feel with Oxygen thanks to raisen frame
* widget has rouned corners in all the styles
* url of the page is elided
* with compositing tab previews will be shown semitransparent with 25% alpha
by default, witch can be setted to be optional later
* code of tab preview is now separated from tab bar so it is more explicit
REVIEWED BY: Johannes, Andrea, Pierre
CCMAIL: blinov.vyacheslav@gmail.com
REVIEW: 101848
|
|
|
|
|
| |
As pointed out from someone, these are informational or warning
messages.
|
| |
|
|
|
|
|
| |
As Pierre pointed out, better insert bars inside layout to avoid
usability loss.
|
|
|
|
|
|
| |
Port rekonq notification bars to KMessageWidget:
walletbar, crash notification bar, set favorite preview bar.
Remove old no more used notification bar.
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit f2f8d48c390b8d8bef84c98026a0435da2045409.
It was actually not needed since the issue was fixed in the
QtWebKit 2.2 integration branch.
oops, sorry about the noise in the history.
|
|
|
|
|
|
| |
Seems some dependencies were changed in Qt 4.8
Reviewed-By: TrustMe
|
|
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
| |
And it should also be a nice semplification :)
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
(the KDELIBS version is 4.6.90, to say the truth..)
remove KDE_IS_VERSION checks based on previous versions
fix hold slaves handling
|
|/
|
|
|
|
|
|
| |
BUG:238761
Patch by Thomas Murach, thanks :D
Reviewed by me ;)
|
| |
|
|
|
|
| |
BUG: 275155
|
|
|
|
| |
- Correctly hide a folder menu if there is a click outside
|
|\ |
|
| | |
|
| |
| |
| |
| | |
First step in the introduction of the new rekonq pages
|
| |
| |
| |
| |
| | |
qDeleteAll knows how to delete values of the map in a better way than calling values
add const & to foreach "iterators"
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
and clean up the code around it.
Patch by Tirtha Chatterjee, thanks :D
Reviewed by me ;)
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
- New way to copy rekonq default bookmarks so no problem with konqueror anymore
BUG: 273134
|
|\ \ |
|
| | | |
|
| |/ |
|
|/
|
|
|
|
|
|
|
|
| |
so any changes in tab order due to dragging tabs are saved in the
sessions file using SessionManager.
So now the changes in the order of tabs is correctly remembered during restore.
Patch by Tirtha Chatterjee
Reviewed by me ;)
|
|
|
|
|
|
| |
time) the site url.
This will let also the "set content editable" feature works well on save
|
| |
|
|
|
|
|
|
|
| |
Because:
* We have a bug in our scripts that makes extracomment not work (will try to fix this asap)
* Makes sense to be a comment since we want it to be a disambiguation text
* KUIT markers (e.g. @label) need to be in comment
|
|
|
|
|
|
| |
Patch by Thomas Murach, thanks ;)
RB:101246
|
|
|
|
|
|
| |
Patch by Thomas Murach. Thanks ;)
RB:101297
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CTRL + 1..9
Courtesy patch by Thomas Murach. Thanks :)
Reviewed by Pierre, Felix... and me!
RB: 101043
PS:
Thomas, I see one corner problem with your patch:
Opera has clearly indicated favorites preview
number, while rekonq hasn't. Any idea to fill the gap?
|
|
|
|
|
|
|
| |
- Fix drag and drop with a custom folder
- Fix a regression which affects BK bar drag and drop (5a53d2bf91dd)
Patch by Yoann Laissus, reviewed by me :)
|
|
|
|
| |
(i.e. moving on right on pointer sovrapposition)
|
|
|
|
|
|
|
|
| |
Add an icon to indicate the origin of an autoscroll action.
Patch by Johannes Tröscher, thanks!
REVIEW: 101068
|
|
|
|
|
|
|
|
|
| |
If there is a rekonq window on the current virtual desktop and
another application opens a link, rekonq will prefer this window.
rekonq also prefers windows that were activated most recently.
CCBUG: 237732
REVIEW: 101033
|
|
|
|
|
|
|
|
|
|
|
|
| |
- implemented "third party" support
- do NOT block first requests (you cannot even see a blank page, sometimes...)
BUG:270356
PS:
Alberto, can you pls check this really works for you before backporting to
0.7 and let me know about?
Many thanks for.
|