summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* BIG BIG commitAndrea Diamantini2009-09-3015-221/+73
| | | | | | | | | | | | | | | | 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
* a lot fo changes in the history/bookmarks page (restored initial method ↵Andrea Diamantini2009-09-292-23/+59
| | | | rewamped)
* Initial fixesAndrea Diamantini2009-09-292-5/+32
|
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-297-18/+66
| | | | and changed its layout
* Implementing a new about: protocol, 1st bunchAndrea Diamantini2009-09-293-3/+7
|
* Load on click (links on previews)Andrea Diamantini2009-09-292-3/+17
|
* New rekonq home page layoutAndrea Diamantini2009-09-292-32/+33
|
* Fixing crash on opening tabs after closing other window(s).Andrea Diamantini2009-09-283-0/+9
| | | | | | | It was a stupid omission by me, cleverly discovered and fixed by Johannes Zellner!! Again, thank you very much!
* Krazy check issues fixes..Andrea Diamantini2009-09-283-7/+8
|
* cleaning mainview code (unuseful method)Andrea Diamantini2009-09-262-13/+0
| | | | Patch courtesy from Ronny Scholz (thanks!)
* rekonq 0.2.60Andrea Diamantini2009-09-261-1/+1
| | | | | | | first fixes for AccessManager, cookiejar, post connections (data). this commit signs turning from development to bugfixing mode (at least for me) From now on, bugfixing, unit tests, docs. The road to our 1st stable rekonq...
* cookie jar fixes...Andrea Diamantini2009-09-263-11/+17
|
* AccessManager fixesAndrea Diamantini2009-09-262-30/+33
| | | | | - create request method - network disk cache
* Fixing sessionmanager (at least I hope so):Andrea Diamantini2009-09-264-25/+35
| | | | | | - moved from DataStream to TextStream (we use strings..) - implemented a semaphore (m_safe) - closing every time file
* Fixing a bit thumbs tableWidgetAndrea Diamantini2009-09-251-0/+7
|
* Cleaning some unuseful kDebug(s)...Andrea Diamantini2009-09-256-10/+2
|
* Removing thumbs files on tableWidget changes && removing someAndrea Diamantini2009-09-254-11/+19
| | | | unuseful kWarning..
* Home page translationsAndrea Diamantini2009-09-241-3/+3
|
* Merge branch 'i18n'Andrea Diamantini2009-09-242-5/+19
|\
| * Fixed not found page to let translators work on it..Andrea Diamantini2009-09-241-5/+17
| |
| * css homepage improvementsAndrea Diamantini2009-09-231-0/+2
| | | | | | | | thanks to nferenc :)
* | add a border to tab previewslionelc2009-09-231-1/+2
| |
* | Fixing tab moving behaviourAndrea Diamantini2009-09-231-1/+0
| | | | | | | | (Johannes Zellner patch I forgot to apply. Again, sorry!!)
* | Fixing rekonq home page urlbar focus issueAndrea Diamantini2009-09-232-4/+6
|/
* Fixing a bit new actions text (too long and bad translated)Andrea Diamantini2009-09-231-2/+2
|
* Merge commit 'refs/merge-requests/1580' of ↵Andrea Diamantini2009-09-232-19/+34
|\ | | | | | | git://gitorious.org/rekonq/mainline into lionel
| * open a selected url text in a new tab/windowmegabigbug2009-09-222-19/+34
| |
* | fix page previewmegabigbug2009-09-223-18/+32
|/
* Fixing foreach macros..Andrea Diamantini2009-09-227-13/+12
|
* Merge commit 'refs/merge-requests/1564' of ↵Andrea Diamantini2009-09-221-1/+12
|\ | | | | | | git://gitorious.org/rekonq/mainline into shaaneb
| * Fixed problem with the add tab button of tab barShaneeb Kamran2009-09-211-1/+12
| |
* | Merge commit 'refs/merge-requests/1561' of ↵Andrea Diamantini2009-09-221-3/+2
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into megaint
| * | small fix of tab preview behaviormegabigbug2009-09-201-3/+2
| |/
* | fix previews:megabigbug2009-09-204-31/+32
|/ | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview
* create function fixAndrea Diamantini2009-09-201-3/+5
|
* Fixing save setting crashAndrea Diamantini2009-09-201-2/+5
|
* Flash loading fixAndrea Diamantini2009-09-201-3/+3
|
* rekonq 0.2.59Andrea Diamantini2009-09-202-2/+1
| | | | A lot of merged code and some trivial bug fixed
* Merge commit 'refs/merge-requests/1549' of ↵Andrea Diamantini2009-09-202-2/+97
|\ | | | | | | git://gitorious.org/rekonq/mainline into int
| * Show a preview when mouse is over a tabmegabigbug2009-09-192-2/+97
| |
* | Fixing websnap resizing...Andrea Diamantini2009-09-202-7/+5
| |
* | Fixing loading previewAndrea Diamantini2009-09-202-6/+12
| | | | | | | | | | | | | | busywidget image provided by Adrià:) with Pano's intercession. Many thanks!
* | Fixing homepage (user's not rekonq's) opening and behaviourAndrea Diamantini2009-09-204-4/+12
| |
* | Applied (and refactored) patch from Matgic78 about smart openingAndrea Diamantini2009-09-204-44/+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 a new tab on double click on empty tab areaAndrea Diamantini2009-09-201-0/+1
|/ | | | Courtesy patch from Ronny Sholz (Thanks!)
* rekonq 0.2.58 with the new homepage!Andrea Diamantini2009-09-181-1/+1
|
* Merge branch 'HomePageEmbedded2'Andrea Diamantini2009-09-1817-95/+674
|\ | | | | | | | | | | | | Seems fixed now. WE HAVE HOME PAGE!! Conflicts: src/mainview.cpp
| * Really fixed 2 commits ago options.. :)Andrea Diamantini2009-09-181-2/+5
| |
| * Faster loading..Andrea Diamantini2009-09-186-19/+42
| |
| * Fixed options show recently closed tabs / show recent historyAndrea Diamantini2009-09-184-97/+11
| |