summaryrefslogtreecommitdiff
path: root/src/plugins/designer/qtcreatorintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QString ITextEditorDocument::contents --> plainTextEike Ziller2013-12-101-1/+1
* Designer: Insert into correct class for "Go to slot"Nikolai Kosjar2013-11-261-28/+37
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-3/+3
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-111-3/+3
* SessionManager: Apply 'static' patternhjk2013-09-051-3/+3
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-2/+1
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+1
* Designer: Fix "Go to slot..." for project-less "Qt Designer Form Class"esNikolai Kosjar2013-08-221-16/+26
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Switch less often to edit modeEike Ziller2013-06-051-1/+3
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-2/+2
* CppTools: findMatchingDefinition handles const and volatileLorenz Haas2013-05-151-3/+3
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-1/+1
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-12/+15
* Clean headers in Designer.Friedemann Kleint2013-04-041-16/+0
* Fix Krazy warnings about includes/header guards in Designer.Friedemann Kleint2013-03-121-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
|/
* C++: Fix outdated macro usage info in documents.Erik Verbruggen2012-10-151-3/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* Normalized connect()sRobert Loehning2012-03-061-2/+2
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-7/+7
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* C++: Fix "reference" file in symbol finderLeandro Melo2012-01-231-2/+1
* C++: Improve file accuracy when finding symbolsLeandro Melo2012-01-231-2/+4
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Designer: Hint at case-mismatches of #include if 'Goto Slot' fails.Friedemann Kleint2011-10-181-4/+7
* Designer: Trigger code setting suffixes on promoted widgets.Friedemann Kleint2011-09-281-1/+1
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-1/+1
* Designer: Compilation with Qt 5.Friedemann Kleint2011-05-191-1/+17
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Fix more krazy warnings.Friedemann Kleint2011-04-191-2/+2
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-3/+4
* Update license.hjk2011-04-131-14/+13
* Designer/Go to slot: Match on source file in same folder.Friedemann Kleint2011-03-311-3/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-7/+6
* It's 2011 now.con2011-01-121-1/+1
* cppmodelmanagerinterface: use singleton instead of object poolhjk2011-01-051-9/+4
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-6/+6
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Fixes: Add "const &" when needed in "Go to slot"Jarek Kobus2010-12-061-4/+48
* | Fixes: Provide arg name in "Go to slot" when arg is missingJarek Kobus2010-12-061-2/+12
|/