summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QKeySequence --> KShortCutAndrea Diamantini2009-04-021-4/+4
|
* Added show/hide menubar actionAndrea Diamantini2009-04-021-0/+9
|
* Various fixes, including bookmarks barAndrea Diamantini2009-04-021-4/+4
|
* updated FullScreenViewAndrea Diamantini2009-04-021-0/+2
|
* Fixed no more used download action && i18n --> QLatin1String on ↵Andrea Diamantini2009-04-011-1/+1
| | | | "private_browsing"..
* Importing clones PART 1Andrea Diamantini2009-04-011-18/+33
| | | | | | | | | | | | I apologies for this "strange" way of importing code. But we have 3 (or 4) different ideas about UIs.. and I have to decide one. So, best way I found is importing manually changes. I'll write something about that soon. We basically need to better learn git cooperation (I'm first). Anyway, thank you a lot for your time and your ideas. I really apprecciate your efforts ;)
* API change (rename). In MainView, newTab --> newWebViewAndrea Diamantini2009-03-291-3/+3
|
* Search wrapAndrea Diamantini2009-03-291-1/+1
|
* Revert "Revert "pedantic""Andrea Diamantini2009-03-291-46/+44
| | | | | | Reapplied previous changes. Sorry for confusion. Time to bed.. This reverts commit 98f53721514116b876d18bf0a2da89d2a53cc97d.
* Merge branch 'prova2'Andrea Diamantini2009-03-291-1/+0
|\
| * merged some parts of pawel clone. In previous commit..Andrea Diamantini2009-03-291-1/+0
| |
* | Revert "pedantic"Andrea Diamantini2009-03-291-44/+46
|/ | | | | | Too much things committed a time.. This reverts commit 651f97d0652e90ab1af4e80418f42468cc5932e2.
* pedanticAndrea Diamantini2009-03-281-46/+44
|
* astyle. First round..Andrea Diamantini2009-03-281-179/+179
|
* Added QNetworkDiskCache. Thanks to Ben Meyer's Qt Blog postAndrea Diamantini2009-03-281-0/+1
|
* improved fullscreenAndrea Diamantini2009-03-271-0/+10
|
* updated TODO, fixed History menu shortcut, updated Message.shAndrea Diamantini2009-03-251-1/+1
|
* Huge update. Fixed quite all of the settings troubles..Andrea Diamantini2009-03-251-10/+6
| | | | From now on, we (mainly) go on WebView bugfixing..
* Some fixes on font dim. Updating data still doesn't work..Andrea Diamantini2009-03-241-16/+11
|
* working on fixing font problem..Andrea Diamantini2009-03-241-16/+18
|
* removed margins (avaddon suggestion..)Andrea Diamantini2009-03-221-0/+1
|
* Fixed Copyright introAndrea Diamantini2009-03-221-18/+19
|
* Added commentAndrea Diamantini2009-03-211-0/+4
|
* Solved initial size problem!Andrea Diamantini2009-03-121-4/+8
|
* Forwarding class declarations to speed up compilation..Andrea Diamantini2009-03-111-8/+4
|
* Some fixes on MainWindowAndrea Diamantini2009-03-111-8/+11
|
* Some fixesAndrea Diamantini2009-03-101-1/+0
|
* Fixing Font Troubles. Try 1..Andrea Diamantini2009-03-011-3/+21
|
* Last commit before branching "di brutto"..Andrea Diamantini2009-02-201-2/+5
|
* On the street to SingleRekonq..Andrea Diamantini2009-02-201-0/+2
|
* new singleton Application class.Andrea Diamantini2009-02-161-29/+5
| | | | Try 1..
* {Browser,}Application. Again..Andrea Diamantini2009-02-151-10/+10
|
* Ready for 0.0.3 release. Last fixes..Andrea Diamantini2009-02-081-2/+5
|
* Definitely fixed FindBar (orat least, I hope so)Andrea Diamantini2009-01-291-25/+25
| | | | Add some comments
* Fixed Find bar use.Andrea Diamantini2009-01-291-10/+10
|
* New BookmarkBar!! 1st version, Yeah!!Andrea Diamantini2009-01-281-7/+7
|
* Removed unuseful "Select All" action.Andrea Diamantini2009-01-281-1/+2
| | | | If someone needs it, I can try to implement it one day..
* Fixed MenuBar.Andrea Diamantini2009-01-271-10/+14
| | | | | Fixed BookmarkLine in rekonqui.rc Now we need just the code to implement it..
* We now have the FINAL search bar!! Yeah!!!Andrea Diamantini2009-01-271-8/+17
|
* Reimplemented download system based on KGet one.Andrea Diamantini2009-01-211-1/+4
| | | | | Thanks Lucas ;) Rekonq now has its one!
* Implemented a new function to download data with KJob technologies..Andrea Diamantini2009-01-201-54/+7
| | | | It's not working. For now. But we are nearing the goal..
* Ported tons of code to KConfigXT. To merge kcfg branch we need just toAndrea Diamantini2009-01-191-20/+13
| | | | port cookie settings..
* m_tabWidget --> m_viewAndrea Diamantini2009-01-181-42/+42
|
* Partially ported rekonq to KConfigXT technology..Andrea Diamantini2009-01-181-8/+97
| | | | Perhaps ~50%..going on!!
* - cmake 2.6.2Andrea Diamantini2009-01-151-1/+1
| | | | - changed web inspector icon
* Fixed unconnected STOP web actionAndrea Diamantini2009-01-121-18/+18
|
* Every action is now in ActionCollection!!Andrea Diamantini2009-01-091-7/+42
| | | | Fully adopted xmlgui && mainview concepts..
* Removed WebActionMapper class!Andrea Diamantini2009-01-091-11/+1
| | | | Now we are really starting to have adjam web browser..
* BIG change!!Andrea Diamantini2009-01-091-19/+34
| | | | Removed use of proxy webactionmapper to manage web actions..
* removed LoadPage method to semplify APIAndrea Diamantini2009-01-091-26/+15
| | | | Now we have just loadUrl slot to run pages..