ciderpress/app
Andy McFadden d8223dbcfd Relocate method comments
This moves method comments from the .cpp file to the .h file,
where users of the methods can find them.  This also makes it
possible for the IDE to show the comments when you mouse-hover over
the method name, though Visual Studio is a bit weak in this regard.

Also, added "override" keywords on overridden methods.  Reasonably
current versions of popular compilers seem to support this.

Also, don't have the return type on a separate line in the .cpp file.
The motivation for the practice -- quickly finding a method definition
with "^name" -- is less useful in C++ than C, and modern IDEs provide
more convenient ways to do the same thing.

Also, do some more conversion from unsigned types to uintXX_t.

This commit is primarily for the "app" directory.
2014-11-21 22:33:39 -08:00
..
Graphics initial import 2007-03-27 17:47:10 +00:00
Help Tweaks for 3.0.1 release. 2009-01-04 19:19:05 +00:00
AboutDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
AboutDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ActionProgressDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ActionProgressDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Actions.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ACUArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ACUArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
AddClashDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
AddClashDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
AddFilesDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
AddFilesDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
app.vcxproj Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
app.vcxproj.filters Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
app.vcxproj.user Visual Studio 2013 update 2014-11-03 14:05:07 -08:00
ArchiveInfoDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ArchiveInfoDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
BasicImport.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
BasicImport.h Relocate method comments 2014-11-21 22:33:39 -08:00
BNYArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
BNYArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
CassetteDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CassetteDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CassImpTargetDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CassImpTargetDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseAddTargetDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseAddTargetDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseDirDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseDirDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CiderPress.rc Added new logging macros 2014-11-17 18:07:07 -08:00
Clipboard.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConfirmOverwriteDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConfirmOverwriteDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ContentList.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ContentList.h Relocate method comments 2014-11-21 22:33:39 -08:00
ConvDiskOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConvDiskOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ConvFileOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConvFileOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CreateImageDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CreateImageDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CreateSubdirDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CreateSubdirDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DEFileDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DEFileDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskConvertDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskConvertDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditOpenDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditOpenDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskFSTree.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskFSTree.h Relocate method comments 2014-11-21 22:33:39 -08:00
DoneOpenDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EditAssocDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EditAssocDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EditCommentDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EditCommentDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EditPropsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EditPropsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EnterRegDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EnterRegDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EOLScanDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EOLScanDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ExtractOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ExtractOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
FileNameConv.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
FileNameConv.h Relocate method comments 2014-11-21 22:33:39 -08:00
GenericArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
GenericArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
HelpTopics.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ImageFormatDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ImageFormatDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Main.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Main.h Relocate method comments 2014-11-21 22:33:39 -08:00
MyApp.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
MyApp.h Relocate method comments 2014-11-21 22:33:39 -08:00
NewDiskSize.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
NewDiskSize.h Relocate method comments 2014-11-21 22:33:39 -08:00
NewFolderDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
NewFolderDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
NufxArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
NufxArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
OpenVolumeDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
OpenVolumeDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
PasteSpecialDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
PasteSpecialDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Preferences.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Preferences.h Relocate method comments 2014-11-21 22:33:39 -08:00
PrefsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
PrefsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Print.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Print.h Relocate method comments 2014-11-21 22:33:39 -08:00
ProgressCounterDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
RecompressOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
RecompressOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Registry.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Registry.h Relocate method comments 2014-11-21 22:33:39 -08:00
RenameEntryDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
RenameEntryDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
RenameVolumeDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
RenameVolumeDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
resource.h initial import 2007-03-27 17:47:10 +00:00
resource.hm initial import 2007-03-27 17:47:10 +00:00
Squeeze.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Squeeze.h Relocate method comments 2014-11-21 22:33:39 -08:00
StdAfx.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
StdAfx.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
SubVolumeDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
SubVolumeDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
targetver.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Tools.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
TwoImgPropsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
TwoImgPropsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
UseSelectionDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
UseSelectionDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ViewFilesDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ViewFilesDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
VolumeCopyDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
VolumeCopyDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00