- Apr 05, 2013
-
-
Petar Perisin authored
Change-Id: I3cc8f1d19784145a7fbf19c321ccbc079847fbc2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Petar Perisin authored
sometimes tags are annotated, and have different hash than head - now all will be good with them too. Change-Id: Ibd66b78e6dbc7f181ba05f45339f2d97bb611602 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Add a setting for expiry in days and additional setting for PasteView dialog which can be used to override. Change-Id: Ie45e26b5cefd8f468d2f5c47df148cce582b201e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I004d756b351c3fdd9d13367627b1345f3efa7f2a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Lorenz Haas authored
If the cpp file had unsaved changes (newlines at top or in the middle) the inserted getter and setter functions were misplaced. Change-Id: I15129df2c0bdb91e6fb5e22213e7b4f52733c6ae Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Aurindam Jana authored
DeviceManager::fromMap() returned empty list of devices. Change-Id: Iee0d1d102a8ff0855fb855fbde512f9a7f9ecee2 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: I30c92dd5082eed050c2796a014919788710baafa Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I7fbb82dc3ff83593473a57c69d0eb89bc33f50f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Apr 04, 2013
-
-
Petar Perisin authored
Change-Id: If8a4b0c572b0ca2d57f80f1304c7ebf141a40148 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Petar Perisin authored
Change-Id: I9446060b9a8ee1717b832f1f7b7dbcaf8e739ad3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Petar Perisin authored
> Dialog now combines show, cherry-pick and revert > has fixed path, and no way to change it > not created on stack Change-Id: I7cee0b2e775a80941b51a4ca023064baf0d6575c Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Not supported anymore anyway, and gets in the way of the refactoring for the LLDB backend. Might even save cycles. Change-Id: I3fbffd1818ed044974e321078d46e5d3b592fa6b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ia97b5bd9e4496cd824f35c5fda8ccf0db9af471c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ica7093e3ea356c962d7a5ad8fd77bb89dbc11e18 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
This was mostly used to disambiguate the char * and the QString constructors. Change-Id: Ib6923ef8e8c0e5d514a883e73aa001a1cd9fb534 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The tab and indentation settings in Text Editor > Behavior are only used for non-code files. Add a hint with links to the respective coding style settings. Change-Id: I1d7c1154269c4914d511ef6ef3308a2b1f933d52 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
Change-Id: I209ebb85ad2a3cc32be0c45ee37ba4918ec42828 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Option to pass some key presses in insert mode to editor widget (replaces 'passnewline'). This allows to rename symbols in insert mode, complete parenthesis blocks, expand comments etc. Macro expansion and code-completion works with dot command. Task-number:QTCREATORBUG-4828 Change-Id: I5ff43818d4f7f183cd6f4ed8cc3a4586469ab65d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: If20fd2b98f829d9cc230dc794656edaa49b4e22c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Some breakpoints trigger real state changes now, some locals display name and type (no values yet) Change-Id: I1736d4b499f22b92d4680519853a09558e9dbbf4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ia54d99df15240db4c56fe0ba6b6282319056f59f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: Ifad1444939407ec5187aa6e1c69bdd143f33db46 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Both fixes a bug with Qt4 and is needed when having multiple toplevel editor windows. Task-number: QTCREATORBUG-8735 Change-Id: I151164a6ad00beb92cb241e581d381a9534733f8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it (Parser excluded). Change-Id: I5ec6e1076430009bb72094411b2c3386f8bea548 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ie7559562218ecab65da17f58e3515556a4a1d5c5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Apr 03, 2013
-
-
Knut Petter Svendsen authored
Moved code to the scope where it is used. Change-Id: I5af8e7cfca45b475d859e04ed448bf5793bf91fc Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I992be31dcf4a4dd91a419c43b5d9797fcf3a955c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Change-Id: I47e611b7d1efaa99e19b06ddb7e2684b9fd5744c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Oswald Buddenhagen authored
Change-Id: I96eb36703099b6c6de9f2f9a5438a33d6f300cc1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
Change-Id: Ic52eff8fc5f23e63cc4683d36078bda99622aa71 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Tobias Hunger authored
Introduce a method to cut away whitespaces from the end of a string and use it consistently. This avoids a chain of parsers to repeatedly cut away the last character, assuming that will be the line-break. Task-number: QTCREATORBUG-9032 Change-Id: I68261c10873535faf94c885c914cd00510ed75d8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
merely for the purpose of making the library .pri file trivial. Change-Id: Idadbff0c9f7460e007721aa8181b31bdfef06704 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
... and adjust INCLUDEPATH accordingly. while i'm at messing with include statements, also re-order the include blocks according to policy and sort them within bigger blocks. Change-Id: I7762abfd7c4ecf59432b99db2f424e4fa25733a5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hluk authored
Don't handle user mappings in commands that cannot be followed by movement command. For example, key "<SPACE>" in after "t" command cannot be handled as user mapping. Change-Id: I97582d23ae637b30b1058b9d2b381a869bbebb79 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Change-Id: Iad82bcdce429764f3ceef07d9894ab817b844336 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ia032a9f0c9360ffbc0d8a9c631f4c87d765fd0da Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Friedemann Kleint authored
Change-Id: I198165cb4c06fe11535d0d794ca1dda17eaec052 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Icaa569dcfe4d4a03094122a7f113799dc4ce83f6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-