summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-progress-info.c
Commit message (Collapse)AuthorAgeFilesLines
* progress-info: split UI of NautilusProgressInfo into its own objectCosimo Cecchi2011-02-031-290/+0
|
* progress-info: split progress information notify into a new managerCosimo Cecchi2011-02-031-38/+8
|
* progress-info: use a symbolic icon for the notification area (#596568)Nicolò Chieffo2011-01-181-2/+5
|
* progress-info: tie the application life to the whole file operationCosimo Cecchi2011-01-171-3/+13
| | | | | | | | | And not to the progress widget only, as that - starts hidden for the first seconds - is not destroyed when the operation finishes, but only hidden Using g_application_hold/release with the progress operation lifetime seems like a better way to deal with the app lifecycle.
* application: don't quit if there are pending file operationsCosimo Cecchi2011-01-141-0/+4
| | | | | Now that we're a single-window application, this has become much more relevant.
* [ln-p] GSEAL nautilus-progress-info.Cosimo Cecchi2010-06-111-1/+1
|
* Replace deprecated GTK_WIDGET_* macros and depend on newer GTK+Rodrigo Moya2010-03-041-1/+1
|
* Remove deprecated GDK/GTK+ symbolsCosimo Cecchi2009-04-211-1/+1
| | | | | | Remove all uses of deprecated GDK and GTK+ symbols, replacing them with the currently supported equivalents. Based on a patch from Tal Benavidor (#565038).
* Center cancel button over progress bar, makes dialog much nicer for longAlexander Larsson2009-03-171-62/+64
| | | | | | | | | | | | 2009-03-17 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-progress-info.c: Center cancel button over progress bar, makes dialog much nicer for long filenames. Patch from anthony <dreadyman16@gmail.com> svn path=/trunk/; revision=15128
* Use title capitalization for the File Operations dialog. (#516353).Cosimo Cecchi2008-03-291-1/+1
| | | | | | | | | | 2008-03-29 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/nautilus-progress-info.c: (get_progress_window): Use title capitalization for the File Operations dialog. (#516353). svn path=/trunk/; revision=14001
* Fix annoying behavior of the file progress info dialog jumping to theA. Walton2008-03-281-3/+3
| | | | | | | | | | | | | 2008-03-28 A. Walton <awalton@svn.gnome.org> * libnautilus-private/nautilus-progress-info.c: (get_progress_window): Fix annoying behavior of the file progress info dialog jumping to the center of the screen when new file operations begin. Closes #524241. svn path=/trunk/; revision=13990
* Use better icon for system tray. (#518644) Patch from Michael MonrealAlexander Larsson2008-02-281-1/+3
| | | | | | | | | | | 2008-02-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-progress-info.c: Use better icon for system tray. (#518644) Patch from Michael Monreal svn path=/trunk/; revision=13849
* Allow minimize of progress window (#512778) Patch from Cosimo CecchiAlexander Larsson2008-02-131-3/+16
| | | | | | | | | | | | 2008-02-13 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-progress-info.c: Allow minimize of progress window (#512778) Patch from Cosimo Cecchi svn path=/trunk/; revision=13742
* Add paused status to progress infos and use it to avoid poping up theAlexander Larsson2008-02-131-0/+42
| | | | | | | | | | | | | | 2008-02-13 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-progress-info.[ch]: * libnautilus-private/nautilus-file-operations.c: Add paused status to progress infos and use it to avoid poping up the progress dialog while dialogs are up. (#512406) Patch from Cosimo Cecchi svn path=/trunk/; revision=13741
* Make progress setting be ratio based and not percent based and then ensureAlexander Larsson2008-02-111-7/+16
| | | | | | | | | | | | | | 2008-02-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-progress-info.[ch]: * libnautilus-private/nautilus-file-operations.c: Make progress setting be ratio based and not percent based and then ensure we handle division by zero correctly in all cases. svn path=/trunk/; revision=13725
* Use thousands separators (#41455)Alexander Larsson2008-01-221-2/+2
| | | | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-progress-info.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: Use thousands separators (#41455) svn path=/trunk/; revision=13634
* Implement trash with CommonJobAlexander Larsson2007-12-041-0/+8
| | | | | | | | | | | | | | 2007-12-04 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Implement trash with CommonJob * libnautilus-private/nautilus-progress-info.c: (nautilus_progress_info_set_progress): Ensure progress always is inside 0.0 - 1.0 svn path=/trunk/; revision=13485
* Implement cancellation in all opsAlexander Larsson2007-12-031-6/+53
| | | | | | | | | | | | | 2007-12-03 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Implement cancellation in all ops * libnautilus-private/nautilus-progress-info.[ch]: Allow cancelling in progress dialog svn path=/trunk/; revision=13474
* Fix ngettext use and othe i18n issues (#500945)Alexander Larsson2007-12-031-1/+3
| | | | | | | | | | | | | 2007-12-03 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-progress-info.c: * src/file-manager/fm-error-reporting.c: Fix ngettext use and othe i18n issues (#500945) svn path=/trunk/; revision=13470
* Merge gio-branchAlexander Larsson2007-11-301-0/+752
svn path=/trunk/; revision=13464