summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No more lined titles in history and tabs pagesAndrea Diamantini2012-05-151-7/+4
|
* move left modify action in favorites to be the update oneAndrea Diamantini2012-05-154-62/+143
| | | | | | Also implement ThumbUpdater class to easily manage thumb updates BUG:291236
* Update image : HALF IMPLEMENTATIONAndrea Diamantini2012-05-153-10/+41
|
* Calm down kDebug() calls on NewTabPageAndrea Diamantini2012-05-151-11/+1
|
* Limit default history to two days entries shownAndrea Diamantini2012-05-153-23/+64
|
* Enlarge and clean up menuAndrea Diamantini2012-05-151-14/+7
|
* about:downloads grey linksAndrea Diamantini2012-05-152-0/+7
|
* Add font: Nunito regularAndrea Diamantini2012-05-154-19/+48
|
* new backgroundAndrea Diamantini2012-05-153-1/+2
|
* Improve about url resolvingAndrea Diamantini2012-05-151-14/+29
| | | | | | Conflicts: src/urlbar/urlresolver.cpp
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-05-121-1/+2
|
* Mispelling: "no show urlbar suggestions" --> "not show url suggestions"Andrea Diamantini2012-04-271-1/+1
| | | | BUG: 298819
* Fix a regression from previous commitAndrea Diamantini2012-04-251-9/+9
| | | | (crashbar exiting on external calls)
* Clean up url managementAndrea Diamantini2012-04-245-51/+24
| | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829
* set Main Window on KDirListerAndrea Diamantini2012-04-241-1/+3
|
* Do not show "closed tabs" page after crash when directly opening an URLAndrea Diamantini2012-04-242-24/+28
| | | | BUG: 283178
* rekonq 0.9.57Andrea Diamantini2012-04-231-1/+1
| | | | | | - Google Bookmarks sync - fixed favorite icon - clean up & fixes
* Google Sync Bookmarks in rekonq!Siteshwar Vashisht2012-04-2312-4/+762
| | | | | | | | | | | | | | | | - Added UI bits to configure Google Bookamrks Sync - Implemented sync, 2-way merging local and remote bk - Remember to not update local history while remotely adding bookmarks - Encode parameters of add bookmarks request while posting data. - (adjam) fix compile warnings This is the squashed commit of Situ's work on Google Bookmarks Sync SQUASHED BY: adjam ;) REVIEW: 104673 DIGEST: Google Bookmarks Sync REVIEWED BY: adjam
* Fix opensearch add shortcut handlingAndrea Diamantini2012-04-238-66/+79
| | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707
* Add fixed favorite icon in the toolbar to let add favorites easierAndrea Diamantini2012-04-222-91/+62
| | | | | Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-2085-240/+312
|
* rekonq 0.9.56Andrea Diamantini2012-04-201-1/+1
| | | | Some bugfixing before another nice merging window...
* master no more compiles with qt 4.7.x. Setting min qt to 4.8.xAndrea Diamantini2012-04-202-13/+13
|
* Fix apturl handling (workaround)Andrea Diamantini2012-04-201-0/+9
|
* Remove tabbar.h and mainwindow.h Dependencies from webtab.cppDavid E. Narváez2012-04-173-10/+7
| | | | | | Fixes previous attempt to move tab preview to WebTab class. REVIEW: 104517
* Really fix Upper case urls managementAndrea Diamantini2012-04-161-2/+5
| | | | | Consider also eventual upper case local urls (eg: rekonq git clone here is in file:///SW/SRC/rekonq dir...)
* Let rekonq work everytime with uppercase digited urlsAndrea Diamantini2012-04-161-2/+3
| | | | BUG:284829
* Get extremely sure rekonq menu button exists when used :)Andrea Diamantini2012-04-161-0/+3
| | | | BUG: 297630
* Move Tab Preview to WebTabDavid E. Narváez2012-04-143-14/+37
| | | | | | | Let the WebTab class calculate its own preview, so that it can be used elsewhere in the code. REVIEW: 104517
* Fix typo.Yuri Chornoivan2012-04-131-1/+1
|
* rekonq 0.9.55Andrea Diamantini2012-04-121-1/+1
| | | | | updated docs new "privacy" and "advanced" setting tabs
* Reimplement password saving check in the same wayAndrea Diamantini2012-04-121-3/+7
| | | | | | Tirtha did in its review request REVIEW:101317
* Last clean up on settingsAndrea Diamantini2012-04-128-30/+28
| | | | | Get sure settings are updated everytime Strings, spaces and one unuseful slot removed clean up
* clean up failed rebasing and implement history timed expire checkAndrea Diamantini2012-04-124-67/+41
|
* Consider new PasswordSavingEnabled privacy checkAndrea Diamantini2012-04-121-0/+3
|
* Add passwords exceptions management widgetAndrea Diamantini2012-04-125-2/+190
|
* Let settings dialog to be NON modalAndrea Diamantini2012-04-122-4/+4
|
* Launch proxy, cache, cookies settings as (Q)Process(es)Andrea Diamantini2012-04-124-7/+25
|
* Tirtha's string suggestion about DNT header settingsAndrea Diamantini2012-04-121-1/+1
|
* Privacy tab settingsAndrea Diamantini2012-04-1215-510/+1084
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Update docs to 0.9.0, remove extra screenshots (unused).Yuri Chornoivan2012-04-0827-88/+82
|
* rekonq 0.9.54Andrea Diamantini2012-03-251-1/+1
|
* Add loadUrl API to mainwindowAndrea Diamantini2012-03-259-243/+144
| | | | | | | | | - Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326
* Check if user has a default search engine set and eventuallyAndrea Diamantini2012-03-2511-10/+190
| | | | | | show a messagewidget to inform and let him set it. REVIEW:104290
* Safe one bool check :DAndrea Diamantini2012-03-251-1/+1
| | | | Everytime a new window is called externally
* Fix rekonq exit values, returning ZERO on successAndrea Diamantini2012-03-251-2/+4
| | | | BUG:271442
* Change Bookmark MIME Type and CentralizeDavid E. Narváez2012-03-194-11/+16
| | | | | | | | As discussed in the mailing list, this changes the MIME type to x-rekonq-bookmark and centralizes all references to that MIME type in one static method. REVIEW: 104197
* rekonq 0.9.53Andrea Diamantini2012-03-181-1/+1
| | | | New History Manager. To test...
* New History Manager, NO MORE QWebHistoryInterface based.Andrea Diamantini2012-03-188-65/+36
| | | | | | | | | | | We are just saving datas on our own, I don't like QtWebKit APIs to do it. We now call addHistoryEntry(url, title) on loadFinished. Data structure will remain the same as usual, but I think API is better and data are now saved when we really have them ready. REVIEW:104257
* fixuifilesPino Toscano2012-03-161-3/+0
|