|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| | some of them | 
| | 
| 
| 
| 
| 
| 
| 
| | This is a patch by Andrea Di Menna, changed a bit to allow element
blocked/hided listing (you'll see it in next commit)
REVIEW:102761
REVIEWED-BY: adjam | 
| | 
| 
| 
| 
| 
| 
| 
| | Heinz, Paul. Please test actual master before backporting this to
0.9 series. Many thanks for your help and for this bug report.
I'm crossing fingers to hear good news from your tests ;)
CCBUG:295301 | 
| | 
| 
| 
| | CCBUG:291239 | 
| | 
| 
| 
| 
| | - doublequote_chars
- normalize | 
| |\ |  | 
| | | 
| | 
| | 
| | 
| | | BUG:255799
CCMAIL: rekonq@kde.org | 
| | | |  | 
| |/ |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | - QL1S/QL1C
- single-char QString efficiency
- explicit ctors
- normalized signals & slots | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | Ported access keys navigation system from Arora and adapted
to rekonq code.
Also (by adjam), get sure access keys are removed on loadStarted
REVIEW:103601
REVIEWED-BY: adjam | 
| | 
| 
| 
| 
| 
| | Let search item being first when it really is important
CCBUG:290884 | 
| | 
| 
| 
| 
| | Patch from Yusuf Amir Tezcan, many thanks for !
REVIEW: 103450 | 
| | 
| 
| 
| 
| 
| | relevant items are those "starting" with the typedString:
eg: type "kde", for me "kde.org" and "kde-apps.org" are more relevant
that i.e. "planetkde" that will be last in list. | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | REVIEW: 103479
REVIEWED-BY: fritz_van_tom | 
| | 
| 
| 
| 
| 
| 
| | Bug investigation and courtesy patch by Gabo Menna.
Many thanks for :D
BUG: 256322 | 
| | |  | 
| | 
| 
| 
| 
| | We have 7 managers and 1 provider... finally fixing this strange
thing! | 
| | 
| 
| 
| 
| | REVIEW: 103242
REVIEWED-BY: adjam | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| | - remove one unuseful method
- clean up keyPressEvent method
- change one method name: activated --> loadRequestedUrl | 
| | 
| 
| 
| 
| | In fact, this result is just present in one of the first 2 lines of
the query. | 
| | 
| 
| 
| | CCMAIL: aspotashev@gmail.com | 
| | 
| 
| 
| | It seems now we are really ready for the stable release... | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | This commit, while does not perfectly fix the issue, "workaround" it
a lot to fix crashes on private mode enter/exit
- improve session store/restore
- improve session manager code
- calm down kDebug messages
- applies code style
CCBUG: 268328 | 
| | |  | 
| | 
| 
| 
| 
| 
| | while maintaining QCoreApplication::postEvent fix.
Sorry for the noise, guys :) | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | the contextual menu action was not working cause of a wrong
signal/slot connection.
This commit fixes it :)
REVIEW: 102708
REVIEWED-BY: adjam | 
| | 
| 
| 
| 
| 
| 
| | This commit should clean up some strange calls on close to
QCA::postEvent, returning a strange "Unexpected null receiver"
QT_FATAL_WARNINGS=1 macro helped very well here :D | 
| | 
| 
| 
| | webshortcutwidget files | 
| | 
| 
| 
| 
| 
| 
| | of the clipboard is not an URL
REVIEW: 102441
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 | 
| | 
| 
| 
| | REVIEWED-BY: trustMe | 
| | 
| 
| 
| | REVIEWED-BY: trustMe | 
| | 
| 
| 
| | REVIEWED-BY: trustMe | 
| | 
| 
| 
| | REVIEWED-BY: trustMe | 
| | 
| 
| 
| 
| 
| | This was the crash (probably) occurred during ds2011 presentation.
Check if a list is empty before pulling something (with QList::first()
method). | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | provides a custom contextMenu for urlbar and ads "paste & go" action. i'll provide a "edit-searchEngines" action later.
REVIEW: 102383
REVIEWED-BY: adjam
	modified:   src/urlbar/urlbar.cpp
	modified:   src/urlbar/urlbar.h | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | In a similar fashion as WebKit, this might make those cases
where we don't expect to go more obvious in debug builds.
I also took the liberty to revisit a lot of switch statements
but it could potentially be used elsewhere
Reviewed-by: andrea |