- 26 Sep, 2014 1 commit
-
-
hjk authored
Adjust caller sites and surroundings. Change-Id: I6c3c80e42f35eabedc1f89c8c42cca1025aca12f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 13 Aug, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I54ed77c0f1b2122ae8833109d8dcac7d8eec7ac4 Task-number: QTCREATORBUG-9612 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 25 Jul, 2014 1 commit
-
-
hjk authored
Adjust all callers, de-export BaseTextEditorAnimator Change-Id: I2329d976c1398e2449844bb480a4d4ed29859506 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 22 Jul, 2014 1 commit
-
-
Daniel Teske authored
The only project manager that actually sometimes changes the displayname is the cmake project manager. And that one failed to emit the right signal. And since the signal was never emitted a few places handled the signal wrongly. Change-Id: I4aa75dc3032efe49263143dbadb7585a378b9be9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Jul, 2014 2 commits
-
-
Daniel Teske authored
Takes a member (function) pointer and a value and returns a functor, that takes a instance of the mfp's class and returns whether it's equal to value. Sounds complicated, but is a common pattern that is easy to understand. Change-Id: Iaaeb90488d34ddfd6940dadd4c66705381198fee Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Add Utils::transform and anyOf that take a member function pointer. Remove bestElementOr it's unused. Use declval<T> in transform's return type, because msvc does evaluate T() and for types that don't have simple constructor this fails. Add std::remove_reference since decltype returns a reference for lvalues. Change-Id: I22248b226748eeb27af0d300182d574438d7f756 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Jul, 2014 1 commit
-
-
Daniel Teske authored
If there are multiple file nodes for the same file, check in how many project views they are expanded and select the one that is expanded in most. Task-number: QTCREATORBUG-12595 Change-Id: Ic4a640a80b8244b30b8dec62248aebeeaf9216cf Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 06 May, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: If304d5e95cd9ac714100abaae35d60e3e1050eb2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Apr, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I70450a2aa675d69f820de48dd75909f36051efe0 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 12 Mar, 2014 1 commit
-
-
hjk authored
Change-Id: I2ee35796b2c041e6ea2ae6bd677e10167451d1b8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 11 Nov, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I05fa7a90642590813fb28443b067900c79a17c9f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 11 Sep, 2013 1 commit
-
-
Leena Miettinen authored
Fix grammar, punctuation, and style issues. Use standard wording for QDoc commands. Remove \brief commands from function descriptions. Move some function descriptions directly above the functions, so that the \fn command can be removed. Change-Id: Iedf4f0041af24541a982241f99bd4906e86af916 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I370f72fcf7a24216ee189979ce6b5c8bfc5f4140 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 04 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I72993fda50ad70ad2d7c2f449923ac6e34b9e737 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 02 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I4af8793ca69a3af9e99baeb7c31dad3864266f91 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 30 Aug, 2013 1 commit
-
-
hjk authored
In the majority of cases we were doing that anyways, having two ways is just needlessly confusing. Change-Id: Ied362a702c23beee528368d74df1f2aabe5807f8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 01 Aug, 2013 1 commit
-
-
Tobias Hunger authored
Use it instead of retrieving this information from the document. Change-Id: I809fcb2daf59021cf503c371a5d40d75d7448796 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 09 Jul, 2013 3 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-9601 Change-Id: Iece4fd11a42ac1562f9f6a2186c278ad49ce8d7d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The code was trying to show one tick for each editor that is opened, but editors are actually only opened for a file, if it is visible in a view. So editorOpened is only sent for one editor per open split. The new code just shows one tick for restoring editors, to keep things simple. Change-Id: I6a24061858f532c3ccfded9677b8928ae62a1448 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 20 Jun, 2013 1 commit
-
-
Leena Miettinen authored
QDoc does some magic with the \class and \namespaces and \brief commands, so the following wording must be used: "The xxx class yyy ..." Change-Id: Id231f30e8464898b776888d5423523de404aae34 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Jun, 2013 1 commit
-
-
Orgad Shaneh authored
They are unneeded, some of them are unmaintained Change-Id: I0ad87e152d8e2328b486b2f904f7cf9613004afe Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 May, 2013 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-9272 Change-Id: I636be81544cf114405fbf70e4ee5724c4fd43685 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 26 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: If61a8a91d2a39c5c97974a5bfcef91892b68d3f1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 19 Mar, 2013 1 commit
-
-
hjk authored
Change-Id: Ic67c34837f01ab478f107dc05c4fe1470dcfa36c Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 19 Feb, 2013 1 commit
-
-
Daniel Teske authored
This feels better, should not break anything. Change-Id: Ibd0b8c20dce346e10cb7a35d6785ea2cb29f0e51 Reviewed-by:
hjk <hjk121@nokiamail.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>
-
- 17 Nov, 2012 2 commits
-
-
Tobias Hunger authored
Change-Id: I71c9326e39fdc6777ce2eebbcb4f347c7b607ff6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This makes it much easier to see which session you are in (if you care to use color-coding;-). Change-Id: I96d55aa9a67fc44cb88797458d5a9e99208b957c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 22 Oct, 2012 1 commit
-
-
Marcel Krems authored
Task-number: QTCREATORBUG-8085 Change-Id: I6e09c871cba02360eb93c11b5650683eba652ed0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 18 Oct, 2012 1 commit
-
-
Daniel Teske authored
As far as I can see the saved string was changed in May 2010 to not store the filename but just the session name. Thus this code only worked because completeBaseName() is the same if the name not contained a dot. Task-number: QTCREATORBUG-8064 Change-Id: I59326282012ef46206da473a72d99a813f7a7ce7 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 04 Sep, 2012 1 commit
-
-
Tobias Hunger authored
... when removing settings Change-Id: If85061321082a8cd0e35752f71d2498fd4693dfd Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Aug, 2012 2 commits
-
-
Tobias Hunger authored
Do not save XML config files (profiles.xml, toolchains.xml, etc.) if the file has not changed. Change-Id: I5f0dea374b33a05e7c428f4031d53c83d92de595 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ia96963b90788250b4bc6bc89c2bb697de103535f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jul, 2012 2 commits
-
-
Konstantin Tokarev authored
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 01 Jun, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: I3ce769f9d9753b2771b349ad19a5b248a7f306d2 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-