X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=3c5d4456ddd08b4b96a0c45f94a3e02782acd637;hp=2d72bf668ee451e08bf1c4b5ce8101dd0bb2147d;hb=930a2c61d481d3f1d1d0cdb3dd8b03d5b6b87bd1;hpb=ef3b9ee2bec00186f39f5ac8903827274d2c948f diff --git a/ChangeLog2 b/ChangeLog2 index 2d72bf6..3c5d445 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,42 @@ +2007-07-11 Murray Cumming + + * src/modest-main.c: (main): Only show the UI at the start if + the showui command line option was given. For instance, + run-standalone src/modest showui + Otherwise, we wait for the top_application D-Bus method to + be sent by hildon-desktop when the application is selected + from the menu. + This allows us to run without a UI when osso-global-search + uses our D-Bus methods. + +2007-07-11 Murray Cumming + + * src/dbus_api/modest-dbus-api.h: Added a define for a + top-application D-Bus method. + * src/dbus_api/modest-dbus-callbacks.c: + (on_top_application), + (modest_dbus_req_handler): Handle the top-application D-Bus + method, which might be an undocumented D-Bus signal sent by + hildon-desktop when it starts the application from the menu. + But I am not sure and I need to test it on the device, because + my scratchbox does not have the application in the menu now. + This method shows the main window, so that it can be invisible + when started, for instance, just for email searching from + osso-global-search. + + * src/maemo/modest-main-window.c: (restore_settings), + (modest_main_window_new): Do not show the window immediately + upon creation. We show it later. + * src/modest-widget-memory.c: (save_settings_paned): + Try (unsuccessfully) to avoid saving the paned position when + it is not even visible. + (restore_settings_paned): Do not allow a silly paned position. + This seems necessary when not showing the window at first. + + * tests/dbus_api/Makefile.am: + * tests/dbus_api/test_top_application.c: (main): Test for the + new D-Bus method. + 2007-07-10 Murray Cumming * src/modest-ui-dimming-rules.c: