- 24 Jan, 2013 2 commits
-
-
Nikolai Kosjar authored
Change-Id: I789dac25d978535457e62702ce3fc9912cf7282f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
This simplifies debugging single test functions. Test data can be specified the same way as for QTest executables. New syntax for the -test option: -test <plugin> [testfunction[:testdata]]... Examples: ./qtcreator -test Git testDiffFileResolving ./qtcreator -test Git testDiffFileResolving testStatusParsing:"DU" Change-Id: Ifea6b114bfc0fabe3e9ddffcc2fd90af157052ec Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@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>
-
- 28 Nov, 2012 3 commits
-
-
Orgad Shaneh authored
find -name \*.cpp -o -name \*.h | \ xargs sed -Ei 's/ (for|foreach|if|switch|while)\(/ \1 (/g' Change-Id: I9efdff4bf0c8c01a52baaaeb75198483c77b0390 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I385544a10b9be66589b0d1a48594128035836c8a Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I304df103a1a4fba8112553a112ec0d7ed7bab496 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 20 Aug, 2012 1 commit
-
-
Tobias Hunger authored
* Save initial configuration after all the plugins are done with their delayed initialization * Save configuration when the autosave timer triggers. The disks are in use at that time anyway and saving can be turned off completely * Save settings when closing the options page dialog Change-Id: Idcf9ad61e8f9b94899c580d5a855a883a62f8dc0 Reviewed-by:
Majid Khan <mkhan3189@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.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>
-
- 19 Jun, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 18 Apr, 2012 1 commit
-
-
Friedemann Kleint authored
Account for api_changes. Change-Id: I9ac9738be9364bbb291c4870c5df1c24818065b8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@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>
-
- 03 Feb, 2012 1 commit
-
-
Eike Ziller authored
And use it for some of the plugins. It avoids the plugins to do the timing on their own, and actually adds guarantees about the order the delayed initialization is done. Change-Id: I88ad9b46b24b82c91509774170fe0e7e99e88e4b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 14 Nov, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I97554a61d5f42bf46df30d003135d212fa353fb9 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 27 Oct, 2011 1 commit
-
-
Eike Ziller authored
Plugin manager reads Plugins/Ignored in installation global settings now, and handles these plugins similar to as if they were experimental. Change-Id: I56a0c5fe143e3fbd9261244bafece26d7b99c154 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 14 Oct, 2011 1 commit
-
-
Eike Ziller authored
Change-Id: Ib1f98fa91293478d0f4271f9032e6e3866c81bab Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 19 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 29 Aug, 2011 1 commit
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-3940 Change-Id: I9e12ad68bba9c2f0d8f5243ab7dc763765fba756 Reviewed-on: http://codereview.qt.nokia.com/3811 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- 10 May, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 28 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 17 Feb, 2011 2 commits
- 16 Feb, 2011 1 commit
-
-
Bill King authored
-
- 20 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 12 Jan, 2011 2 commits
- 11 Jan, 2011 1 commit
-
-
con authored
Adds a 'type' attribute to the 'dependency' tag, with possible values 'required' and 'optional'. Optional dependencies may not be linked against. You'll need to use the new dynamic methods in plugin manager (retrieving objects and calling methods by name) if you want to access functionality of optional dependencies.
-
- 06 Jan, 2011 1 commit
-
-
hjk authored
Reviewed-by: con Reviewed-by: ckamm
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 25 Oct, 2010 1 commit
-
-
con authored
Share the (user)settings object between plugin manager and Qt Creator core.
-
- 27 Sep, 2010 1 commit
-
-
Denis Mingulov authored
Merge-request: 179 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 13 Jul, 2010 1 commit
-
-
con authored
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.
-
- 19 May, 2010 1 commit
-
-
Lasse Holmstedt authored
Reviewed-by: con
-
- 12 May, 2010 2 commits
-
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-