Donate Share

OpenLDev

File Release Notes and Changelog

Release Name: 1.0rc3

Notes:


Changes: 1. Bug Fix: Check configure.ac for the build version if configure.in doesn't exist 2. Bug Fix: Do not crash when the version number cannot be retrieved 3. Bug Fix: Do not crash when a file is closed and a project is not open 4. Bug Fix: Fork processes with GLib's spawning functions 5. Bug Fix: Do not lose the memory that holds the project file location 6. Bug Fix: Do not recreate the search tree columns every search 7. Bug Fix: Import project will not do anything if the user cancels it 8. Bug Fix: Import project will fail if Makefile.am or configure.in cannot be found 9. Bug Fix: Stop the build operation immediately with kill() when the user presses the stop button 10. Bug Fix: Do not crash when the New Project Dialog is launched multiple times 11. Bug Fix: Do not crash when a new file is created and no project is open 12. Bug Fix: Do not crash during multiple actions when no file is open 13. Sort the folders and add a "Build All" option for building actions 14. Build with GLib's process spawning functions to stop the UI from blocking 15. Update the message output function to allow any type of message 16. Implement the ability to customize the execute command 17. Fix memory leaks that occurred when project string settings were changed 18. Disable build menu items when a build process is currently running 19. Make an EnvironmentSettings GObject that holds settings as object properties 20. Add settings for the output font, terminal font, terminal colors, shell, scrollback lines, and scrolling options in the terminal 21. Allow the user to make the main window fullscreen through the View menu 22. Rewrote the project templates in Perl for better stability across platforms 23. Add a tip of the day dialog. It shows tips, but its true purpose is to display information to the user when the application is booted into a new version. 24. Default to the user's home directory for the file viewer when no project is open 25. Display an error when a project cannot be loaded in openldev_open_project() 26. Display more descriptive error messages when a file cannot be opened 27. Make sure to hide or show the makefile editor depending on the current project