Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-statusbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the statusbar. This regress loading feedback, need to check withMarco Pesenti Gritti2005-09-051-201/+0
| | | | | | | | | | | | | | | | 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * data/evince.schemas.in: * shell/Makefile.am: * shell/ev-window.c: (update_chrome_visibility), (password_dialog_response), (ev_window_load_job_cb), (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_class_init), (set_chrome_actions), (load_chrome), (ev_window_init): Remove the statusbar. This regress loading feedback, need to check with Bryan what we want to do there...
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-0/+201
load document in background and a statusbar to display this process. FileChooser now can select multiple uris.