aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/dialogs/shortcutsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-5/+0
* HeaderViewStretcher: Fix bug in resize codeDaniel Teske2013-03-261-1/+1
* Fix Krazy warnings about includes/header guards in Core plugin.Friedemann Kleint2013-03-131-1/+0
* Set sensible placeholder text in shortcut edit.Eike Ziller2013-03-111-0/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Use Core::Id for IOptionsPage::m_idhjk2013-01-171-1/+1
* | Core: Use Id in Context instead of plain int.hjk2013-01-121-4/+3
* | Use Core::Id for IOptionPage::categoryhjk2012-12-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Replace all remaining functions deprecated in Qt 5, if possible.Christian Kandeler2012-09-251-6/+6
* | Replace qVariantValue() with qvariant_cast().Christian Kandeler2012-09-201-3/+3
|/
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-5/+3
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-231-31/+5
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Long live the king!hjk2012-01-261-1/+1
* Core::Filemanager: make some methods statichjk2012-01-251-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* 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-221-3/+3
* mostly core and analyzer: more id-ficationhjk2011-11-151-3/+3
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* 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/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Fix Shift modifier handling in shortcuts with numbersLeandro Melo2011-03-291-1/+1
* MIME types: Introduce user extensions featureLeandro Melo2011-03-021-1/+1
* actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurablehjk2011-02-091-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Compile fix for pedantic C++ compilers.Roberto Raggi2010-12-161-1/+1
* | Make it possible to specify shortcuts for Locator filters.con2010-12-061-1/+19
|/
* Allow the user to save as files with different extensions.Leandro Melo2010-09-071-2/+1
* Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-281-2/+4
* cleanup interface of Core::Contexthjk2010-06-251-1/+1
* Core::Context: compile hot fix for Windows.hjk2010-06-251-1/+1
* Shortcut dialog: Fix collision detection.Daniel Molkentin2010-04-131-6/+22
* Override IOptionsPage::matches for ShortcutSettings pageThorbjørn Lindeijer2010-04-121-6/+21
* Highlight colliding shortcuts for imported keyboard schemes.Daniel Molkentin2010-04-071-25/+55
* Added icons to options dialog categoriesThorbjørn Lindeijer2010-03-261-0/+5
* Core: Fix compilation warningKai Koehne2010-03-221-0/+1
* Shortcut dialogs: Make it possible to use Accel Keyboard ShortcutsDaniel Molkentin2010-03-181-4/+8