- Feb 12, 2014
-
-
Christian Kandeler authored
Change-Id: I140ee375f08dc346c7e9d688c1168a36ee5a102c Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Stenger authored
Adjust expected files to slightly changed layout. Change-Id: I4b5ab838558b2e1b3a0c13fafcc37efebb014c19 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
hjk authored
Change-Id: Ie755f7c2716aeee83c0e4a653db25fb46403a16b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Robert Loehning authored
Change-Id: I3fd264e15706f1e763543eeb553f7b16071fdfa7 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib0cf79acf48d24848fda92a8b7b06efe62b46dbc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
It's distracting Change-Id: I6c522ee61ba7261611002bf40c01a9d1d23a0259 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Suppresses all kinds of output Change-Id: I3bd2173fc3efcfcc2ce7434d9545cd1492d7c0ab Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Another plumbing command Change-Id: I1450baae370e46e8daf5c440def7e9f04d9d01bb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Ic0cda90d3402c4ba406548c6b5b26f11800d8855 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Erik Verbruggen authored
Do not search the standard system directories for include files, but do search compiler builtin include directories. To make sure that the include files for intrinsics are the ones clang can parse, put that path first on the command-line. Change-Id: I2ada992b58203d1c3dbd55851c5f195c12572943 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Petar Perisin authored
This patch adds a dialog that can be useful in situations where you have a script-based test tool, that starts executable and executes test on it. This dialog allows user to specify executable and to begin watching process, where dialog simply waits for executable to be started. As soon as executable is found, QtCreator will attach to it. also, since script-based test can constantly start-stop executable. as soon as it is detected that executable is down, another waiting process starts where dialog waits for executable to come up again. Change-Id: I3bd62f656d34f8dff5641f6747ec12d97cbae2a4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Nätterlund authored
This adds a new menu item to the Debug -> Start Debugging menu, which shows a processes dialog for the user, listing the processes on the selected device. Clicking Attach to Application launches pdebug on the device and then starts the gdb engine to attach to the selected process. This adds a DeviceTypeKitChooser class to ProjectExplorer, to only have the KitChooser show kits configured for a specific device type. Change-Id: I1572dc76a6bdc4774dbf2e8cc96ca6bcf0f79a0a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Done using the following ruby script: Dir.glob('**/*.h').each { |file| if File.file?(file) s = File.read(file) t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') } if t != s puts file File.open(file, 'w').write(t) end end } Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Stenger authored
Change-Id: Ib3473b9f5e984441b7d1dcfe4f5c007e5b435f5a Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Change-Id: I47874e3ea2b0b2811c66cc0b8866760fdd09755a Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Eike Ziller authored
os.environ["LLVM_INSTALL_DIR"] throws an exception if the key is not in the dictionary. Change-Id: I0e9dc9dbaf5612db3c530a436161211b6f0351af Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I0c7abe70dd45216d15a9a62d87c0fda8105cf9a8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 11, 2014
-
-
Eike Ziller authored
Change-Id: I4393a3e955e3810eea79221233c82c80a9de119e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-11452 Change-Id: I03a7d2b3dda0b7ffa92ddf1d640d9512f501575e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
... based on output from dependencyinfo.py script Change-Id: I9532f6d259f15c16b62fae0ca18f8a8cad95bd11 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
jkobus authored
Task-number: QTCREATORBUG-11412 Change-Id: Iee117faaf85fcaa3e216091a8f7d95b4e12237cb Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Stenger authored
Change-Id: I7088e237de1f1c602aa79abe19d0a656693cfa20 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Change-Id: I7af39d335c7025dc29ac6cc718089977450a541c Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Tobias Nätterlund authored
Made it possible to use AbstractRemoteLinuxDeployService without a target or a configured kit, by simply setting a device Change-Id: I9a11c6d9472dff30bc8512bcf333c1dd7ccfee76 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Orgad Shaneh authored
Show dialog even if there are no local commits in current branch Change-Id: I11e0c6505981712df51bb33694a6cba9704d7324 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I725a7e9ece2bf1e8854dc077cb93a1f7cc1eb90c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib668d0e29bac25bc2f78d8885b4dfa89c292b489 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
It's plumbing. Not interesting for the user. Change-Id: I65bb7849c64f32ac24684715290acf26441c5d2b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Quieten warning that is given when accessing a QbsRC before the project is fully parsed. Change-Id: I36d52166b4b8c55c85ee5c9d739383c135f1fe58 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
jkobus authored
Task-number: QTCREATORBUG-11448 Change-Id: Id0239d5cf71ff857ac384e18136348df92a98b74 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11410 Change-Id: I0efc6521d2e00597b45080455d03e83b3966f103 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
hluk authored
Always limit position of marks to current document (mainly position of '<' and '>' marks for last selection). Command '$' selects end of selected lines in visual block mode. This will require editor support since visual representation of such selection isn't always rectangle. Command 'c' works the same as 's' in visual block mode. Corrected positions for 'I', 'A', 's' and 'c' commands in visual block mode after '<ESC>'. Task-number: QTCREATORBUG-11378 Change-Id: I86582b634eb782829db48fd1b914713f87ac409f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Since some keys with shift modifier pressed generate same string (e.g. <S-SPACE> and <SPACE>), the modifier must not be ignored. Recognize Qt::Key_Backtab as <S-TAB>. Change-Id: I6b25dec4b3bc9564249609449f9df7cd7fab263e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
El Mehdi Fekari authored
Change-Id: I97c86761e7ff89c7720ae9ca9369895a62ca6244 Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com>
-
El Mehdi Fekari authored
Extend the previous "debug token check" build step to a more generic "device status step" build step that can check both debug token and device runtime. Task-number: QTCREATORBUG-9709 Change-Id: I50fd3eb88b692678af6f0204455165e2cdcf41b2 Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Tobias Hunger authored
Change-Id: Ida513eb0537e2ef0c55887d0df21de956e85e983 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
This seems to be a LLDB/Linux specific problem. Task-number: QTCREATORBUG-11441 Change-Id: I390e17737a63f53dc1d1e2060ef87a3ad94fedf5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-11434 Change-Id: I5b295df0db85063146ed9dc09351844924e22bdc Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: I0919dbaeaf52504b342f7b5943dba6e1693be69a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Conflicts: qtcreator.pri qtcreator.qbs src/shared/qbs Change-Id: Ic6f115e3d9da32327cfe2d02d7356687dc3f60d7
-