Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-01-24 18:14:06 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-01-24 18:14:06 (GMT)
commitca679febd93eef2a4a6afd99cbd7aee8ab537443 (patch)
tree1c570e90bc3097486f6986e5e524ca15965ebb13 /ChangeLog
parent269bc85e3bab5cae0db919d922b75d56c49965c5 (diff)
Do file transfer asynchronously in the main thread instead of
2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked), (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue), (ev_job_queue_remove_job): * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init), (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run): * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response), (ev_window_popup_password_dialog), (ev_window_clear_load_job), (ev_window_load_job_cb), (xfer_update_progress_callback), (ev_window_open_uri), (ev_window_dispose): * shell/main.c: (main): Do file transfer asynchronously in the main thread instead of synchronously in the load thread. Fixes bugs #399694, #398307 and #343542. svn path=/trunk/; revision=2248
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7d57a8..961a68f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
+ (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
+ (ev_job_queue_remove_job):
+ * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
+ (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
+ (ev_job_load_run):
+ * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
+ (ev_window_popup_password_dialog), (ev_window_clear_load_job),
+ (ev_window_load_job_cb), (xfer_update_progress_callback),
+ (ev_window_open_uri), (ev_window_dispose):
+ * shell/main.c: (main):
+
+ Do file transfer asynchronously in the main thread instead of
+ synchronously in the load thread. Fixes bugs #399694, #398307 and
+ #343542.
+
+2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-jobs.c: (ev_job_xfer_run):
Load the document with the font-config lock held.