aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/profileeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename plugins/qt4projectmanager to qmakeprojectmanagerhjk2013-10-291-224/+0
* Qt4ProjectManager: Rename the "normal" qt4* files to qmake*hjk2013-10-161-1/+1
* Rename namespace Qt4ProjectManager to QmakeProjectManagerhjk2013-10-161-2/+2
* CppEditor: "Follow Symbol Under Cursor" for virtual functionsNikolai Kosjar2013-10-011-1/+2
* Apply static pattern to TextEditorSettinghjk2013-09-201-1/+1
* TextEditor: get CompletionAssistProvider from editor.Erik Verbruggen2013-09-091-0/+8
* Add common interface for text formats inside syntax highlighterjkobus2013-08-261-19/+0
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-3/+3
* TextEditor: Simplify Utils::CommentDefinition structurehjk2013-05-271-1/+1
* Clean headers in Qt4ProjectManager.Friedemann Kleint2013-03-281-6/+0
* Qt4ProjectManager: Forward-declare some classes.Friedemann Kleint2013-03-281-0/+1
* Editor: Renaming Link members.David Schulz2013-02-111-3/+3
* 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
* | use QSharedPointer instead of QRefCountPointerDebao Zhang2013-01-091-1/+2
* | ProfileEditor: clean uphjk2012-12-301-17/+15
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-12-141-1/+1
|\|
| * ProFileEditor: Fix follow symbol to use clean pathsMarcel Krems2012-12-121-1/+1
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Unified contextMenuEvent implementations of editor widgets.Konstantin Tokarev2012-07-301-13/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-2/+2
* texteditor: use an enum instead of QString as color idshjk2012-05-031-5/+5
* Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-281-5/+0
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | core: make context and widget IContext data membershjk2011-04-141-12/+3
* | Add "Add Library" action to project explorer's context menuJarek Kobus2011-04-131-21/+0
|/
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-23/+23
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-021-0/+1
* | Fix compiler warnings, constify.Friedemann Kleint2010-10-191-1/+1
* | Implement "Jump To File Under Cursor" in profile editorJarek Kobus2010-10-141-0/+95
|/
* Profile editor: Add proper format to white spaces.Leandro Melo2010-09-301-1/+2
* Add "Add library wizard" to the pro file editorJarek Kobus2010-08-161-0/+21
* Core::Context: compile hot fix for Windows.hjk2010-06-251-5/+3
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-1/+1
* Implement (un)commenting selection of .pro filesJarek Kobus2010-05-251-0/+28