2008-08-30 Dodji Seketeli * configure.ac: Bumped to 0.6.2 2008-08-27 Dodji Seketeli * NEWS: Updated. 2008-08-26 Dodji Seketeli * NEWS: Updated. 2008-08-25 Robert-André Mauchin * debian/control: * Makefile.am: * NEWS: * src/workbench/nmv-workbench.cc: fix project website. 2008-08-24 Dodji Seketeli * NEWS: updated for the upcoming 0.6.2 release. 2008-08-23 Dodji Seketeli * src/uicommon/nmv-ui-utils.cc,h: Style fixes. 2008-08-17 Dodji Seketeli * src/persp/dbgperspective/nmv-dbg-perspective.cc: (DBGPerspective::on_debugger_not_started_signal()): Don't disable the actions that are supposed to act on opened files. (DBGPerspective::on_attached_to_target_signal): Likewise. This should close #548121 - string search not available when program is not running 2008-08-17 Dodji Seketeli * src/persp/dbgperspective/nmv-local-vars-inspector.cc: (LocalVarsInspector::Priv::append_a_derefed_variable): Select the de-referenced row. Should close #548118 - select new node on dereferencing. 2008-08-11 Dodji Seketeli * src/common/nmv-conf-manager.cc,h: (ConfManager::user_config_dir_exists()): New entry point. (ConfManager::get_user_config_dir_path()): Likewise. * src/persp/dbgperspective/nmv-sess-mgr.cc: (struct SessMgr::Priv::get_db_file_path()): New entry point. (struct SessMgr::Priv::db_file_path_exists): Likewise. (struct SessMgr::Priv::create_db ): Do access the connection only using its accessor. It guarantees that the connection is instantiated when we need it. (struct SessMgr::Priv::drop_db): Likewise. (struct SessMgr::Priv::init_db): Don't try to drop the database tables if it is obvious that no database exists yet. Create the databases tables straight away instead. This entry should fix bug: #523377 - first-run prints sql-related errors to console. 2008-08-13 Jonathon Jongsma * configure.ac: fix the boost unit test static library detection (a space was missing so two of the candidates got concatenated together) 2008-08-10 Dodji Seketeli * src/persp/dbgperspective/nmv-set-breakpoint-dialog.cc: (SetBreakpointDialog::Priv::update_ok_button_sensitivity): In MODE_SOURCE_LOCATION mode, allow the OK button to be sensitive even when the user only typed in the line number. It should not be mandatory to type in the file name. * src/persp/dbgperspective/nmv-dbg-perspective.cc: (DBGPerspective::set_breakpoint_from_dialog): If the user only typed the line number of the breakpoint to set, assume she wants to set the breakpoint in the current file. This should close: #545842 - Missing shortcut to set a breakpoint in current file. 2008-08-10 Dodji Seketeli * src/persp/dbgperspective/nmv-dbg-perspective.cc: (DBGPerspective::set_breakpoint_using_dialog): If a function name is selected when the user hits to set a breakpoint, make sure the breakpoint is set to that function name by default. This should close: #547169 - Set breakpoint to selected function name by default. 2008-08-10 Dodji Seketeli * configure.ac: Fix a help string typo. Patch sent by Stephane Wirtel.