| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Reverse bookmarks and bookmark managing option on the bookmarkActionMenu (as we discussed with Lionel)
- Common actionMenu between bookmark bars and the bookmarkActionMenu
- Use BookmarkContextMenu instead of KBookmarkContextMenu in the bookmarkActionMenu
|
| |
|
|
|
|
| |
BUG:232552
|
|
|
|
| |
memory leak there..
|
|
|
|
|
|
|
|
| |
Not a Qt::sheet : use a gradient for background
Add Caption
Descriptive button text
<h3> "clear the following items"
Spacers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- Use the same context menu for the bookmark panel and the bookmark bar
- Use a list to store the different bookmark bars
- Fix the different crashes when there are more than one window
- When the bookmarks are changed, all the bars are refreshed
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m113
|
| | |
|
|\ \
| |/
|/|
| | |
git://gitorious.org/rekonq/mainline into m2241
|
| | |
|
| |
| |
| |
| |
| |
| | |
the UrlTreeView
- Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar
|
|/
|
|
|
|
|
|
|
|
| |
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!!!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WARNING:
This is the best animation I could provide with the KComboBox class.
In the KLineEdit derived it works perfectly. In the Combos there are some
shadows on top :(
Squashed commit of the following:
commit 01e72a1996161028f8dbdc4e355daf00f954eace
commit 8bc032d98a4987d3b01566ac520f5e8a1a095dd0
commit bc5cfd9f7d1b34f5af06dd7af6de8d3b2edb277b
commit 73b4deac84d91fece407b9c700dcc61e36a34327
commit c55b753913b2619607c6aa11cabbf77ca3c84e3e
commit b901fbe71b7539f65260c4fa9bbfb22f4ea997b9
commit 1de363d9614c1309ac1ac4a8eea7e70be7f2f3ed
commit 76d6373f8b6c41f5c27b8404db2074f9bfc309c9
commit d741aa7109db016abc292d49fb45d15bb09e6c01
|
|\ |
|
| |\
| | |
| | |
| | | |
git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
|
| | | |
|
|/ /
| |
| |
| |
| | |
commit 29e095b81d2.
Ehi guys, please take FULL attention, modifying working code..
|
|/ |
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m104
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
No more reloading pages on accepting configuration
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit 'refs/merge-requests/101' of git://gitorious.org/rekonq/mainline into AfterLastFindBarFixes
Conflicts:
src/mainwindow.cpp
|
| | |
|
| | |
|
| |
| |
| |
| | |
Loktevic)
|
|/
|
|
|
|
|
|
|
|
| |
search term and press <Enter> for next result).
* Removed focusNextPrevChild if the search fails as it does not seem to
make sense. It's the same as you would press <Tab> to focus the next
item on the page. Why "Search" should do that? Some context: found
that when searching some websites, when the match is not found, the
page would suddenly scroll to some location and focus a link or search
edit. Hope this makes sense.
|
|
|
|
|
| |
Use the searchString signal.
Fix the selection of the lineEdit text when the findBar is reopen.
|
|\
| |
| |
| | |
into mr92
|
| |
| |
| |
| | |
matchCase is toggled
|
| |
| |
| |
| | |
correctly updated when it's empty
|
| |
| |
| |
| | |
doesn't clear the selection.
|
|/ |
|
|
|
|
|
| |
(How can you translate page titles? You wanna translate every title
in every web page of the World?...)
|
|\
| |
| |
| | |
into ThursdayFixes
|
| |
| |
| |
| |
| |
| |
| | |
They now use a "real hyphen" (–) instead of the plain minus character
(-), like it is used in the rest of KDE.
I also made the window titles translatable, since Left-to-Right
languages might need this
|
|/
|
|
| |
BUG: 226851
|
| |
|
|
|
|
| |
of toolbar
|
|
|
|
| |
BUG:227323
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
I reenabled the ability of changing (main) toolbar style, but..
I noticed in other kde apps (eg: kaddressbook) that settings are forgotten also there.
Is it a ktoolbar bug? I cannot say for sure. Anyway I reenabled rekonq bits, but it
doesn't work... :(
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit reverts the ability to change main toolbar settings
(change icon/text). In the context rekonq is developed (KMainWindow + simple toolbars)
this is quite impossible.
We'll see in the next version a proper fix for this (back to XMLGUI? QML??)
This commit fixes also the problem with the disappearing toolbar backing
from a fullscreen close
BUG:222826
|