QTOIDUA CHANGELOG ======================================== 25 July 2005 Version 0.08 ======================================== * Added options that allow the user to specify whether they want a new file, the previously opened file, or a specific file to be loaded on startup. * Fixed a bug that caused options to be enabled/disabled improperly when the output.db option was checked while OIDUA was downgraded to a version that didn't support it. * Slightly resized the icon's image so it better fits in both Linux and OS X. * Icon now displayed in Linux if supported by the user's window manager. * No longer necessary to manually copy the icon into the application bundle and edit the Info.plist file when compiling in OS X. * Added logo to the About window. * Various code changes and cleanups. ======================================== 25 May 2005 Version 0.07 ======================================== * Main window remembers its size when it's closed and restores it next time it's opened. * Message boxes in Settings now look the way they should in OS X. * Supports new OIDUA options. * Checks to ensure that specified OIDUA executable is actually OIDUA. * Checks OIDUA's version and enables/disables options accordingly. ======================================== 7 March 2005 Version 0.06 ======================================== * Changing the output file location now raises the modified flag. * Include directories can now be moved up and down. * Message Box (Alert) Changes: * More descriptive. Actual message is in bold, while helpful text of normal font weight accompanies it. * More intuitive buttons. * Empty titlebars in OS X. * Now checks that a QtOIDUA file wasn't written using a newer version. * The Merge Indentical Directories option is now recognized when saving, loading, and making new files. * Fun QtOIDUA icon now a part of the OS X bundle. * Now asks to save if exiting using the close button. (Instead of only asking when exiting from the menu.) * Separator toggle now works for both fields and strings. * Rearranged the Fields tab a little more. * Added missing tr()'s. ======================================== 23 January 2005 Version 0.05 ======================================== * No longer needs to know Python's location. Meant to fix that sooner. * If there is a problem verifying an option, QtOIDUA will now bring focus to the option when it displays the error message. * Always asks if you want to overwrite the output file if it already exists. (It used to only do this if you used the dialog box to select the file.) * Now supports the Merge Identical Directories option. * General user interface improvements: * Moved the Generate List button. It really shouldn't have been in a tab. * Reorganized the Fields tab a little. * Added a checkbox to toggle appending the separator to a field. * Reorganized the Options tab a little. * Got rid of that annoying status bar. * Added any missing tooltips. * Cleaned up some tab orders. * Changed --version a little again. But that's not very interesting. ======================================== 21 October 2004 Version 0.04 ======================================== * Fixed a bug that was causing OIDUA to execute twice. * Titlebar indicates if the current file has been changed. * Renamed some menu items to better fit common standards. * Asks if you want to save if you try to exit and you've made a change. Oops. * --help and --version are now the only acceptable arguments. (Not including a QtOIDUA file to open) * Standard output launch message now only displayed through --version. * Remembers the last directory you were browsing and opens it next time. * Numerous code changes, cleanups, and additions. ======================================== 2 July 2004 Version 0.03 ======================================== * Only asks you to save if you've made a change. * Fixed the redundant way arguments were being handled. * -h and --help are now acceptable arguments. * Settings class now exclusively holds QtOIDUA's version. ======================================== 29 June 2004 Version 0.02 ======================================== * Added New, Open, and Save capabilities. * QtOIDUA files can be passed as arguments (in Linux). * Added version number to About window. (How the hell did I forget that?) * Changed how QtOIDUA's version is stored in settings. * Renamed the Options window to Settings. * Fixed a typo on the standard output during launch. ======================================== 24 June 2004 Version 0.01 ======================================== * Initial Release