summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/images
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup svg file and fileoverlay_py.pngAlessandro Portale2019-03-152-0/+0
| | | | | Change-Id: I473e0ffcdc689ba3f0a8be831ec8798dba522dfd Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add more Python featuresCristián Maureira-Fredes2019-03-152-0/+0
| | | | | | | | | | | | | | | | | On the wizard related to Main Windows, not there are more options to specify the name of the files and classes. It's possible to Add and Remove files on Python projects that use the new .pyproject file. Improved the empty application, to template the .pyproject file and use the proper name for the file. Added the icons for file overlay. Change-Id: Iaba7feda69e0f608260b5fb1d1b04b2a42b08c2d Reviewed-by: hjk <hjk@qt.io>
* Projectexplorer: Tweak cancel_build icon a bitAlessandro Portale2018-04-272-0/+0
| | | | | | | | | Push the stop icon towards (but not completely) the hammer center, so that there is a visual balance. Also, it is now approximately aligned with the beetle from the debug button. Change-Id: Ia277b1ead3ea2357171d386d41e413b38175a691 Reviewed-by: hjk <hjk@qt.io>
* Update Options dialog iconsAlessandro Portale2018-04-247-0/+0
| | | | | | | | | A new set of scalable and themable icons with unified look as provided by Diana. Task-number: QTCREATORBUG-20325 Change-Id: I68498b034e9e43fbb61511a38d9c7fc0003ab076 Reviewed-by: hjk <hjk@qt.io>
* Change build button in mode bar to stop button while buildingEike Ziller2018-04-242-0/+0
| | | | | | Task-number: QTCREATORBUG-20155 Change-Id: Id2c2985b2cb14a0bd4314f0bcfe8574c75aa299c Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* ProjectExplorer: Reduce the size of the device status indicator a bitAlessandro Portale2017-10-092-0/+0
| | | | | | | Less In-Your-Face. Change-Id: I4beb93e1db5f9fd7776fd07e49d7dc6f210468c1 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* ProjectExplorer: make the build_small icon themable and HighDPI-ableAlessandro Portale2017-09-199-0/+0
| | | | | Change-Id: Id53e52962e68ac27bc121bca04d572c0dff5b253 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Unify the dimensions for all mode/action bar iconsAlessandro Portale2017-09-1922-0/+0
| | | | | | | | | | | | | | Having icons of all different kinds of sizes makes it difficult to get the painting right in all cases. It definitely fails when the szsytem is running in multi-monitor mode with different scaling factors. Unifying the dimensions makes it possible. This change should not cause any visual difference in a purely scaled or unscaled screen. Task-number: QTCREATORBUG-18869 Change-Id: I3a864c9a86036b4f4f3b350a489077b247ca85b7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* ProjectExplorer: Show kit warnings and errors as overlayAlessandro Portale2016-10-074-0/+0
| | | | | | | Instead of having kits just a big warning or error icon Change-Id: I5b1c72c3c6ddd4cb646125c70d979431166d31f2 Reviewed-by: hjk <hjk@qt.io>
* ProjectExplorer: Icon for enabling kits in the project modeAlessandro Portale2016-09-294-0/+0
| | | | | | | Disabled kit icon plus small "+" overlay. Change-Id: I58df0da662baf9977382733e8d003766bd232281 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* ProjectExplorer: Themable device status indicator overlayAlessandro Portale2016-09-275-0/+0
| | | | | Change-Id: I84ddd10a53e709cd57422ab323abdfb69d75c9a6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* ProjectExplorer: Rework mode main windowhjk2016-07-2614-0/+0
| | | | | | | | | | | | | | | | | | The existing solution with the special-style horizontal kit selector comes from a time when there was typically one, at most four targets. Today's setup can easily reach half a dozen targets with several toolchain versions each and can't be sensibly handled with the overflowing horizontal bar. This here replaces the horizontal kit selector bar as well as the top level project "tab bar" with a normal tree view. All targets are visible (but possibly disabled) at once, and can be enabled/disabled using the context menu on the tree items. Change-Id: I1ce7401ca96109bf34bc8c0ae19d265e5845aa88 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Debugger: Move remaining Analyzer overlay icon to ProjectExplorerhjk2016-05-302-0/+0
| | | | | | | | It's the only remaining item and loosens the dependencies of ex-AnalyzerBase based plugins on the the Debugger. Change-Id: I943ac44401c440dd6d3d5c1f54f8f996accd2b4a Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* ProjectExplorer: Redone "Header" backgroundAlessandro Portale2016-05-232-0/+0
| | | | | | | | | @2x variant. Painting code instead of Stylesheets. Removed scaling and blurring of the image. Change-Id: I12f184a66dcca790844e96b4bee3c3d5537a404b Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* New file overlay iconsAlessandro Portale2016-04-2516-0/+0
| | | | | Change-Id: Icba67a1404b6e4604aef56def00bfe2098b8c8fe Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Moving desktopdevicesmall.png from projectexplorer to coreAlessandro Portale2016-04-142-0/+0
| | | | | | | It is also needed by imageviewer Change-Id: Idd489ebc71768e293790e4b8f8ae9f5ede38e80d Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Small interrupt/continue icons: Smaller gapAlessandro Portale2016-04-122-0/+0
| | | | | | | Make the proportions similar to the big interrupt/continue icons Change-Id: I54a315ffbd886be81cbeca8c08f392f2d268c974 Reviewed-by: hjk <hjk@theqtcompany.com>
* Icons: Move Run/Stop/Interrupt from projectexplorer to coreAlessandro Portale2016-04-106-0/+0
| | | | | Change-Id: Iba65c2ede538049c9b203fd4c2f99ef552019862 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* ProjectExplorer: Remove old "clean" icon. Re-use the new one.Alessandro Portale2016-04-082-0/+0
| | | | | Change-Id: Ieee022d8cdcd55215bf7468d331320a24d421cbd Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* ProjectExplorer: New "rebuild" iconAlessandro Portale2016-04-086-0/+0
| | | | | Change-Id: Ia628347f1f38b126b9dd16de4653f8654ebc4ec8 Reviewed-by: hjk <hjk@theqtcompany.com>
* Redone debug start/stop/interrupt/continue iconsAlessandro Portale2016-04-0612-0/+0
| | | | | | | | | | | | | | Currently, these icons have a big "bug beetle" and a small action icon as overlay. According to user feedback, the relevant element (the action) has too little visibility. This change turns the proportions around, so that the action icon is big and the "bug beetle" is a small overlay. Also the analyzer run icon is handled in the same way. Change-Id: I257c66ec5892c8aabaf8a9884795ae410e793017 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Icons: Move debug run/interrupt/continue/exit from core to elsewhereAlessandro Portale2016-04-014-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core contains the small variants of debug run/interrupt/continue/exit while the bigger icon variants are in projectexplorer or debugger. That does not seem to have aany reason, at least in today's state of Qt Creator architecture. But above all, it stands in the way when changing debugger icons as planned due to user feedback. This change moves: Core::Icons::DEBUG_START_SMALL to ProjectExplorer::Icons::DEBUG_START_SMALL Core::Icons::DEBUG_EXIT_SMALL to Debugger::Icons::DEBUG_EXIT_SMALL Core::Icons::DEBUG_INTERRUPT_SMALL to Debugger::Icons::DEBUG_INTERRUPT_SMALL Core::Icons::DEBUG_CONTINUE_SMALL to Debugger::Icons::DEBUG_CONTINUE_SMALL This change just moves icons across modules but does not change anything in the UI. Change-Id: I859b901c312d4d16b6c2f687395a7b48c90aab84 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* ProjectExplorer: Flat desktop device icon for flat themesAlessandro Portale2016-03-234-0/+0
| | | | | | | | | | This change flattens the desktop device icon in the mode bar. Only for themes which set the FlatSideBarIcons flag. ":///DESKTOP///" deduplicates to Constants::DESKTOP_DEVICE_ICON Change-Id: Ie31d9c501db2a1e36edbfac59abdd22a4d8c6773 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Updated Mode iconsAlessandro Portale2015-12-152-0/+0
| | | | | | | Fresh icons from Diana. Change-Id: I57f69b2f54474a32404020a50f15cd033664faa9 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* ProjectExplorer: Cleanup buildstep iconsAlessandro Portale2015-12-0812-0/+0
| | | | | | | | Replacing differently themed icons sets by a single one which gets themed at run-time. Change-Id: I66b5e2972419e41b3f101ee0301da30409bb975c Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* ProjectExplorer: Themed pause buttonAlessandro Portale2015-12-032-0/+0
| | | | | Change-Id: I61a678ec3696a5d0a0555e342fb34604fc1a5cdd Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Flat and themeable side bar iconsAlessandro Portale2015-12-0312-0/+0
| | | | | | | | | | | | This patch adds flat side bar icons according to http://blog.qt.io/blog/author/didesous/ The flat icons are supposed to be opt-in, via the theme flag "FlatSideBarIcons=true". It is false by default for the default theme for now. Change-Id: I1cbe69d4e138d5d23c0172a374933ac7a4ce8a5b Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* HighDPI fixesAlessandro Portale2015-11-1015-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | ColorTip: Draw the border around the color tooltip properly. MiniProjectTargetSelector: Fixing a few misplaced outlines FancyActionBar: Fixing a few misplaced outlines, also: - deduplicate hover gradient painting code - use pixmapcache for the hover gradient - only draw the hover gradient if the tab is hovered - use 0-255 as range for fading value QtQuick Designer: HighDPI form editor icons, and removing some since a while unused icons. ProjectExplorer Mode: HighDPI graphics and fixing a few misplaced outlines Task-number: QTCREATORBUG-15222 Change-Id: I4fcf515014317791499ad89bf6ef88d961e4b752 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-236-0/+0
| | | | | | | | | | http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch replaces many of the existing toolbar icons with recolorizable masks for better theming support. Change-Id: I557aa485205fe2624f33724226f698c303342b40 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-0316-0/+0
| | | | | | | | This quietens warnings from libPNG during startup and shrinks the image sizes. Change-Id: Ieb4cb5e8ba30b99653896e283c2fb2cc267257f2 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Target Selector: Fall back to built-in Desktop iconRobert Loehning2015-05-211-0/+0
| | | | | | | | | If the style doesn't offer any icons that have at least 32 pixels Change-Id: I840d73a0b4bdee695bb68df1c3973ee419db012e Task-number: QTCREATORBUG-12832 Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Dark theme: Light icons for build step actionsAlessandro Portale2015-05-182-0/+0
| | | | | | | For a dark background we need light icons. Change-Id: I86714598be70bff981f94fb6c4e4afd6acfbe96a Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Centralize error/warning/info iconsAlessandro Portale2014-06-172-0/+0
| | | | | | | | | There are multiple copies of these pngs in different plugins. Let's have one version in core, also as @2x variant. Change-Id: Iedff1a6190a72c1947dd202ae1ee46f59f9fb13c Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Adding a few @2x icon variantsAlessandro Portale2014-06-051-0/+0
| | | | | | | | | extension, splitbutton_vertical and unlocked. Also some of the low-res pngs are replaced for consistency and quality. Change-Id: I2e7090efc75d4cb30f7759ab7b055b7026b47bd1 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* ProjectExplorer: Move setting category icon out of CoreAlessandro Portale2014-06-041-0/+0
| | | | | | | | This image is used exclusively in the ProjectExplorer plugin, thus belong into ProjectExplorer resources. Change-Id: If210ae47a27b37882db43729e6a91e557b513c22 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* ProjectExplorer: Move icons from Core to ProjectExplorerAlessandro Portale2014-06-022-0/+0
| | | | | | | | These images were used exclusively in the ProjectExplorer plugin, thus belong into ProjectExplorer resources. Change-Id: Icb7dc881e24e4959952696af60f014446893f385 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Added several 2x (Retina) icon versionsAdam Strzelecki2014-04-033-0/+0
| | | | | | | | This adds Retina versions for most often used assets in Qt Creator. Task-number: QTCREATORBUG-10917 Change-Id: I83df52681da0934ed65a32765acfe63ffa21c5cf Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Change and Clone kit functionalityDaniel Teske2012-09-284-0/+0
| | | | | Change-Id: Ibdab8d9076d2f9c002cb69ad81809929c8697355 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Removal of Symbian supportAlessandro Portale2012-08-222-0/+0
| | | | | | | | | | | | | | | | | Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Project target page: Handle overflow and add left/right controlsEike Ziller2012-08-152-0/+0
| | | | | Change-Id: I00dda35b6d3a3b3fe386968e30213772dc670ff5 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Redesign project mode's target selectorEike Ziller2012-08-138-0/+0
| | | | | Change-Id: I6df2550505b523e6c416558b5d1ad0d3f206e4f4 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* IDevice: Update icons indicating device state.Nikolai Kosjar2012-06-053-0/+0
| | | | | | | | | | | Simple dots in - red (device disconnected) - yellow (device connected but not ready to use) and - green (device connected and ready to use). Change-Id: I04155a917e23351bb9d1125a432957ef05b64ef5 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* IDevice: Introduce state 'device ready to use'.Nikolai Kosjar2012-06-013-0/+0
| | | | | | | | | | | A connected device might not be ready to use, so introduce another state for this. The device settings widget is adapted to not only show the icon, but also the state as string (the icon alone might not be expressive enough). Change-Id: I98d351b47a358ea59199e690e4b60f8030578ec6 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Improved "Disable build/run step" iconRobert Loehning2012-04-161-0/+0
| | | | | | | Task-Number: QTCREATORBUG-6904 Change-Id: I25f7d65f6a23da193d6e5e7e83fedd2eea4ea499 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Unconfigured Settings: Add iconDaniel Teske2012-03-141-0/+0
| | | | | Change-Id: I997632288ece8db4a1ea8e08ab7d654f4eba04ca Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Make Open Project wizard skippableDaniel Teske2012-02-031-0/+0
| | | | | | | | Task-Nr: QTCREATORBUG-6063 Change-Id: Ieace3e9e68b4e0342c35ac7c279f4b0b61076419 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Use final icon for disabled build stepsDaniel Teske2012-02-021-0/+0
| | | | | Change-Id: Ida603debc50f69d3b68458dfebde8246dbb9fe78 Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
* Optionaly disable buildstepsDaniel Teske2012-01-311-0/+0
| | | | | | Task-number: QTCREATORBUG-6713 Change-Id: Ief7f8509572cfa2008209083e5ae9c7763eba42a Reviewed-by: hjk <qthjk@ovi.com>
* Add small stop icon.dt_2011-05-311-0/+0
| | | | | | | | | | Use the same as the small debug icon. Task-Nr: QTCREATORBUG-5003 Change-Id: Iee32a7161869dc611d017cde53a4056b8be56315 Reviewed-on: http://codereview.qt.nokia.com/246 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+0
| | | | | | | | | | | | | | Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b Done-with: Jarek Kobus Task-number: QTCREATORBUG-2670 Task-number: QTCREATORBUG-4310 Task-number: QTCREATORBUG-2763 Task-number: QTCREATORBUG-3623 Task-number: QTCREATORBUG-567 Reviewed-on: http://codereview.qt.nokia.com/74 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com> Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>