- 09 Aug, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I44f1859b6d91e20a2a15146c6587e4a51c70aa90 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 15 May, 2013 1 commit
-
-
Daniel Teske authored
No class derives from this, so the virtuals are not needed. Change-Id: I251abc32cef6f4aacf39f31af1106eeebd8fe31e Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 26 Apr, 2013 1 commit
-
-
Eike Ziller authored
This makes them align to the other "editor split" shortcuts. Change-Id: I0b300ae495ffa17062a0a52b148f61015b965c29 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 08 Apr, 2013 1 commit
-
-
Eike Ziller authored
With the line number filter with "<line>:<column>" Change-Id: Ie8832fb1e218fe78cc40885da24716e844974924 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 27 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ie679e7e9d0d20a0f71dcc1fcf0f7d8305eeeeced Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 15 Feb, 2013 1 commit
-
-
Leena Miettinen authored
Use book style capitalization, which means that prepositions less than 4 characters long are written in lower case. Change-Id: I6d46a2513070897929cf1a8af2943a17d8e52b2d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 14 Feb, 2013 1 commit
-
-
David Schulz authored
Cleanup code and added shortcuts and menu entries for - open header/source in next split - follow symbol under cursor in next split - open declaration/definition in next split Change-Id: I2c4347749d26669d88b7c2968f30f60710f442b1 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 06 Aug, 2012 1 commit
-
-
hjk authored
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 11 Jun, 2012 1 commit
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-7446 Change-Id: Ibad8f06e5f65bc01dc9fca6e9d900e24c5fc55a1 Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
- 25 May, 2012 1 commit
-
-
Eike Ziller authored
d-pointer instead of inheritance static methods Change-Id: I7b2f0c8b05ad3951e1ff26a7d4e08e195d2dd258 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 May, 2012 2 commits
-
-
Eike Ziller authored
Change-Id: I1f2ae70ed8b184be6d1467642924289af1b535a9 Reviewed-by:
Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
Using a central enum now. Change-Id: I20d88c9a3f8c62cf33e4b89a3442269f71918b06 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Mar, 2012 1 commit
-
-
Konstantin Tokarev authored
Most of editors have "jump to file" or "follow symbol" actions. This patch reduces amount of related boilerplate code. New actions are made optional to prevent shortcut clash (both use F2). Change-Id: I2af580ed9d6789df25f4487ba001f3b83887c504 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Mar, 2012 1 commit
-
-
Yuchen Deng authored
Change-Id: Iec7e36b1d7a526d7fa8a8096110b91f9c4cc44f9 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 10 Feb, 2012 1 commit
-
-
Adam Treat authored
Add actions to the basetexteditor to indent and unindent a selection. These actions are equivalent to Key_Tab and Key_BackTab respectively. The advantage of having actions here is the user can override them and assign any key binding they want. Thus, I could assign Ctrl+I and Shift+Ctrl+I to them and have the same behavior as Kate. Change-Id: I0a305a7b45018072a78f2880ea15650ea92095a1 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 26 Jan, 2012 2 commits
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Morten Johan Sorvig authored
We want to carry over all mac-specific code paths to Qt 5. WS_MAC is no longer set; OS_MAC is. This change is compatible with Qt 4 builds since OS_MAC is set whenever WS_MAC is. (OS_MAC would also be set for the theoretical X11/Mac platform, but that's anyway not a supported configuration for Creator) Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 24 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Jan, 2012 1 commit
-
-
Leena Miettinen authored
Replace 'circular clipboard' (technical) with more easily understandable 'clipboard history'. Change-Id: I9875bfb3d46677324e30198294909ea0d91bc48a Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 14 Dec, 2011 1 commit
-
-
Leandro Melo authored
This is a clipboard within Creator only. It allows the user to paste/navigate through the recently copied content by repeatedly triggering a shortcut (which is by default set to Ctrl+Shift+V). Task-number: QTCREATORBUG-146 Change-Id: Ie449ab4b304548d5037a0c877bbbc0344d654325 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 10 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283 x Change-Id: Iab58bc34bc56371405d132315573b484a533b77c Reviewed-by:
hjk <qthjk@ovi.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Sep, 2011 1 commit
-
-
Leandro Melo authored
Regular and camel-case version. Task-number: QTCREATORBUG-5160 Change-Id: I749fbc4c768d4f11fb741fd1b9d00ddee56eb965 Reviewed-on: http://codereview.qt-project.org/5537 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 05 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Iffe04bc3bb0103cbac605f0734bbfd66eb7fd854 Reviewed-on: http://codereview.qt.nokia.com/4215 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 18 Aug, 2011 1 commit
-
-
Friedemann Kleint authored
Change-Id: I832d255a4d8f291426d54ad0353641db515a511a Reviewed-on: http://codereview.qt.nokia.com/3182 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 19 Jul, 2011 1 commit
-
-
Leena Miettinen authored
Change-Id: Ieb52b4e2e6e8b5835219ecc4f6fe7907539e5bdb Reviewed-on: http://codereview.qt.nokia.com/1827 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 19 May, 2011 1 commit
-
-
Fawzi Mohamed authored
Now correctly disables all modifying actions and shortcuts of texteditoractionhandler if the editor is readonly. Task-number: QTCREATORBUG-4774 Change-Id: Ic212a2fe3b6dcc18e2fbc461d24bed031c67f6a2 Reviewed-on: http://codereview.qt.nokia.com/7 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 17 Mar, 2011 2 commits
-
-
Leandro Melo authored
Change the key binding for the copy line operation introduced at 8ae43173 to Ctrl+Ins. We already use Shift+Del for the cut line operation, so this would be CUA consistent.
-
Kostas Karanikolas authored
Merge-request: 223 Reviewed-by: Leandro Melo
-
- 25 Feb, 2011 1 commit
-
-
Steffen Imhof authored
Merge-request: 256 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- 22 Feb, 2011 1 commit
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 12 Jan, 2011 2 commits