- 12 Feb, 2014 6 commits
-
-
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>
-
- 11 Feb, 2014 24 commits
-
-
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
-
Eike Ziller authored
Documentation is now on qt-project.org instead of doc.qt.digia.com. Change-Id: I5e90a41cc908b0daf7fd7beca594c10d87f3c694 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 10 Feb, 2014 10 commits
-
-
Tobias Hunger authored
Change-Id: I2f0fbba63f7a61f541dc4d78f4bee24ef2369dc8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
q and d are special, no need to allocate private timers dynamically. Change-Id: Ide121c59d17c3129296651b360c8b173efadeedb Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-10219 Change-Id: Ib17c23c7e8bfdad4f1dbcaf7757fdb130fba2abf Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Together with the previous patch this avoids recreating RunConfiguration widgets for RCs which are about to be removed because they are no longer valid. Task-number: QTCREATORBUG-10248 Change-Id: Ia8e394175c1cdef469faa8d117a2736500d928e4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Ulf Hermann authored
Change-Id: I781b95bdd9d6bfa12ec8f40f4197119ba51e194a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Change-Id: I11d22ce1423384f879e30ff9573f4d7d799535b1 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
hjk authored
Change-Id: Ida9dda777993be01561b299d17a2e9d712b66432 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
And remove a then unused function. Change-Id: I85f6db88af060192f3ee2587ba4cb5a55f8860fd Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Eike Ziller authored
Change-Id: I23afc3f7324bf91eb8aa6b42fa734705a7f0cbd5 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Eike Ziller authored
Change-Id: I5afe67db927d735727beafe972965855bde39faa Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-