summaryrefslogtreecommitdiff
path: root/src/plugins/genericprojectmanager/genericprojectfileseditor.h
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* core: use a class derived from QList<int> instead of a QList<int> for ↵hjk2010-06-251-2/+2
| | | | | | | | Core::Context A mostly mechanical change. Reviewed-By: con
* Moved TextEditDocumentLayout and related classes to their own fileThorbjørn Lindeijer2010-04-261-0/+4
| | | | | | | | | The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
* Long live the king!hjk2010-03-051-1/+1
|
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\ | | | | | | Trailing whitespace removal re-applied manually.
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
| | | | | | | | doing it in 1.3 as well to avoid possible later conflicts
* | Make method naming more consistent.Tobias Hunger2010-01-071-2/+3
|/ | | | | | | | | | | | * Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* API: temporaryEditor --> isTemporarycon2009-06-041-1/+1
| | | | Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Fixes spelling of temporaryEditordt2009-05-251-1/+1
|
* Fixes showing temporary filesdt2009-05-251-0/+2
|
* Added and corrected copyright headersThorbjørn Lindeijer2009-03-201-0/+29
|
* Fixed member variable prefix to be in line with coding standardsThorbjørn Lindeijer2009-03-181-7/+7
|
* Unduplicated the code that initializes editor settingsThorbjørn Lindeijer2009-03-171-2/+0
| | | | | | | | | This stuff was all over the place, a relic from before the editor settings were unified. Now the initialization is only done in TextEditorSettings. Fixes the .pro file editor and the generic project files editor, which before only used the font settings.
* Use the global font settings in GenericProjectFilesEditorThorbjørn Lindeijer2009-03-161-0/+2
|
* Introduced editors for .files and .includes files.Roberto Raggi2009-03-161-0/+94