| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Get sure settings are updated everytime
Strings, spaces and one unuseful slot removed clean up
|
| |
|
|
|
|
|
|
|
|
|
| |
- Get rid of unused NewBackTab enum
- move loading url code to MainWindow class
- Remove ThreadWeaver API. (And take it easy...)
- Changed logic: calculate url BEFORE creating a tab...
REVIEW:104326
|
|
|
|
| |
some of them
|
|
|
|
| |
BUG:295245
|
| |
|
|
|
|
| |
Also take care about updating actions panels state
|
|
|
|
|
| |
- doublequote_chars
- normalize
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This to have advanced printing options, available in KDE printing
dialog, removing the print preview.
Sorry for the forced choice. Actual KDE Print Preview dialog is a pain,
we cannot directly provide it.
REVIEW:103880
REVIEWED-BY: adjam
|
|
|
|
| |
BUG:283269
|
|
|
|
| |
BUG:292525
|
| |
|
|
|
|
|
|
| |
This is the secondary shortcut used by Firefox & Chrome
BUG: 275174
|
|
|
|
|
|
|
| |
- QL1S/QL1C
- single-char QString efficiency
- explicit ctors
- normalized signals & slots
|
|
|
|
| |
A stupid regression introduced... by me, sorry!
|
|
|
|
|
|
|
|
|
|
| |
This because it is just a "working" action designed for the tabbar.
Now it works (and updates) properly there and in the tabbar empty
space.
Please open a new wish if you want a closed tabs menu action to add
to the mainwindow
BUG:291232
|
|
|
|
|
|
|
|
|
|
|
| |
Also clean up API, giving proper names to method
updateActions --> updateHistoryActions
browserTabLoading(bool) --> currentTabStateChanged()
...
also workaround problem that m_progress is (yet) 0 or 100 when load started
REVIEW:103651
|
|
|
|
|
|
|
|
| |
This patch implements session management. Most of the ideas are taken
from Konsole, which is also a KUniqueApplication but manages session
restoring correctly.
REVIEW: 103658
|
|
|
|
|
|
|
|
|
| |
- remove reopened tabs from the closed tabs list.
- limit them to MAX 8 elements (it seems enough to me)
- save history also when there is just one tab closed
- DON'T save history when you opened a "rekonq" page
BUG:271224
|
| |
|
|
|
|
| |
BUG: 264187
|
|
|
|
|
|
|
|
|
| |
Please, refer to rb #103428 description to have a proper explanation
of the issue.
Thanks to Thomas Murach for fixing the bug he discovered :)
REVIEW: 103428
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
toggleViewAction from QDockWidget is const. We need to create a new
KAction to let people eventually configure it.
BUG: 289039
|
| |
|
|
|
|
|
| |
We have 7 managers and 1 provider... finally fixing this strange
thing!
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using the NEO keyboard layout, you need a combination of keys to trigger
the slash (mod3+s). Unfortunatly this triggers the shortcut for
searching inside the document. This way the alternate shortcut for
searching needs to be removed.
The same bug existed in kopete: bug 267568
Thanks goes to Thomas Murach for helping me grepping the source code.
This is my first contribution in code to KDE. Hurray!
|
|
|
|
|
|
|
|
|
|
|
|
| |
- let users choose a "default" download dir
- Moved download code to download manager
- follow dfaure's suggestions about overwrite handling
(kdelibs commit 88e3b372fb9c539)
- download label notification (for 3 seconds): this can be further
improved with an icon...
BUG: 271683
BUG: 283177
|
|
|
|
|
|
|
|
| |
Google code-in 2011 task by Omer Faruk Oruc.
Thanks!!!
REVIEW: 103207
REVIEWED-BY: furkan, adjam
|
|
|
|
|
| |
REVIEW: 103242
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
This way we got the following gains:
- UA Manager is NOT loaded until it is really used
- rekonq other code does know ANYTHING about UA Manager (but the app
instance)
To let this really shine, we should link this directly to the webtab.
Another point for moving tabs up :)
|
| |
|
|
|
|
| |
BUG: 286831
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will help a lot in having a clean/easy startup, also a bit less
fast.
Let's see if this helps stability...
PS:
To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo.
Can you please try compiling and testing if this fixes your troubles
on startup??
Many thanks for any help.
Andrea.
CCBUG:284356
|
|
|
|
|
|
| |
Added an action to manage it in the tools menu,
added initial code to manage icons,
added kwebapp application
|
|
|
|
|
|
|
|
|
|
| |
Andreas's comment was helpful: rekonq COULD save file remotely, but
for same strange reason, KFileDialog::getSaveFileName() could not
select remote files. Switching to getSaveUrl seems fixing the problem
Ah... also a style clean up here. Sorry for the merged commit...
BUG: 242675
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the Save As action is invoked on a KParts document (e.g. view
source katepart) the WebTab's url is used to:
1) set the filename in KFileDialog
2) set the src url for the kio copy job
The url is empty in such cases and the save action fails.
I have changed the srcUrl to be the url set for the KParts document.
REVIEW: 102768
REVIEWED-BY: adjam
|
|
|
|
|
| |
REVIEW: 102673
CCBUG: 282474
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
|
| |
REVIEW: 102649
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
First, I'm really sorry for this bad commit ('git' talking..).
The fact is that the 3 bugs fixed here were found chained playing
with close code. Here it is the report:
- fix close window (it now really appears on multiple window closing)
- fix saveSession (saving one call for each site loaded and storing
better information): saveSession is now called on loadFinished
- clean up some compilation warnings
|
|
|
|
|
|
| |
"the master branch cause of the string changes,""
This reverts commit e00fb6a48ca506990e86ada7c2fbfd57f65b2fa1.
|
|
|
|
|
|
| |
This reverts commit c3f9448a94baa423eed5977c9e66cd7be9b73a76.
Let the quit action really work
|
| |
|