summaryrefslogtreecommitdiff
path: root/src/libs/utils/dropsupport.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utils: De-slot and complete Qt5 connectsOrgad Shaneh2016-06-291-2/+2
| | | | | | | The only Qt4-style [dis]connects left are in BaseTreeView::setModel. Change-Id: I53bb715750c65827005cc96939a6714606e60f81 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
| | | | | | | * Update remaining files in src Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Normalize file paths on OS XEike Ziller2015-09-101-5/+1
| | | | | | | | | | | | | | | | | On a case insensitive file system, we want to e.g. open 'foo.H' when switching between header and source from 'foo.cpp' if that is how the file appears on the file system. Since there doesn't seem to be a way to normalize the full path without resolving symlinks, do it for each path component in turn. Also add a header for the mac specific utility functions. Task-number: QTCREATORBUG-13507 Change-Id: I6cf51fed698d12ac56fa1ec051da1b893bb0b065 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-0/+240
Extend drop support with variant values. A drop may be a file drop or a value drop or both. Rename Utils::FileDropSupport to Utils::DropSupport and add methods to add not only files but any QVariant value to the mime data. Project explorer adds dragged nodes (which will be needed for future ModelEditor plugin). Change-Id: I799542c60fdecb3e64af0d3ba47b6caa9adbcfd7 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>