adelikat
|
34741cb614
|
Path Config - fix exception when opening during null emulator, fixes Issue 312
|
2014-11-19 00:42:46 +00:00 |
adelikat
|
0cf61812c2
|
Path Config - Fix bug where dual gb is selected by default when a gb game is active
|
2014-11-17 23:16:50 +00:00 |
zeromus
|
813bfa6ad4
|
use FolderBrowserEx instead of lame FolderBrowserDialog for the PathConfig dialog
|
2014-11-06 23:31:19 +00:00 |
goyuken
|
3c7b2a620c
|
pathconfig: no longer hide configuration options for GBAS core
|
2014-10-07 01:12:22 +00:00 |
adelikat
|
7ec866ced5
|
add some extensions to the ControlExtension class for converting cruddy .NET 1.0 collection objects to IEnumerable<T>, and start removing some code in specific forms that work around cruddy .NET 1.0 stuff
|
2014-07-28 03:01:57 +00:00 |
adelikat
|
f7cfe4e393
|
Path Config - 1. remove Global Base from top and leave it in the Global tab, 2. Rename Global Tabs "base rom" to "ROM"
|
2014-07-21 23:18:18 +00:00 |
adelikat
|
8bf2dcabd9
|
Path Config - better order for global entries, dynamically put the firmware info button in there, so that if someone changes the ordinals, nothing breaks
|
2014-07-21 23:11:21 +00:00 |
adelikat
|
8f2746ab86
|
Change "Interim Build" to "Developer Build" and rename flag variable name, as this is more accurate to the intent of this type of build (unofficial interim builds still shouldn't have developer features or unfinished developer work)
|
2014-06-04 17:02:54 +00:00 |
adelikat
|
5e0db12638
|
Path Config - some code cleanup, mostly removing the obsolete hack of delaying tab creation until the tab is clicked (setting visibility of the tab conrol while creating tabs fixed the performance issue completely).
|
2013-12-27 17:27:33 +00:00 |
adelikat
|
ca5a54b283
|
Path Config - Show Genesis in non-interim builds
|
2013-12-27 16:52:15 +00:00 |
adelikat
|
4584b0a054
|
Path Config - fix defaults button, remove "DEBUG" tab and some code cleanup
|
2013-12-22 18:36:27 +00:00 |
zeromus
|
76d867d5da
|
add the coveted combo breaker
|
2013-12-19 22:53:06 +00:00 |
adelikat
|
163ee0e6fd
|
Path Config - remove Firmwares buttons in system specific tabs, instead add a ? icon in global next to the firmware path that opens the firmware config dialog
|
2013-12-19 18:18:40 +00:00 |
zeromus
|
483cf96853
|
rename PathEntries.WatchPath etc. to PathEntries.WatchPathFragment to better convey the idea that it isnt a fully-qualified path, so its less likely to get used on accident
|
2013-12-13 05:20:50 +00:00 |
adelikat
|
e6d85a4087
|
Various code cleanups on some config dialogs
|
2013-11-28 01:33:38 +00:00 |
adelikat
|
5fb8ceb377
|
Fix a bunch of exceptions in Path Config dialog
|
2013-11-16 22:42:07 +00:00 |
adelikat
|
9f75724757
|
Path Config - greatly speed up dialog loading by building each tab page's controls on the tab changed event. It checks if building is needed and builds if so.
|
2013-11-15 23:32:06 +00:00 |
adelikat
|
3ee9ed35f1
|
Pth Config - some misc code cleanup
|
2013-11-15 22:27:20 +00:00 |
adelikat
|
9e5e477467
|
move emuversion, releasedate, and interim constants from MainForm to VersionInfo so that they are available to all projects (we can now "interim" things in all projects)
|
2013-11-10 02:32:47 +00:00 |
adelikat
|
589758f74d
|
rename GlobalWinF to GlobalWin, yeah, I'm being nitpicky
|
2013-11-03 16:07:58 +00:00 |
adelikat
|
c669680e07
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |