4 folder(s) Folder Contents
v0.1 1 0
v0.2 1 0
v0.3 1 0
v0.4 5 0
1 file(s) Size Uploaded Downloads
3.22 KB Oct/29/2014 2495
Little Alarm Clock
Copyright (C) 2008-2012 Little Apps (http://www.little-apps.org)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
--------

- Alarm dialog for alarm and alarm feature
- Alarm dialog is only shown once
- Added edit dialog so alarms can now be changed
- Alarms are only repeated as specified
- Preferences dialog that allows users to change settings
- Default "alarm.wav" is played instead of beeps
- Alarms are now stored in settings instead of the registry
- Created icon for program
- Options are now stored when OK is pressed instead of when action is taken
- Added option to start when windows starts
- Program can now be minimized to system tray on startup
- Moved arrayAlarms to Settings.cs
- Now uses GNU General Public License
- Created about dialog
- Mutex to stop multiple instances from running
- Program now requires administrator rights to start
- Changed main program icon
- Program now removes itself from startup when option is not checked
- Added code when exit menu item is clicked
- Changed font for time to "Quartz"
- Fixed bug when trying to delete startup key that didnt exist
- The alarm dialog is no longer displayed with main form set as owner
- Fixed up about dialog, added link to project website
- Created error dialog to catch errors
- Shows balloon tip on alarm

+ Version 0.1 Released

- Changed dialog layouts
- Edit dialog will only show up if item is selected
- Added context menu to notify icon
- Program now longer requires admin priviledges
- Messagebox to exit program is shown when form event is called instead of when action is taken
- Creates shortcut in startup folder instead of in registry

+ Version 0.2 Released

- Creates startup entry in registry instead of startup folder
- Uses new exception handler from little registry cleaner
- Changes the DateTimePicker value when the dropdown menu value is changed
- Double clicking the notify icon will also hide the dialog
- Uses DirectSound instead of Windows Media Player to play alarm sounds
- Fixed issue with editing alarms when alarm already went off
- Import and Export function allows alarms to be saved and transfered to other computers
- Alarms are saved when program exits
- Added check for update function

+ Version 0.3 Released

- Upgraded to MS .NET Framework v4
- Check if file exists before playing
- More windows with icons
- Button sizes normalized
- Edit listed alarm with double click
- "New alarm" - button
- "Delete alarm"- button
- Update-check in own class
- check at startup (can be disabled)
- Update-form with status label (uptodate, error etc.)
- Snooze time configurable
- Option to disable audio
- Main window is resizable
- Integrated Little Software Stats (Beta)

+ Version 0.4 Released