aboutsummaryrefslogtreecommitdiff
path: root/gui/massadd.cpp
AgeCommit message (Expand)Author
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
2018-09-28GUI: Fix mass add not showing some variants if one is already knownBastien Bouclet
2018-06-30GUI: Fix null pointer dereference in mass addBastien Bouclet
2018-05-10ENGINES: Merge GameDescriptor and DetectedGameBastien Bouclet
2018-05-10ENGINES: Factor adding games to ConfManBastien Bouclet
2018-05-10ENGINES: Turn GameDescriptor into a simple structBastien Bouclet
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-03-12GUI: Remove the ThemeItem draw queuesBastien Bouclet
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-16BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ...Littleboy
2011-06-16BACKENDS: Add support for count status to TaskbarManagerLittleboy
2011-06-16BACKENDS: Add progress to MassAdd dialogLittleboy
2011-06-02GUI: Replace some s(n)printf uses by Common::String::formatMax Horn
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-21DS: Port of changes from branch-1-2-0 that I should really have moved into th...agent-q
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02GUI: Inform use about ignored games when mass addingMax Horn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-06-15Fix g++ warning "format not a string literal and no format arguments".Johannes Schickel
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-12-15GUI: Fix some GUI hacks, add some comments, etc.Max Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-15Fix crash when 'mass add' doesn't find any gamesWillem Jan Palenstijn
2009-06-06Implement FR#2707442: "GUI: Improve Mass Add dialog"Eugene Sandulenko
2009-02-17When adding games from a directory the user had no permissions to, instead of...Oystein Eftevaag
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-10-14Added "Mass Add" dialog.Vicent Marti
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-07-29Mass detector: sort all newly detected games by target name before adding the...Max Horn
2008-06-11Modified mass detector to not re-add already configured games (that is, if th...Max Horn
2008-05-13Moved the engine plugin code to engines/metaengine.h; added/clarified/correct...Max Horn
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2008-03-29Let mass detector add all hits, instead of only the first oneMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
2007-06-22Adding two missing #includes to fix compilation. *sigh* I am really bad at do...Max Horn
2007-06-22Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_Max Horn
2007-06-22Changed default buttons of MessageDialogs and mass add dialog to accept 'retu...Max Horn
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-10Move mass add dialog settings to theme config. Bump theme ini version.Eugene Sandulenko
2007-02-18Fixed warningMax Horn
2007-02-18Improved 'Mass Detector': Now displays a dialog which displays the scan progr...Max Horn