summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-1517-80/+80
* Wizards: fix dialog layoutThomas Hartmann2012-02-131-11/+11
* Wizards: add option to show an image for descriptionThomas Hartmann2012-02-103-40/+71
* Wizards: use display names for supported platformsThomas Hartmann2012-02-101-3/+8
* Wizards: changes the structure of WizardsThomas Hartmann2012-02-085-99/+299
* Long live the king!hjk2012-01-2618-18/+18
* Core::Filemanager: make some methods statichjk2012-01-251-1/+1
* Use new static ICore interface.hjk2012-01-242-4/+4
* Core: make ICore interface statichjk2012-01-241-5/+3
* Wizards: allows filtering of wizards based on Qt versionThomas Hartmann2012-01-183-13/+34
* Fix showing the default shortcuts in keyboard preferencesEike Ziller2012-01-131-0/+1
* Let Command construct its description (former defaultText) itself.Eike Ziller2012-01-121-11/+1
* CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-222-9/+11
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-242-20/+21
* mostly core and analyzer: more id-ficationhjk2011-11-151-3/+3
* Trivial compile fixHarald Fernengel2011-11-141-0/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0318-36/+36
* Reduce number of categories and minimum size of preferencesEike Ziller2011-09-291-1/+1
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManagerhjk2011-09-051-6/+2
* helpmanager: cleanuphjk2011-09-051-1/+1
* Fix warningTobias Hunger2011-08-311-0/+1
* Remove unneeded defines.hjk2011-07-141-0/+1
* Make SettingsDialog robust against multiple accept()/rejects()dt_2011-05-192-1/+10
* Fix/add copyright headersTobias Hunger2011-05-0618-18/+18
* Core: Supppress 'WhatsThis' in dialogs.Friedemann Kleint2011-04-153-0/+4
* Wizards: Make it possible to check existing files to overwrite.Friedemann Kleint2011-04-152-0/+241
* Merge branch '2.2'Oswald Buddenhagen2011-04-1416-224/+208
|\
| * Update license.hjk2011-04-1316-224/+208
* | Merge remote branch 'origin/2.2'con2011-04-013-2/+4
|\ \ | |/
| * Fix crash when filtering in the preferences.con2011-03-292-1/+3
| * Fix Shift modifier handling in shortcuts with numbersLeandro Melo2011-03-291-1/+1
* | API Documentation: Fix warnings.Friedemann Kleint2011-03-281-1/+1
|/
* UI text: fix capitalizationLeena Miettinen2011-03-212-6/+6
* Don't validate executable/working directory.con2011-03-211-2/+6
* Make it possible to add tools again.con2011-03-042-7/+7
* Provide way to show a variable chooser widget.con2011-03-031-1/+8
* Rename the "external tools menu" category to "uncategorized".con2011-03-031-1/+3
* Fix "External Tools Menu" item in tools preferences again.con2011-03-031-2/+2
* Fix crash under certain conditions when renaming tool categories.con2011-03-021-2/+5
* L10n: tr()-Fixes.Friedemann Kleint2011-03-022-14/+9
* MIME types: Introduce user extensions featureLeandro Melo2011-03-021-1/+1
* Toolchains: Header cleanup.Friedemann Kleint2011-02-281-1/+1
* Fix custom tool default values for Windows.con2011-02-281-0/+5
* Still changes to our options dialogLeandro Melo2011-02-282-28/+10
* Uncategorized tools would no longer be configurable after first run.con2011-02-281-1/+2
* Browsing for executable should allow executables, not directories.con2011-02-281-1/+5
* License update.con2011-02-212-2/+2
* Save category changes for custom tools in their xml.con2011-02-181-1/+1
* Implement drag and drop in tools preferences.con2011-02-182-5/+81