Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed "history panel" string bug | Andrea Diamantini | 2009-08-10 | 1 | -2/+1 | |
| | | ||||||
* | | Removed privacy settings and ported history ones into the General | Andrea Diamantini | 2009-08-10 | 6 | -98/+60 | |
| | | | | | | | | Group. | |||||
* | | hide popup when focus change | Lionel Chauvin | 2009-08-09 | 1 | -0/+2 | |
| | | ||||||
* | | Merge commit 'megabigbug/popup' | Andrea Diamantini | 2009-08-09 | 1 | -2/+5 | |
|\ \ | ||||||
| * | | flashy popup: delete after have painted the newer | Lionel Chauvin | 2009-08-09 | 1 | -2/+5 | |
| |/ | ||||||
* | | progress bar at 100% is better drawn (fix division issue with int value) | Lionel Chauvin | 2009-08-09 | 1 | -1/+1 | |
|/ | ||||||
* | Removed old cookies system classes.. | Andrea Diamantini | 2009-08-08 | 5 | -244/+0 | |
| | ||||||
* | Compiler warning fixes | Andrea Diamantini | 2009-08-08 | 1 | -0/+2 | |
| | ||||||
* | RekonqAccessManager (rekonq 0.2 version) | Andrea Diamantini | 2009-08-08 | 3 | -4/+16 | |
| | ||||||
* | Merge commit 'megabigbug/tabfontsize' | Andrea Diamantini | 2009-08-08 | 1 | -6/+0 | |
|\ | ||||||
| * | standard tab font size | Lionel Chauvin | 2009-08-08 | 1 | -6/+0 | |
| | | ||||||
* | | small fix: prevent empty url at the begining of loading | Lionel Chauvin | 2009-08-07 | 1 | -2/+7 | |
| | | ||||||
* | | Load url in the background urlbar fixes | Andrea Diamantini | 2009-08-07 | 2 | -2/+2 | |
|/ | ||||||
* | Krazy issues, part 3 | Andrea Diamantini | 2009-08-07 | 2 | -7/+6 | |
| | | | | - improper include guards | |||||
* | Krazy fixes. Part 2. | Andrea Diamantini | 2009-08-07 | 6 | -17/+10 | |
| | | | | | | - KDE classes in ui files - Ui dialog deleteLater - const in for each loop (apart from the QWebFrame one..) | |||||
* | fix loadUrl for query with accents (eg: églantine) | Lionel Chauvin | 2009-08-06 | 1 | -1/+1 | |
| | ||||||
* | Debug info from setWindowID | Andrea Diamantini | 2009-08-06 | 1 | -4/+2 | |
| | | | | also setting intial window empty (-1) | |||||
* | Fixing popus (eventual) closing crashes | Andrea Diamantini | 2009-08-06 | 1 | -0/+1 | |
| | ||||||
* | Fixed "QCoreApplication::postEvent: Unexpected null receiver" | Andrea Diamantini | 2009-08-06 | 1 | -1/+4 | |
| | | | | warning | |||||
* | rekonq 0.1.97 with last fixes about AccessManager and cookies | Andrea Diamantini | 2009-08-06 | 1 | -1/+1 | |
| | ||||||
* | Reverting KIO::AccessManager --> QNetworkAccessManager | Andrea Diamantini | 2009-08-06 | 2 | -3/+4 | |
| | | | | | | | | | to respect (for 0.2 release) KDE 4.2 support and to banally fix 'pano' 's bug about CMS previews.. This has some downside problems with cookies headers (kdebug says) but things seems working well ;) And that's the important (at least, near a release!!) | |||||
* | Some coding trivial fixes | Andrea Diamantini | 2009-08-06 | 2 | -5/+7 | |
| | ||||||
* | clean code | Lionel Chauvin | 2009-08-05 | 2 | -31/+19 | |
| | ||||||
* | Replace privacy icon and text by history | Lionel Chauvin | 2009-08-05 | 1 | -2/+2 | |
| | ||||||
* | add a minimum size to the configuration panel | Lionel Chauvin | 2009-08-05 | 1 | -0/+1 | |
| | ||||||
* | fix: clear cookies | Lionel Chauvin | 2009-08-05 | 4 | -6/+16 | |
| | ||||||
* | add m_windowId else unable to connect to KCookieJarServer | Lionel Chauvin | 2009-08-05 | 3 | -17/+21 | |
| | ||||||
* | Removing windowID settings, unuseful (for me) in a | Andrea Diamantini | 2009-08-05 | 4 | -27/+39 | |
| | | | | ONE window application :) | |||||
* | Fixed Setting Interface | Andrea Diamantini | 2009-08-05 | 3 | -116/+14 | |
| | ||||||
* | Removed old unuseful files.. | Andrea Diamantini | 2009-08-05 | 8 | -943/+4 | |
| | ||||||
* | Initial porting to KCookieJar | Andrea Diamantini | 2009-08-05 | 9 | -404/+64 | |
| | ||||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 49 | -328/+634 | |
| | ||||||
* | Krazy issues fixes. Part 1 | Andrea Diamantini | 2009-08-05 | 4 | -4/+5 | |
| | ||||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 24 | -72/+6 | |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | |||||
* | Reverting loadUrl function at previous behaviour. | Andrea Diamantini | 2009-08-04 | 1 | -6/+16 | |
| | | | | | Next release (with something new..) we'll fix this "strange" colon/space bug. | |||||
* | Wrong headers fixes! | Andrea Diamantini | 2009-08-04 | 2 | -6/+3 | |
| | ||||||
* | Hopefully last fix for KDE 4.2.x with x minor than 70.. | Andrea Diamantini | 2009-08-03 | 4 | -67/+40 | |
| | ||||||
* | Merge branch 'POPUP3' | Andrea Diamantini | 2009-08-03 | 1 | -2/+8 | |
|\ | ||||||
| * | popup max width = window width | megabigbug | 2009-08-02 | 1 | -2/+8 | |
| | | | | | | | | fix popups: don't overlap horizontal scrollbar | |||||
* | | 0.1.96 version dropping (for now) KIO::AccessManager support | Andrea Diamantini | 2009-08-03 | 1 | -1/+1 | |
| | | ||||||
* | | Removed (for 0.2 version) KIO::AccessManager support | Andrea Diamantini | 2009-08-03 | 5 | -284/+7 | |
| | | | | | | | | | | That's because of some troubles with wikis, phpBB and CMS products in general.. | |||||
* | | Fixed target link libraries bug. | Andrea Diamantini | 2009-08-03 | 1 | -6/+0 | |
| | | | | | | | | Thanks to Florian Hubold for reporting it | |||||
* | | Simpler WebPage::acceptNavigationRequest | Andrea Diamantini | 2009-08-03 | 1 | -14/+0 | |
|/ | ||||||
* | A great step forward..0.1.95 | Andrea Diamantini | 2009-08-02 | 1 | -1/+1 | |
| | | | | | | rekonq 0.1.95. Two weeks to the NEXT release!! | |||||
* | Fixing coding style | Andrea Diamantini | 2009-08-02 | 1 | -6/+15 | |
| | ||||||
* | Dynamic tab bar | megabigbug | 2009-08-01 | 4 | -11/+38 | |
| | ||||||
* | Merge branch 'FOCUSOUT' | Andrea Diamantini | 2009-08-01 | 3 | -13/+1 | |
|\ | ||||||
| * | fix focus when right click bug | megabigbug | 2009-08-01 | 3 | -13/+1 | |
| | | ||||||
* | | Merge branch 'POPUS' | Andrea Diamantini | 2009-08-01 | 1 | -3/+8 | |
|\ \ | ||||||
| * | | more aesthetic popups (again) | megabigbug | 2009-08-01 | 1 | -3/+8 | |
| |/ |