summaryrefslogtreecommitdiff
path: root/src/history.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-2/+2
| | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
* BIG BIG commitAndrea Diamantini2009-09-301-0/+5
| | | | | | | | | | | | | | | | removed: - last closed tabs feature - new tab page settings (unuseful, we need something better) implemented - new home page layout (needs love) - new about: protocol to load home page sections - preview images cache todo: - cleaning cache mechanism - bug fixing - add/remove to preferred actions
* Removed completion object from UrlBarAndrea Diamantini2009-09-031-8/+35
| | | | | Inserted (and improved) in HistoryManager to let it available to every class.
* Adding commentsAndrea Diamantini2009-08-271-0/+2
|
* Splitted history classesAndrea Diamantini2009-08-271-921/+1
|
* RekonqAccessManager (rekonq 0.2 version)Andrea Diamantini2009-08-081-0/+4
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-6/+12
|
* Fix IncludeAndrea Diamantini2009-08-051-2/+1
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Fixing history menuAndrea Diamantini2009-07-251-1/+0
|
* Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: (23 commits) rekonq 0.1.5: UI changes Various Fixes RFC. History Menu Revisited. History Panel Action fix Removed unuseful history dialog. We use just history panel, from now on.. Removed recently closed tabs history No more Action Back Menu UI changes New Tab tool button Fixing webpage headers Restored Unsupport Content Handler (new 1st implementation) Fix forward declaration Cosmetic networkmanager changes SVN_SILENT made messages (.desktop file) Forgot to remove unuseful KDE IS VERSION check. Removed now.. bookmark toolbar displaying ALL the bookmarks. fixuifiles SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file, second try) ... Conflicts: src/mainview.cpp src/mainwindow.cpp
| * Removed unuseful history dialog. We use just history panel, from now on..Andrea Diamantini2009-06-191-1/+1
| |
* | Application::icon() changed to staticDomrachev Alexandr2009-06-191-1/+1
|/
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Porting history Ui to KDE..Andrea Diamantini2009-06-021-139/+1
|
* Last krazy issues fixedadjam2009-05-121-4/+4
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967142 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* EBN Krazy fixes. 2nd round..adjam2009-05-061-0/+3
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964618 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing conflicts merging masteradjam2009-05-061-3/+12
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * EBN Krazy fixes. 1st round..Andrea Diamantini2009-05-061-3/+11
| |
| * i18n plural bugs. Courtesy patch of Kristol BafAndrea Diamantini2009-05-011-1/+1
| |
| * astyleAndrea Diamantini2009-04-291-2/+2
| |
| * Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-1/+0
| |
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * Updated History classes with Ben Meyer patches via kojots350Andrea Diamantini2009-04-211-4/+31
| | | | | | | | (thank you all..)
| * astyle. First round..Andrea Diamantini2009-03-281-130/+180
| |
| * Added QNetworkDiskCache. Thanks to Ben Meyer's Qt Blog postAndrea Diamantini2009-03-281-10/+22
| |
| * Huge update. Fixed quite all of the settings troubles..Andrea Diamantini2009-03-251-4/+0
| | | | | | | | From now on, we (mainly) go on WebView bugfixing..
| * Fixed Copyright introAndrea Diamantini2009-03-221-18/+19
| |
| * Forgot header.. ;)Andrea Diamantini2009-03-201-0/+1
| |
| * QDesktopServices removed! Now rekonq lives just in kde directories!!Andrea Diamantini2009-03-201-11/+4
| |
| * BrowserApplication --> ApplicationAndrea Diamantini2009-02-151-4/+4
| |
| * Ported tons of code to KConfigXT. To merge kcfg branch we need just toAndrea Diamantini2009-01-191-9/+20
| | | | | | | | port cookie settings..
| * Some moc adds and webview fixing..Andrea Diamantini2009-01-161-1/+3
| |
| * Ported from KMainWindow to KXmlGuiWindow.Andrea Diamantini2008-12-291-1/+1
| | | | | | | | | | Yeah! ..
| * qDebug && qWarning --> kDebug && kWarningAndrea Diamantini2008-12-171-8/+8
| |
| * adjusted rekonq nameAndrea Diamantini2008-12-141-1/+1
| | | | | | | | | | commented out (hopefully, for now) resizeEvents and focusInEvents in urlbar & searchbar
| * Completely removed QSettings!Andrea Diamantini2008-12-051-41/+48
| |
| * QUrl --> KUrl!Andrea Diamantini2008-12-051-4/+6
| |
| * - Ported historyMenu to KActionAndrea Diamantini2008-11-301-8/+112
| | | | | | | | | | - some adjs on urlbar - added TODO file to remember things
| * Setting right licenseAndrea Diamantini2008-11-071-0/+1
| |
| * Localizing strings..Andrea Diamantini2008-11-011-76/+51
| |
| * reKonq initial commit. Yeah!Andrea Diamantini2008-10-301-0/+1277
|
* Importing recode (rekonq code).adjam2009-05-031-0/+1459
I'm sorry I coudn't perform this with gitsvn or tailor.. but I cannot lose all the evening just for this. And I need to sleep now.. git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963146 283d02a7-25f6-0310-bc7c-ecb5cbfe19da