summaryrefslogtreecommitdiff
path: root/src/plugins/designer/qtcreatorintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Qt Designer plugin: Port to new signals & slots syntax.Friedemann Kleint2015-06-021-2/+2
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Use new mime databaseEike Ziller2015-02-171-1/+3
* CppTools: Remove assertions for CppModelManager::instance()Orgad Shaneh2015-02-171-9/+8
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-4/+5
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Designer: Fix connected signalChristian Stenger2015-02-031-1/+4
* | C++: Reduce FileName indirectionOrgad Shaneh2015-02-031-1/+1
* | Convert to new connect apiMontel Laurent2015-01-301-4/+4
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | C++: handle case-insensitive file names in the CPlusPlus::SnapshotErik Verbruggen2014-12-171-4/+3
* | C++: handle case-insensitive file names in the WorkingCopyErik Verbruggen2014-12-151-4/+6
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-6/+6
* | Designer: Use static pattern for FormEditorW singletonhjk2014-09-041-12/+9
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-10/+7
* | Designer: Remove support to build with Qt 4hjk2014-08-261-2/+0
* | Designer: Remove compatibility code for Qt < 5.0hjk2014-08-201-14/+0
* | CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp}Nikolai Kosjar2014-08-201-3/+4
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-12/+12
|/
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* TextEditors: Move some auto-indentation code to documentEike Ziller2014-01-161-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | 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