- Mar 10, 2016
-
-
Christian Stenger authored
This function is called by QMetaObject::invokeMethod. Broke with f62663e8. Change-Id: I0efc2f24043e0313d500840e6022f3d73ca8a127 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 12, 2016
-
-
Orgad Shaneh authored
They're used by VcsEditorFactory Change-Id: I9211f406b389649bf8ff9fe7f24522026b1711d4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ib2752b2874258a9736b329b2d0ca66ca15998f23 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 10, 2016
-
-
Tobias Hunger authored
Change-Id: I9ba3b93e53e63153c1573d51c1aac53b7e088362 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 04, 2016
-
-
Tobias Hunger authored
* Use pragma once * Use static member initialization Change-Id: Icec025b7c3b310286c675cef30cf01e220002ca8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Avoid allocations for converting to int. Change-Id: Id8c79334f4809ec075ffe7e6b7635be4873eafd8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jan 19, 2016
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Jan 14, 2016
-
-
Eike Ziller authored
To fallbackSaveAsPath and fallbackSaveAsFileName. That makes it clearer what they are for, and that they actually belong to each other. Change-Id: Ie5b83b9db77d39a7fe9e979cc8f22b7f5b9101a3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Jan 13, 2016
-
-
Ulf Hermann authored
We want to distinguish between source files and generated files. So let's call them by their names. Change-Id: I324c4b82ca7fb7d8d0e175ea6c4f14f1306ec929 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Nov 30, 2015
-
-
Christian Stenger authored
Change-Id: Iafbf78b16a09041bbabd248dfce4434df87dd5b9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Nov 23, 2015
-
-
Tobias Hunger authored
The heavy lifting was handled by clazy. Change-Id: Ic86f3d5b16cd60361e68b7915595056a68f5a9ba Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Oct 22, 2015
-
-
Leena Miettinen authored
Change-Id: Ic9b0481287a30312209bc84c1190e97087495e0f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jul 06, 2015
-
-
Leena Miettinen authored
...because Qt Creator blocks external links. Also remove the word "Please", to follow the UI text guidelines. Change-Id: I060035367ede54c3915f5396ffb42c7be73b729d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jun 11, 2015
-
-
Knut Petter Svendsen authored
When undoing checkout on a modified file the user is prompted to preserve the contents of the checked-out version under a file-name of the form element-name.keep. Save the user's choice and use it on subsequent undo checkout actions. Change-Id: I26a73c7f1f456ae0cf1cad6741d30ff2aab4bf3f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Change-Id: I30807991e2a839088c9523280eab1dacd22a1bf4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jun 09, 2015
-
-
Eike Ziller authored
Change-Id: I403101d788d9edfea5c5c9440ab4f39ad00e81f7 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- May 11, 2015
-
-
Tobias Hunger authored
Change-Id: Iabc056dad186d788003b221afb34303c37fef728 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- May 08, 2015
-
-
Tobias Hunger authored
Do this in a separate step to keep the next patch more readable. Change-Id: I37cfd5481dcbfda52135eccec30852aefde1b950 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- May 04, 2015
-
-
Tobias Hunger authored
Move the biggest chunk into Utils::ShellCommand, add some Qt Creator specific magic in Core::ShellCommand and leave the rest in VcsBase::VcsCommand. Change-Id: I5fe6f7076e96023ad2164bcfaacfb3b65a7ff8a8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Apr 13, 2015
-
-
Tobias Hunger authored
Change-Id: Ia273fda05a4c4a1934819f26e5dc1b6b80a89f6f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Apr 02, 2015
-
-
Kai Koehne authored
This avoids unnecessary detaches of the Qt container data. The mismatches where detected by defining QT_STRICT_ITERATORS; however, this define violates the ODR (causing linker errors), and therefore is not added permanently. Change-Id: Idd336a9c8b394214a820437ef1b92d2101f6101c GPush-Base: 62b0848b Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- Mar 25, 2015
-
-
Orgad Shaneh authored
It is also used for log editors Change-Id: I8755d2aaa717ca47b0d9bbf935b121d4e099ef1b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Mar 11, 2015
-
-
Hugues Delorme authored
In SubmitFileModel, filetype icons are missing for not "overlaid" icons in Core::FileIconProvider. This is fixed by ensuring valid file paths are passed to QFileInfo. VcsBase::SubmitFileModel has now a "repositoryRoot" property so it can constructs absolute file paths. VcsBaseSubmitEditor::setFileModel() now relies on SubmitFileModel::repositoryRoot() instead of passing this info as annex parameter. Change-Id: Ie045c3a7b247a5b5d48d10aaaf67cb3fdcf9fa7e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Mar 06, 2015
-
-
Hugues Delorme authored
-> Renamed to diffSelectedRows() This allows to use easily Qt5 connects, without ugly casting to pick the right overload Change-Id: Ifaa0242febccb4e1aadd53470cc4b3be79b07c18 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> (cherry picked from commit 12fac12e)
-
- Mar 05, 2015
-
-
Hugues Delorme authored
-> Renamed to diffSelectedRows() This allows to use easily Qt5 connects, without ugly casting to pick the right overload Change-Id: Ifaa0242febccb4e1aadd53470cc4b3be79b07c18 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 26, 2015
-
-
Orgad Shaneh authored
If a document has a file name associated with it then the prefix is composed from path components (subdirectories), starting from the one where the file is located and going up the parents until the resulting name becomes unique among other open documents. If a document doesn't have an associated file name, then a sequential number (starting from 1) is appended to the display name of the document. This feature is useful when working with big projects that have lots of idendical file names across different subdirectories (e.g. Makefile.in, main.cpp, etc.) that need to be edited at the same time. It allows to easily recognize such a file when switching between documents in the editor, w/o the need to place the mouse pointer over the name entry to get its full path. Started-by:
Dmitriy Kuminov <coding@dmik.org> Task-number: QTCREATORBUG-10185 Change-Id: I633ea6d9b9b4fce8b67335dbcce1bda29254efde Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I1e7dd34ba5a51fb0b34d137dc03add4457b32ed1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 25, 2015
-
-
Nikita Baryshnikov authored
Change-Id: Ib43dbddd64bb179f65d25705757682f6a8088af0 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 17, 2015
-
-
Eike Ziller authored
Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Feb 16, 2015
-
-
Orgad Shaneh authored
Change-Id: I81d0aea2354a9d0461646590f06bb38bd4366f29 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
That is almost certainly not what you want:-) Use SessionManager::startupProject instead. Also use state changed from QApplication in favor of having the mainwindow notify us about updates. That does no longer work, now that we have multiple windows. Change-Id: I27563c8e060ea154c0db5e5777d4b92840f31fa7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Feb 06, 2015
-
-
Orgad Shaneh authored
Mostly done using the following ruby script: Dir.glob('**/*.cpp').each { |file| next if file =~ %r{src/shared/qbs|/qmljs/} s = File.read(file) s.scan(/^using namespace (.*);$/) { ns = $1 t = s.gsub(/^(.*)\b#{ns}::((?!Const)[A-Z])/) { |m| before = $1 char = $2 if before =~ /"|\/\/|\\|using|SIGNAL|SLOT|Q_/ m else before + char end } if t != s puts file File.open(file, 'w').write(t) end } } Change-Id: I919da493d0629b719d328e5e71c96a29d230dfd1 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Jan 29, 2015
-
-
Montel Laurent authored
Change-Id: I6c0d4ec60759b3c2fedac3e6649b7ec5102a6487 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Jan 26, 2015
-
-
Tobias Hunger authored
Change-Id: I9ce7debe597776a709098935b2289df8accca54a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Jan 22, 2015
-
-
Tobias Hunger authored
Change-Id: Ia003b873cf4802df506ab6090dbb93858d7526d0 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jan 20, 2015
-
-
Tobias Hunger authored
Change-Id: I81688ce998bf9f8d47b7d88e639699b626be90dd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jan 19, 2015
-
-
Tobias Hunger authored
Change-Id: I2443aef788c75a96ba19e2499dfb3f17c201d468 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jan 16, 2015
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Jan 15, 2015
-
-
Tobias Hunger authored
Change-Id: I1ee17142e14200c5ae9597bbf9bee3f3978704f4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jan 12, 2015
-
-
Orgad Shaneh authored
Change-Id: I85f7398aee59d0d36f0e5c3bf88ff3c96002e394 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-