Christian Kamm 
							
						 
					 
					
						
						
							
						
						110f1ce547 
					 
					
						
						
							
							C++ switch header/source: Always prefer file in same directory.  
						
						... 
						
						
						
						Change-Id: I4c029919dd0bd9103bfdb1604026745d07e5535a
Reviewed-on: http://codereview.qt-project.org/5692 
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com > 
						
						
					 
					
						2011-09-28 10:44:07 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						7bfde77d7c 
					 
					
						
						
							
							s/error_message/errorMessage/g  
						
						... 
						
						
						
						Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710
Reviewed-on: http://codereview.qt-project.org/5312 
Reviewed-by: hjk <qthjk@ovi.com > 
						
						
					 
					
						2011-09-21 13:06:52 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						82bbac7f90 
					 
					
						
						
							
							Remove unneeded defines.  
						
						... 
						
						
						
						Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the
respective base classes. Includes a few "stylistic" whitespace changes.
Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2
Reviewed-on: http://codereview.qt.nokia.com/1609 
Reviewed-by: hjk <qthjk@ovi.com > 
						
						
					 
					
						2011-07-14 12:15:38 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						b4b9ba7e2a 
					 
					
						
						
							
							cpptools: use static CppToolsPlugin functions instead of indirect access  
						
						... 
						
						
						
						Saves a symbol.
Change-Id: Id949799852560a3e22da9c0a858b399c6ab3d6e1
Reviewed-on: http://codereview.qt.nokia.com/1295 
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Eike Ziller <eike.ziller@nokia.com > 
						
						
					 
					
						2011-07-08 12:39:01 +02:00 
						 
				 
			
				
					
						
							
							
								Christian Kamm 
							
						 
					 
					
						
						
							
						
						779fafcbfe 
					 
					
						
						
							
							Make C++ code style configurable.  
						
						... 
						
						
						
						Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b
Done-with: Jarek Kobus
Task-number: QTCREATORBUG-2670
Task-number: QTCREATORBUG-4310
Task-number: QTCREATORBUG-2763
Task-number: QTCREATORBUG-3623
Task-number: QTCREATORBUG-567
Reviewed-on: http://codereview.qt.nokia.com/74 
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com >
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com >
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com > 
						
						
					 
					
						2011-05-24 12:45:07 +02:00 
						 
				 
			
				
					
						
							
							
								Tobias Hunger 
							
						 
					 
					
						
						
							
						
						aa2acec14c 
					 
					
						
						
							
							Fix/add copyright headers  
						
						... 
						
						
						
						Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 
						
						
					 
					
						2011-05-06 15:17:05 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						8397663964 
					 
					
						
						
							
							Update license.  
						
						
						
						
					 
					
						2011-04-13 11:49:28 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						d1023c7614 
					 
					
						
						
							
							It's 2011 now.  
						
						... 
						
						
						
						Reviewed-by: hjk 
						
						
					 
					
						2011-01-12 09:46:24 +01:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						04e32b0049 
					 
					
						
						
							
							License headers.  
						
						
						
						
					 
					
						2010-12-17 16:03:42 +01:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						b3dbc4b4e4 
					 
					
						
						
							
							Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.  
						
						... 
						
						
						
						If a plugin requests asyncronous shutdown, the shutdown sequence does
not continue to deleting the plugins before it has sent a
asynchronousShutdownFinished signal. During that time an event loop
is running. 
						
						
					 
					
						2010-07-13 15:25:21 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						2f5f358ff4 
					 
					
						
						
							
							Core::Context:  compile hot fix for Windows.  
						
						
						
						
					 
					
						2010-06-25 17:38:25 +02:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						e53b5bc9a1 
					 
					
						
						
							
							Fixed completion settings to also apply to the QML code completion  
						
						... 
						
						
						
						By moving the completion settings into the TextEditor plugin, so that
both the CppTools and the QmlJSEditor plugins can access the settings.
The user-interface to edit the settings is still in the CppTools plugin,
since we're in string freeze at the moment. It should be moved to the
TextEditor plugin later.
For now the QML completion only supports the case-sensitivity and
partial completion options, since there is no automatic insertion of
brackets.
Task-number: QTCREATORBUG-1327
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com > 
						
						
					 
					
						2010-05-11 15:11:12 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						ca14299790 
					 
					
						
						
							
							Rename IPlugin::shutdown --> IPlugin::aboutToShutdown  
						
						... 
						
						
						
						Discussed-with: hjk 
						
						
					 
					
						2010-04-28 17:32:01 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						9595504bda 
					 
					
						
						
							
							Long live the king!  
						
						
						
						
					 
					
						2010-03-05 11:28:13 +01:00 
						 
				 
			
				
					
						
							
							
								Roberto Raggi 
							
						 
					 
					
						
						
							
						
						f820c1c776 
					 
					
						
						
							
							Removed CppSemanticSearch & co. Find usages of a Symbol is way more powerful.  
						
						
						
						
					 
					
						2009-10-09 11:13:59 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						ddb7842761 
					 
					
						
						
							
							Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3  
						
						... 
						
						
						
						Conflicts:
	src/plugins/cpptools/cppfindreferences.cpp
	src/plugins/cpptools/cpptoolsplugin.cpp
	src/plugins/texteditor/basefilefind.cpp 
						
						
					 
					
						2009-10-05 17:26:13 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						44e2704bc1 
					 
					
						
						
							
							Refactor search result window for use of many items and checked state.  
						
						
						
						
					 
					
						2009-10-05 16:01:50 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						5948e284bb 
					 
					
						
						
							
							Rename namespace Core::Utils into Utils  
						
						... 
						
						
						
						Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor. 
						
						
					 
					
						2009-10-05 11:06:05 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						74a3828f19 
					 
					
						
						
							
							Purge out include files in exported headers  
						
						
						
						
					 
					
						2009-10-01 16:38:08 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						93cbef8724 
					 
					
						
						
							
							long live the king  
						
						
						
						
					 
					
						2009-08-14 09:30:56 +02:00 
						 
				 
			
				
					
						
							
							
								Jason McDonald 
							
						 
					 
					
						
						
							
						
						884b7af769 
					 
					
						
						
							
							Update license headers and sales contact details.  
						
						... 
						
						
						
						Reviewed-by: Trust Me 
						
						
					 
					
						2009-06-17 00:01:27 +10:00 
						 
				 
			
				
					
						
							
							
								Roberto Raggi 
							
						 
					 
					
						
						
							
						
						c44584b7ca 
					 
					
						
						
							
							Search the function calls  
						
						
						
						
					 
					
						2009-06-09 15:56:45 +02:00 
						 
				 
			
				
					
						
							
							
								Roberto Raggi 
							
						 
					 
					
						
						
							
						
						7ee7055485 
					 
					
						
						
							
							Initial support for semantic searches.  
						
						
						
						
					 
					
						2009-06-02 14:56:30 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						5740bd6410 
					 
					
						
						
							
							Made cpp file suffixes take effect after restart.  
						
						... 
						
						
						
						In CppTools, keep cpp file settings in plugin and settings page
via shared pointer and apply to mime DB in
extensionsInitialized() (after CppEditor has loaded
and registered the mime types).
Task-number: 252299 
						
						
					 
					
						2009-04-29 09:04:59 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						8ca887aae2 
					 
					
						
						
							
							Fixes:    change file license headers to include LGPL  
						
						
						
						
					 
					
						2009-02-25 09:15:00 +01:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						113b81e9db 
					 
					
						
						
							
							replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()  
						
						
						
						
					 
					
						2009-01-20 11:52:04 +01:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						266ee2a468 
					 
					
						
						
							
							remove ProjectExplorerInterface and ExtensionSystemInterfaces files  
						
						
						
						
					 
					
						2009-01-14 15:08:46 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						59affcfffc 
					 
					
						
						
							
							Bump year in licence header.  
						
						
						
						
					 
					
						2009-01-13 19:22:14 +01:00 
						 
				 
			
				
					
						
							
							
								dt 
							
						 
					 
					
						
						
							
						
						3ba192af7e 
					 
					
						
						
							
							Merge branch '0.9.1-beta'  
						
						
						
						
					 
					
						2008-12-17 14:21:03 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						78f1fca9aa 
					 
					
						
						
							
							Added configuration options for code completion  
						
						... 
						
						
						
						It is now possible to choose between case-sensitive or case-insensitive
completion. Also, you can now disable the automatic insertion of braces. 
						
						
					 
					
						2008-12-15 11:42:43 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						5c5167717f 
					 
					
						
						
							
							Renamed cpptools.cpp to cpptoolsplugin.cpp  
						
						... 
						
						
						
						To match the class name, CppToolsPlugin. 
						
						
					 
					
						2008-12-15 11:42:43 +01:00