| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-09 | Coding style update for pointer comparison | Peter Penz | |
| Most developers seem to prefer if (ptr) ... if (!ptr) ... in comparison to if (ptr != 0) ... if (ptr == 0) ... Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy. | |||
| 2011-02-04 | Update e-mail address from [email protected] to [email protected] | Peter Penz | |
| 2011-02-04 | Use capitalized KDE includes | Peter Penz | |
| 2011-01-09 | Internal simplification: It is not necessary to keep the ViewModeController ↵ | Peter Penz | |
| as member for the view-modes, as the URL is alredy known by the DolphinViewController. svn path=/trunk/KDE/kdebase/apps/; revision=1213172 | |||
| 2010-10-15 | It is a valid use-case that m_itemView is 0. | Peter Penz | |
| BUG: 254240 svn path=/trunk/KDE/kdebase/apps/; revision=1186206 | |||
| 2010-10-09 | It is a valid usecase that the model can be 0 when destructing a view. | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1184156 | |||
| 2010-07-24 | Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵ | Peter Penz | |
| sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146 | |||
