mae 
							
						 
					 
					
						
						
							
						
						80b60b9906 
					 
					
						
						
							
							Make code fodling persistent between session  
						
						... 
						
						
						
						Task-number: QTCREATORBUG-214 
						
						
					 
					
						2010-03-15 12:27:11 +01:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						944b6dad7d 
					 
					
						
						
							
							texteditor: return information on whether openEditor actually created an  
						
						... 
						
						
						
						editor or re-used an existing one 
						
						
					 
					
						2010-03-10 13:46:45 +01:00 
						 
				 
			
				
					
						
							
							
								Marius Storm-Olsen 
							
						 
					 
					
						
						
							
						
						651ff4b172 
					 
					
						
						
							
							Don't draw column margin twice  
						
						... 
						
						
						
						The last line is even blended, which slows things down.
Reviewed-by: Thorbjørn Lindeijer
(caused by wrong merge of ab3d3cf413 
						
						
					 
					
						2010-03-05 15:08:44 +01:00 
						 
				 
			
				
					
						
							
							
								Marius Storm-Olsen 
							
						 
					 
					
						
						
							
						
						b448e6e7b9 
					 
					
						
						
							
							Enable suppressing syntax and setting a foreground color on disabled blocks  
						
						... 
						
						
						
						If the foreground color for the disabled text is different than the normal
text foreground, that's an indication that the user wants the disabled
block to be colored differently. If so, disable the syntax highlighting
and set uniform colors for the block.
If the foreground colors are identical apply full syntax highlighting in
the disabled block too. Some people want that.
Reviewed-by: Thorbjørn Lindeijer 
						
						
					 
					
						2010-03-05 15:04:23 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						181b086f99 
					 
					
						
						
							
							Added syntax highlighted code to clipboard as HTML when copying  
						
						... 
						
						
						
						The generated HTML is not the prettiest HTML in the universe, but it
does the job. When copying code from Qt Creator to Microsoft Office or
OpenOffice.org, the syntax highlighting is now preserved. The code also
pastes as preformatted text.
Reviewed-by: mae
Task-number: QTCREATORBUG-727 
						
						
					 
					
						2010-03-05 15:04:23 +01:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						9595504bda 
					 
					
						
						
							
							Long live the king!  
						
						
						
						
					 
					
						2010-03-05 11:28:13 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						868dac8088 
					 
					
						
						
							
							Fixed moving lines up/down through folded code  
						
						... 
						
						
						
						Previously this resulted in the folded code being removed.
Task-number: QTCREATORBUG-768 
						
						
					 
					
						2010-02-26 14:52:01 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						e0572239ba 
					 
					
						
						
							
							Fixed: Search scope is hidden by block highlighting  
						
						... 
						
						
						
						Task-number: QTCREATORBUG-758
Reviewed-by: thorbjorn 
						
						
					 
					
						2010-02-25 13:04:08 +01:00 
						 
				 
			
				
					
						
							
							
								Jens Bache-Wiig 
							
						 
					 
					
						
						
							
						
						c94e06bbbd 
					 
					
						
						
							
							Migrate ManhattanStyle to use QProxyStyle  
						
						
						
						
					 
					
						2010-02-23 12:42:35 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						6d9e3c8a8e 
					 
					
						
						
							
							Dropping files into the editor shouldn't insert file:///...  
						
						... 
						
						
						
						On some desktop environments, dragging and dropping a file gives us
the url to the file in multiple mime types, including text/plain. This
causes the url to be inserted as text by default.
Work around this issue by explicitly ignoring drop events for the text
editor when they also come with urls.
Task-number: QTCREATORBUG-728
Reviewed-by: Friedemann Kleint 
						
						
					 
					
						2010-02-19 11:50:21 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						20ec30223c 
					 
					
						
						
							
							Block highlight works incorrectly with methods having parameters split in several lines  
						
						... 
						
						
						
						task-number: QTCREATORBUG-611 
						
						
					 
					
						2010-02-17 16:02:47 +01:00 
						 
				 
			
				
					
						
							
							
								Roopesh Chander 
							
						 
					 
					
						
						
							
						
						2d9996c703 
					 
					
						
						
							
							Pass the current block in all applicable invocations of TabSettings::indentationString()  
						
						... 
						
						
						
						Merge-request: 1766
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com > 
						
						
					 
					
						2010-02-08 16:59:10 +01:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						7391ba388c 
					 
					
						
						
							
							Fix navigation history issues.  
						
						... 
						
						
						
						Separating navigation history logic from updating of highlights. 
						
						
					 
					
						2010-02-08 16:55:07 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						9b3dd396be 
					 
					
						
						
							
							Merge branch '1.3'  
						
						... 
						
						
						
						Conflicts:
	src/plugins/debugger/gdb/gdbengine.cpp 
						
						
					 
					
						2010-02-04 15:09:05 +01:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						3251309ada 
					 
					
						
						
							
							texteditor: remove traces of TEXTEDITOR_STANDALONE  
						
						
						
						
					 
					
						2010-02-04 10:38:11 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Verbruggen 
							
						 
					 
					
						
						
							
						
						62705df65f 
					 
					
						
						
							
							Moved indentation utility method from CPPEditor into BaseTextEditor.  
						
						... 
						
						
						
						Reviewed-by: Roberto Raggi 
						
						
					 
					
						2010-02-03 16:50:21 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						580a37b22c 
					 
					
						
						
							
							Don't insert a snippet for-loop when pressing Ctrl+H  
						
						... 
						
						
						
						Universal helper kept around for comfort. 
						
						
					 
					
						2010-02-03 14:59:44 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						e25b457b59 
					 
					
						
						
							
							Avoid drawing a black rectangle due to invalid background for disabled code  
						
						... 
						
						
						
						Regression in commit ab3d3cf413daniel.molkentin@nokia.com > 
						
						
					 
					
						2010-02-02 16:47:14 +01:00 
						 
				 
			
				
					
						
							
							
								Roberto Raggi 
							
						 
					 
					
						
						
							
						
						7c88796002 
					 
					
						
						
							
							Changed BaseTextEditor::Link to use a pair of offsets (begin, end) instead of position and length.  
						
						... 
						
						
						
						Done with: Thorbjorn. 
						
						
					 
					
						2010-02-01 16:18:27 +01:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						f672bff338 
					 
					
						
						
							
							Fix some code scanning issues.  
						
						... 
						
						
						
						foreach()-Loops. 
						
						
					 
					
						2010-02-01 14:00:07 +01:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						2fd8b2d7ff 
					 
					
						
						
							
							Fix some code scanning issues.  
						
						... 
						
						
						
						QString: Use QChar where appropriate. 
						
						
					 
					
						2010-02-01 12:43:56 +01:00 
						 
				 
			
				
					
						
							
							
								Oswald Buddenhagen 
							
						 
					 
					
						
						
							
						
						75b42f18d8 
					 
					
						
						
							
							Merge remote branch 'origin/1.3'  
						
						... 
						
						
						
						Trailing whitespace removal re-applied manually. 
						
						
					 
					
						2010-01-29 22:50:23 +01:00 
						 
				 
			
				
					
						
							
							
								Oswald Buddenhagen 
							
						 
					 
					
						
						
							
						
						4320314046 
					 
					
						
						
							
							Merge branch 'origin/1.3' (early part)  
						
						... 
						
						
						
						Conflicts:
	src/plugins/debugger/gdb/trkgdbadapter.cpp
	src/plugins/projectexplorer/projectexplorer.cpp
	src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
	src/plugins/texteditor/basetexteditor.cpp 
						
						
					 
					
						2010-01-29 22:14:44 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						b932615ca0 
					 
					
						
						
							
							fix smart backspace handling  
						
						... 
						
						
						
						The smart backspace handling required a preceeding
non empty text block. In this case, the fix introduces
a standard backspace (deletePreviousCharacter).
Reviewed-by: dt 
						
						
					 
					
						2010-01-28 16:29:53 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						ab3d3cf413 
					 
					
						
						
							
							Don't draw the right margin border on top of the text  
						
						... 
						
						
						
						Better to draw it explicitly under the text, together with the
associated background color. 
						
						
					 
					
						2010-01-25 14:25:00 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						0ddfcdff43 
					 
					
						
						
							
							Fixed performance issue with scrolling when using X11 graphics system  
						
						... 
						
						
						
						Depending on the XRender driver (probably), drawing a short straight
line can take quite a while when this line is transparent. On my
laptop's onboard ATI card, this meant that scrolling was unusably slow
when this transparent line was being drawn.
Fixed by avoiding the issue, since there is no actual need to use
transparency here. We can calculate the resulting color in advance
instead. 
						
						
					 
					
						2010-01-25 13:59:01 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						8f8ee59d2c 
					 
					
						
						
							
							Made Join Lines work with a multi-line selection  
						
						
						
						
					 
					
						2010-01-21 15:18:06 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						bf4b5879b4 
					 
					
						
						
							
							Fixed Join Lines action when dealing with wrapped lines  
						
						
						
						
					 
					
						2010-01-21 15:18:06 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						808198c41c 
					 
					
						
						
							
							Removed the "Join Lines Up" action  
						
						... 
						
						
						
						It was a bit confusing, since it reversed the order of the lines. When
this would be fixed, the added value of this action is very small, since
you can then also simply move your cursor one up before joining the
lines. 
						
						
					 
					
						2010-01-21 15:18:06 +01:00 
						 
				 
			
				
					
						
							
							
								Falco Hirschenberger 
							
						 
					 
					
						
						
							
						
						46a96c25b0 
					 
					
						
						
							
							Collapse or expand trailing whitespaces to one  
						
						... 
						
						
						
						Merge-request: 1823
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com > 
						
						
					 
					
						2010-01-21 15:18:06 +01:00 
						 
				 
			
				
					
						
							
							
								Falco Hirschenberger 
							
						 
					 
					
						
						
							
						
						ec2b738d61 
					 
					
						
						
							
							Add  join-line up/down feature to text editor  
						
						... 
						
						
						
						Merge-request: 1823
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
Task-number: QTCREATORBUG-510 
						
						
					 
					
						2010-01-21 15:18:06 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						5b8a678672 
					 
					
						
						
							
							first iteration of snippet support for qml  
						
						... 
						
						
						
						Done with Thorbjorn and Roberto 
						
						
					 
					
						2010-01-19 18:50:50 +01:00 
						 
				 
			
				
					
						
							
							
								Roberto Raggi 
							
						 
					 
					
						
						
							
						
						51a33a9f0a 
					 
					
						
						
							
							Create completion items for the builtin snippets  
						
						
						
						
					 
					
						2010-01-19 16:36:48 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						1f6c25a72e 
					 
					
						
						
							
							snippet fixes  
						
						... 
						
						
						
						done with roberto 
						
						
					 
					
						2010-01-19 16:18:50 +01:00 
						 
				 
			
				
					
						
							
							
								Roberto Raggi 
							
						 
					 
					
						
						
							
						
						cb74282c59 
					 
					
						
						
							
							Some work on the our little test case for snippets.  
						
						
						
						
					 
					
						2010-01-19 15:59:32 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						a5df2e7b24 
					 
					
						
						
							
							backspace/delete handling for snippet editing  
						
						
						
						
					 
					
						2010-01-19 12:54:14 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						4959230cc5 
					 
					
						
						
							
							beginnings of fancy snippet editing support  
						
						
						
						
					 
					
						2010-01-19 12:29:13 +01:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						7199223a6e 
					 
					
						
						
							
							Merge remote branch 'origin/1.3'  
						
						... 
						
						
						
						Conflicts:
	doc/qtcreator.qdoc
	doc/qtcreator.qdocconf
	src/app/Info.plist
	src/plugins/bineditor/BinEditor.pluginspec
	src/plugins/bookmarks/Bookmarks.pluginspec
	src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
	src/plugins/coreplugin/Core.pluginspec
	src/plugins/coreplugin/coreconstants.h
	src/plugins/cpaster/CodePaster.pluginspec
	src/plugins/cppeditor/CppEditor.pluginspec
	src/plugins/cppeditor/cppeditor.cpp
	src/plugins/cpptools/CppTools.pluginspec
	src/plugins/cvs/CVS.pluginspec
	src/plugins/debugger/Debugger.pluginspec
	src/plugins/debugger/debuggeragents.cpp
	src/plugins/debugger/gdb/gdbengine.cpp
	src/plugins/designer/Designer.pluginspec
	src/plugins/fakevim/FakeVim.pluginspec
	src/plugins/find/Find.pluginspec
	src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
	src/plugins/git/ScmGit.pluginspec
	src/plugins/helloworld/HelloWorld.pluginspec
	src/plugins/help/Help.pluginspec
	src/plugins/locator/Locator.pluginspec
	src/plugins/perforce/Perforce.pluginspec
	src/plugins/projectexplorer/ProjectExplorer.pluginspec
	src/plugins/qmleditor/QmlEditor.pluginspec
	src/plugins/qmleditor/idcollector.cpp
	src/plugins/qmleditor/idcollector.h
	src/plugins/qmleditor/parser/qmljsglobal_p.h
	src/plugins/qmleditor/qmlcodecompletion.cpp
	src/plugins/qmleditor/qmlcodeformatter.cpp
	src/plugins/qmleditor/qmlcodeformatter.h
	src/plugins/qmleditor/qmlexpressionundercursor.cpp
	src/plugins/qmleditor/qmllookupcontext.cpp
	src/plugins/qmleditor/qmlresolveexpression.cpp
	src/plugins/qmleditor/qmlsymbol.cpp
	src/plugins/qmleditor/qmlsymbol.h
	src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
	src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
	src/plugins/qtscripteditor/QtScriptEditor.pluginspec
	src/plugins/regexp/RegExp.pluginspec
	src/plugins/resourceeditor/ResourceEditor.pluginspec
	src/plugins/snippets/Snippets.pluginspec
	src/plugins/subversion/Subversion.pluginspec
	src/plugins/texteditor/TextEditor.pluginspec
	src/plugins/vcsbase/VCSBase.pluginspec
	src/plugins/welcome/Welcome.pluginspec
	src/shared/qml/parser/qmljsast.cpp
	src/shared/qml/parser/qmljsast_p.h
	src/shared/qml/parser/qmljsastfwd_p.h
	src/shared/qml/parser/qmljsastvisitor.cpp
	src/shared/qml/parser/qmljsastvisitor_p.h
	src/shared/qml/parser/qmljsengine_p.cpp
	src/shared/qml/parser/qmljsengine_p.h
	src/shared/qml/parser/qmljsgrammar.cpp
	src/shared/qml/parser/qmljsgrammar_p.h
	src/shared/qml/parser/qmljslexer.cpp
	src/shared/qml/parser/qmljslexer_p.h
	src/shared/qml/parser/qmljsmemorypool_p.h
	src/shared/qml/parser/qmljsnodepool_p.h
	src/shared/qml/parser/qmljsparser.cpp
	src/shared/qml/parser/qmljsparser_p.h 
						
						
					 
					
						2010-01-12 18:02:04 +01:00 
						 
				 
			
				
					
						
							
							
								Roberto Raggi 
							
						 
					 
					
						
						
							
						
						92ed2daa6f 
					 
					
						
						
							
							Generalized the auto complete of braces.  
						
						
						
						
					 
					
						2010-01-12 13:32:19 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						ee53ebbf08 
					 
					
						
						
							
							Fix inserting printable text with AltGt  
						
						... 
						
						
						
						Task: QTCREATORBUG-543
Reviewed-by: Tobias Hunger 
						
						
					 
					
						2010-01-11 20:36:30 +01:00 
						 
				 
			
				
					
						
							
							
								Tobias Hunger 
							
						 
					 
					
						
						
							
						
						b95c86db23 
					 
					
						
						
							
							Remove duplicate inclusions of headers  
						
						... 
						
						
						
						Reviewed-by: thorbjorn 
						
						
					 
					
						2010-01-11 10:26:12 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						3bb71243d4 
					 
					
						
						
							
							Fix ambiguous shortcut problems  
						
						... 
						
						
						
						The dummy shortcut eater did not always work, we sometimes do have
mutual exclusive shortcuts in the same context.
The current solution is simpler: ignore text input when the control modifier
is used. This seems to be in line with other toolkits and applications.
Done with: thorbjorn 
						
						
					 
					
						2009-12-16 13:32:14 +01:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						7081a3d415 
					 
					
						
						
							
							Merge remote branch 'origin/1.3'  
						
						... 
						
						
						
						Conflicts:
	src/plugins/projectexplorer/outputwindow.cpp 
						
						
					 
					
						2009-12-14 11:47:39 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						05914458f0 
					 
					
						
						
							
							Made it possible to turn off scroll wheel zooming  
						
						... 
						
						
						
						It activates too easily for some people.
Task-number: QTCREATORBUG-406 
						
						
					 
					
						2009-12-09 16:31:09 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						a248406644 
					 
					
						
						
							
							A bit of include cleanup  
						
						
						
						
					 
					
						2009-12-08 18:22:52 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						3d2d122472 
					 
					
						
						
							
							Moved the mouse navigation option to the Behaviour settings page  
						
						... 
						
						
						
						It used to be hidden on the Display settings page.
Task-number: QTCREATORBUG-135 
						
						
					 
					
						2009-12-08 18:22:52 +01:00 
						 
				 
			
				
					
						
							
							
								Thorbjørn Lindeijer 
							
						 
					 
					
						
						
							
						
						fdc2463971 
					 
					
						
						
							
							Relax the selection requirement for indent/unindent selection  
						
						... 
						
						
						
						Before, the selection was required to span multiple lines. Now, any
selection will trigger the line indenting functionality of
Tab/Shift+Tab. This should lead to less surprises.
Also, Shift+Tab will now always unindent the current line, even if there
is no selection, since there is nothing else sensible for this shortcut
to do.
Task-number: QTCREATORBUG-414
Reviewed-by: mae 
						
						
					 
					
						2009-12-08 17:30:27 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						9ced67bd62 
					 
					
						
						
							
							workaround for the occasional auto-unfold when doing pageUp/pageDown  
						
						
						
						
					 
					
						2009-12-03 19:58:44 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						c1120587a8 
					 
					
						
						
							
							Merge commit 'origin/1.3'  
						
						... 
						
						
						
						Conflicts:
	src/plugins/cppeditor/cppeditor.cpp 
						
						
					 
					
						2009-12-03 18:41:21 +01:00 
						 
				 
			
				
					
						
							
							
								mae 
							
						 
					 
					
						
						
							
						
						480c9a5bf4 
					 
					
						
						
							
							refactor rename selections  
						
						... 
						
						
						
						the new approach makes it possible to use more edit features
inside the rename selection like cut/copy/paste. Furthermore
it compresses rename operations better on the undo stack. 
						
						
					 
					
						2009-12-03 18:35:36 +01:00