1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
2010-06-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
* User.vb:
* WebUser.vb:
* BuiltInRole.vb:
* AssemblyInfo.vb:
* ShutdownMode.vb:
* ApplicationBase.vb:
* StartupEventArgs.vb:
* AuthenticationMode.vb:
* StartupEventHandler.vb:
* BuiltInRoleConverter.vb:
* ShutdownEventHandler.vb:
* NoStartupFormException.vb:
* ConsoleApplicationBase.vb:
* UnhandledExceptionEventArgs.vb:
* WindowsFormsApplicationBase.vb:
* StartupNextInstanceEventArgs.vb:
* UnhandledExceptionEventHandler.vb:
* WindowsFormsApplicationContext.vb:
* StartupNextInstanceEventHandler.vb:
* CantStartSingleInstanceException.vb: Remove .NET 1.0/1.1 logic
2009-07-31 Rolf Bjarne Kvinge <RKvinge@novell.com>
* AssemblyInfo.vb: CompanyName: return the CompanyName instead of the
assembly name. Patch from Flose Maier in bug #526766.
2007-12-21 Jonathan Pobst <monkey@jpobst.com>
* ConsoleApplicationBase.vb: Implement CommandLineArgs.
2007-08-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
* CantStartSingleInstanceException.vb, ShutdownEventHandler.vb, WebUser.vb,
User.vb, ShutdownMode.vb, WindowsFormsApplicationBase.vb,
BuiltInRoleConverter.vb, UnhandledExceptionEventHandler.vb,
ConsoleApplicationBase.vb, StartupEventArgs.vb, AuthenticationMode.vb,
StartupNextInstanceEventHandler.vb, BuiltInRole.vb,
WindowsFormsApplicationContext.vb, AssemblyInfo.vb, ApplicationBase.vb,
UnhandledExceptionEventArgs.vb, StartupEventHandler.vb,
NoStartupFormException.vb, StartupNextInstanceEventArgs.vb: Changed all
uses of NET_2_0 to NET_VER >= 2.0, deleted NET_1_0, NET_1_1 and NET_2_0.
2007-05-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-03-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
* WindowsFormsApplicationBase.vb: Corcompare work and removed
mono_not_yet, since vbnc can now handle events on Mono.
* ShutdownMode.vb, AuthenticationMode.vb: Corcompare work.
2007-01-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
* WindowsFormsApplicationBase.vb: Implemented initial support for
VS2005 "Windows Application"s.
2007-01-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Added AssemblyInfo.vb, BuiltInRole.vb,
BuiltInRoleConverter.vb, CantStartSingleInstanceException.vb,
NoStartupFormException.vb, ShutdownEventHandler.vb, StartupEventArgs.vb,
StartupEventHandler.vb, StartupNextInstanceEventArgs.vb,
StartupNextInstanceEventHandler.vb,
UnhandledExceptionEventArgs.vb, UnhandledExceptionEventHandler.vb,
WebUser.vb
2006-12-28 Miguel de Icaza <miguel@novell.com>
* WindowsFormsApplicationBase.vb: Provide a better error message.
|