summaryrefslogtreecommitdiff
path: root/src/application.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixing tab close iconAndrea Diamantini2009-10-191-2/+2
| |
* | reintroduce and fix recently closed tab featuremegabigbug2009-10-171-1/+1
|/
* show icons corresponding to homepage pages on tabsmatgic782009-10-161-3/+9
|
* arrow-right icon for urlbar when homepage shownmatgic782009-10-161-7/+10
| | | | because this icon says (for me at least) "please type your request here"
* removed bugged closed tabs and implemented a simple tab switchAndrea Diamantini2009-10-161-1/+1
|
* Restored recently closed tabsAndrea Diamantini2009-10-111-1/+1
| | | | | | | I'm not a big fan of this implementation, but modifying history for this is impossible (no sense) and storing it somewhere.. don't know Perhaps someone has some better ideas here :)
* Merge commit 'refs/merge-requests/1750' of ↵Andrea Diamantini2009-10-111-1/+8
|\ | | | | | | git://gitorious.org/rekonq/mainline into SundayIll3
| * KIcon("go-home") for homepageMatthieu Gicquel2009-10-101-1/+8
| |
* | Fixing Application::postLaunch() && BookmarksProvider behaviourAndrea Diamantini2009-10-111-1/+14
|/ | | | | | Another fantastic patch from Ronny Scholz PS: Ehi, Ronny. I think you need a nickname :D
* Removed unuseful isKnownProtol checkAndrea Diamantini2009-10-051-7/+0
|
* Changing rekonq exit numbersAndrea Diamantini2009-10-041-4/+4
|
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-5/+5
| | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
* Fixing Application::homePage behaviourAndrea Diamantini2009-10-021-11/+17
|
* Lionel's idea about urlbar ready for queries in the home pagesAndrea Diamantini2009-10-011-1/+0
|
* Faster Application::iconAndrea Diamantini2009-10-011-8/+3
|
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-291-0/+20
| | | | and changed its layout
* Fixing crash on opening tabs after closing other window(s).Andrea Diamantini2009-09-281-0/+6
| | | | | | | It was a stupid omission by me, cleverly discovered and fixed by Johannes Zellner!! Again, thank you very much!
* Fixing sessionmanager (at least I hope so):Andrea Diamantini2009-09-261-9/+9
| | | | | | - moved from DataStream to TextStream (we use strings..) - implemented a semaphore (m_safe) - closing every time file
* Applied (and refactored) patch from Matgic78 about smart openingAndrea Diamantini2009-09-201-29/+33
| | | | | | | | of external links. rekonq now behaves as discussed (no settings required). So, it opens links in a window in the current desktop Every other behaviour... is a bug!!
* Open links in new tab located near currently active tabDomrachev Alexandr2009-09-131-2/+3
|
* change sessionRestored to isSessionRestoredDomrachev Alexandr2009-09-131-1/+1
|
* Fixing session manager behaviour following a bit dolphin's codeAndrea Diamantini2009-09-131-8/+6
|
* Session Management (restore on crash)Andrea Diamantini2009-09-101-0/+23
| | | | | | | | | This is HEAVILY based on code from Lionel and Yoram branches. But this code behaves differently: it restores rekonq tabs (just) on crash. Thanks to Lionel suggestions, it seems "better" than my initial idea :) It is quite extensible. We need just to fix it better as possible and then manage its behaviour in newInstance code.. ;)
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-8/+23
| | | | Added options about tabbed (or not) browsing..
* Fixing Application::newMainWindow methodAndrea Diamantini2009-09-051-1/+1
|
* Open in new Window ActionAndrea Diamantini2009-09-041-1/+11
|
* Improving Multi Windows implementationAndrea Diamantini2009-09-041-10/+19
|
* Fix compilation and improved a (little) bitAndrea Diamantini2009-09-031-1/+1
| | | | Bookmarks Manager
* - Removed HistoryMenu (no more used)Andrea Diamantini2009-09-031-23/+36
| | | | - Multi Windows 1st implementation
* Some fixes icon relatedAndrea Diamantini2009-08-271-1/+9
|
* Fixed problems restoring Lionel's hack about focused (or not) new WebViewsAndrea Diamantini2009-08-231-5/+3
| | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :)
* Modified newTab function and splitted into two parts.Andrea Diamantini2009-08-231-3/+5
| | | | | | | There are still some regressions to be fixed: - open link in new tab is always without focus - urlbar is empty on new tab loading - mics..
* Merge branch 'OneUrlBar2'Andrea Diamantini2009-08-221-3/+3
|\
| * Remove url stackLionel Chauvin2009-08-221-3/+3
| |
* | Merge commit 'pano/string-fixes'Andrea Diamantini2009-08-221-2/+2
|\ \ | |/ |/|
| * Added colons to stringsPanagiotis Papadopoulos2009-08-091-2/+2
| |
* | Some trivial fixes on GuessUrlFromString functionAndrea Diamantini2009-08-211-2/+2
| |
* | Applied patch from Johannes Zellner about {Middle,CTRL} clickingAndrea Diamantini2009-08-131-1/+1
| | | | | | | | | | | | bookmarks links handling. Many thanks!
* | Removing unuseful QUrl class from guessUrlFromString methodAndrea Diamantini2009-08-101-25/+13
|/
* small fix: prevent empty url at the begining of loadingLionel Chauvin2009-08-071-2/+7
|
* Load url in the background urlbar fixesAndrea Diamantini2009-08-071-2/+1
|
* fix loadUrl for query with accents (eg: églantine)Lionel Chauvin2009-08-061-1/+1
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-8/+14
|
* Fix IncludeAndrea Diamantini2009-08-051-5/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Reverting loadUrl function at previous behaviour.Andrea Diamantini2009-08-041-6/+16
| | | | | Next release (with something new..) we'll fix this "strange" colon/space bug.
* loadUrl function fix (hopefully, last!)Andrea Diamantini2009-08-011-12/+26
|
* Fixing a bit enum OpenType names..Andrea Diamantini2009-08-011-3/+3
|
* fix Webshortcuts, works with space and colon delimitermegabigbug2009-08-011-15/+12
|
* Some string changes and various fixesAndrea Diamantini2009-08-011-3/+4
|
* Fix tab in background featuremegabigbug2009-07-311-27/+17
|