==== 2.14.3 ==== 2006-07-31 William Jon McCann * NEWS: Update for 2.14.3 release. 2006-07-27 William Jon McCann * src/gnome-screensaver-preferences.c (theme_installer_run) (drag_data_received_cb): Unbreak DnD of .desktop files. Doesn't really work anyway in this version. * src/file-transfer-dialog.c (create_titled_label): Sync with control center copy. Fix crash. 2006-07-26 William Jon McCann * src/gs-window-x11.c (gs_window_class_init): Fix typo in property name. 2006-07-18 William Jon McCann * src/test-window.c: (window_activity_cb), (disconnect_window_signals), (connect_window_signals): Make test-window work again after signal changes. 2006-07-17 William Jon McCann * src/gs-window-x11.c (watchdog_timer): Use gdk_window_focus instead of gtk_window_present to prevent theme flicker. Patch from Ryan Lortie Fixes #347853. 2006-07-11 William Jon McCann * src/gs-job.c: (gs_job_died), (command_watch), (gs_job_start), (gs_job_stop), (gs_job_suspend): * src/gs-manager.c: (lookup_job_for_window), (manager_maybe_stop_job_for_window), (manager_maybe_start_job_for_window), (cycle_job), (throttle_job), (resume_job), (gs_manager_cycle), (maybe_set_window_throttle), (window_obscured_cb), (disconnect_window_signals), (connect_window_signals), (gs_manager_request_unlock): * src/gs-window-x11.c: (gs_window_get_property), (gs_window_is_obscured), (window_set_obscured), (gs_window_real_visibility_notify_event), (gs_window_class_init), (gs_window_init): * src/gs-window.h: Stop running screensaver themes on each window when it is completely obscured. This happens when the VT switches. We resume running the theme when the window is unobscured. We additionally try to attempt unlock (or request authentication) when unobscured. Fixes #339330 2006-07-12 William Jon McCann * src/Makefile.am: * src/gs-manager.c: (window_dialog_up_cb), (find_window_at_pointer), (window_activity_cb), (disconnect_window_signals), (connect_window_signals), (gs_manager_request_unlock): * src/gs-manager.h: * src/gs-marshal.list: * src/gs-window-x11.c: (maybe_handle_activity), (gs_window_real_key_press_event), (gs_window_real_motion_notify_event), (gs_window_real_button_press_event), (gs_window_real_scroll_event), (gs_window_class_init), (gs_window_finalize): * src/gs-window.h: Emit a signal when activity is detected on the window. Allow the manager to decide whether an unlock request should occur and where. Make the dialog appear on the correct window when in xinerama. 2006-07-11 William Jon McCann * src/gs-window-x11.c (queue_key_event): Don't queue escape. 2006-06-28 Yair Hershkovitz * configure.ac: Added he to ALL_LINGUAS 2006-06-19 Raivis Dejus * configure.ac: Added lv in ALL_LINGUAS 2006-06-16 William Jon McCann * savers/gs-theme-window.c: (force_no_pixmap_background), (gs_theme_window_init): * src/gs-window-x11.c: (force_no_pixmap_background), (gs_window_init): Override gtk theme background. Fixes #344936 2006-06-10 Christian Rose * configure.ac: Added id to ALL_LINGUAS again. Triple-checked that id.po actually exists on this branch now. Will contact the responsible translator to make sure this does not happen again. 2006-06-09 Elijah Newren * configure.ac: Remove id from ALL_LINGUAS. Will contact Ahmad and i18n shortly to try to ensure it doesn't get added back unless it is accompanied with the actual translation. #344432. 2006-06-06 Pawan Chitrakar * configure.ac: Added ne in ALL_LINGUAS 2006-06-05 Ahmad Riza H Nst * configure.ac: Added id.po in to ALL_LINGUAS line (added before, but currently disappeared, so re-added) 2006-06-01 William Jon McCann * src/gs-listener-dbus.c: (gs_listener_send_signal_active_changed): * src/gs-manager.c: (gs_manager_activate): Make activation wait for fade to complete. Fixes #343608 2006-06-01 William Jon McCann * src/gs-manager.c: (gs_manager_get_lock_active): * src/gs-manager.h: Add get_lock_active to API. * src/gs-monitor.c: (listener_lock_cb): Set lock flag before activing screensaver to avoid problems when something reacts to the ActiveChanged signal. Patch from Rodrigo Moya 2006-05-31 William Jon McCann * configure.ac (themesdir): Fix typo. Patch from Paul Blazejowski Fixes #343497 2006-05-31 William Jon McCann * src/gs-manager.c (gs_manager_deactivate): Don't set throttle to FALSE when deactivating. 2006-05-31 William Jon McCann * src/gs-lock-plug.c: (row_activated_cb), (setup_treeview): Switch user on row activation. Fixes #343045 2006-05-29 William Jon McCann * configure.ac: Post release version bump.