aboutsummaryrefslogtreecommitdiffstats
path: root/embed/downloader-view.c
Commit message (Expand)AuthorAgeFilesLines
* Fix runtime warnings when downloading small files, due to bad handling ofCosimo Cecchi2007-09-081-2/+10
* Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-151-3/+9
* Make the status icon clickable so it shows/hides the download window,Diego Escalante Urrelo2007-07-261-1/+8
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-2/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Fix context menu positioning.Christian Persch2006-06-191-1/+1
* Fix status icon reference count.Christian Persch2006-04-031-2/+7
* Remove #ifdef:s now that we depend on gtk+ 2.9.Christian Persch2006-03-241-23/+1
* Use GtkStatusIcon.Christian Persch2006-03-201-21/+43
* Fix fonts schema default values.Christian Persch2006-03-061-0/+1
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-031-1/+1
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-311-17/+44
* Change downloader and pdm dialogue titles, bug #319843.Christian Persch2005-10-271-1/+1
* Don't display (guint64)-1 as filesize if it's not known yet. Part of bugChristian Persch2005-08-131-2/+6
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-4/+58
* Common helper function to unref a GObject from idle.Christian Persch2005-06-111-1/+3
* More changes for 64bit downloads.Christian Persch2005-04-091-11/+11
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-1/+2
* Add translator's comments to contextualised strings.Christian Persch2004-12-311-0/+6
* Add comment for translatorsChristian Persch2004-12-221-0/+1
* Fix untranslated string. Fixes bug #161739.Christian Persch2004-12-201-1/+2
* Implement context menu on tray icon, as per HIG. Fixes bug #152903.Christian Persch2004-12-171-3/+33
* Disable search. Fixes bug #157157.Christian Persch2004-12-161-0/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Remove seconds remaining display from tooltip of tray icon. Fixes bugChristian Persch2004-11-011-49/+3
* Use gtk_widget_get_settings on the EphyDialog's window, not on the dialogChristian Persch2004-10-271-1/+1
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-251-1/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* Add varargs version of ephy_dialog_get_control to get more than oneChristian Persch2004-10-221-4/+7
* Set the window icon.Christian Persch2004-10-051-6/+1
* Arg 4 of gtk_icon_theme_lookup_icon is flags, not height.Christian Persch2004-10-051-7/+5
* Fix download progress indicator in downloader view.Christian Persch2004-09-181-3/+10
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-17/+46
* Fix invisible status icon. Fixes bug #151501; patch approved by RT.Christian Persch2004-09-021-2/+5
* Don't load the status icon from the file, use the registered stock iconChristian Persch2004-07-241-5/+2
* Plug leak, thanks to Crispin.Xan Lopez2004-07-091-0/+1
* If the MIME is unknown, use application/octet-stream.Xan Lopez2004-07-061-1/+0
* Scale the MIME icon.Xan Lopez2004-07-051-16/+19
* Some ordering/sizing tweakMarco Pesenti Gritti2004-07-051-11/+4
* Use regular return for valid error conditions, not g_return_if_fail.Christian Persch2004-07-041-3/+5
* Add a MIME icon in the File column. Some indent fixes.Xan Lopez2004-07-041-71/+126
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-2/+3
* Remove unused field in structXan Lopez2004-05-251-1/+0
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-1/+1
* Unset the GValue after we're done using what it contained.Christian Persch2004-03-041-3/+6
* Keep a ref for downloads in the view.Marco Pesenti Gritti2004-03-011-0/+3
* Prepare for 1.1.8Marco Pesenti Gritti2004-02-151-10/+0
* Safety check.Christian Persch2004-02-131-1/+2
* Added timeout so that dialog won't disappear before 5 seconds is over.Chris Lahey2004-02-121-2/+67
* Make columns resizableMarco Pesenti Gritti2004-02-121-4/+3
* David Bordoley <bordoley@msu.edu>Biggest Flake Ever2004-02-051-0/+2
* Activating the status icon should only show it (HIG says so). Also set theXan Lopez2004-02-011-9/+2
* Fix mem leak.Christian Persch2004-01-291-7/+6
* Fix mem leak.Christian Persch2004-01-271-3/+4
* Fix mem leak.Christian Persch2004-01-271-0/+1
* Add a persist-position property.Marco Pesenti Gritti2004-01-241-2/+3
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-241-2/+4
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-221-1/+1
* Use ngettext for number of downloads and remaining minutes display in thePiers Cornwell2004-01-211-7/+30
* Allow to show/hide downloader clicking on tray icon. Fixes #131012.Xan Lopez2004-01-141-1/+8
* Add accelerator to Pause/Resume button.Christian Persch2004-01-131-2/+2
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-211-0/+2
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-301-9/+9
* Show total downloads and time in the tray icon tooltipMarco Pesenti Gritti2003-11-291-1/+40
* Try out a different layout for downloads rows. Make the file columnMarco Pesenti Gritti2003-11-261-42/+39
* Use gnome_vfs_format_file_size_for_display to display size, put UnknownXan Lopez2003-11-251-9/+13
* Very basic tray icon for downloader.Marco Pesenti Gritti2003-11-231-1/+33
* Use kB, MB and GB for the total size of the files being downloaded. FixesXan Lopez2003-11-071-4/+14
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-061-4/+0
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-051-1/+0
* Implement smart selection in the downloader view.Xan Lopez2003-10-291-6/+40
* Port to new gtk+ file chooser.Christian Persch2003-10-261-1/+0
* Remove a debug print, don't do anything on wm delete event.Xan Lopez2003-10-251-3/+1
* Remove open button, autclose when there are no downloads left.Xan Lopez2003-10-251-40/+15
* unref the model once it's set in the viewMarco Pesenti Gritti2003-10-201-0/+1
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-171-727/+140
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-17/+11
* Do not try to remove completed downloads, fixes a crash.Marco Pesenti Gritti2003-08-201-2/+5
* Fix mem leak.Christian Persch2003-08-091-3/+4
* s/KB/kB/Xan Lopez2003-08-081-4/+4
* Fix mem leaks; thanks to Xan for pointing this out.Christian Persch2003-07-141-0/+5
* Fix mem leaks.Christian Persch2003-07-141-9/+27
* Don't show -1 KB before download starts.Piers Cornwell2003-06-291-1/+1
* Set done size to total size on download completedMarco Pesenti Gritti2003-06-281-6/+10
* Pass elapsed times in seconds, more consistent and avoid overflow.Marco Pesenti Gritti2003-06-221-1/+1
* More cleanups, fix memleaks.Xan Lopez2003-06-191-1/+1
* Use g_list_prepend instead of g_list_append, and fix mem leaks along theChristian Persch2003-06-141-10/+9
* Add support for string enums.Marco Pesenti Gritti2003-06-131-0/+2
* Fix crash on pause.Xan Lopez2003-05-261-3/+22
* Add gettext call to l10nize string displayed in remaining column whenChristian Neumair2003-05-211-1/+1
* data/glade/epiphany.glade data/glade/prefs-dialog.gladeChristian Neumair2003-05-211-33/+13
* Mark time format strings for translation.Christian Neumair2003-05-211-2/+4
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-1/+1
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-201-3/+7
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-3/+7
* Workaround to not act on every download, ongoing or finished, when weXan Lopez2003-05-021-97/+56
* Assume Pause/Resume is available for every channel, "fixes" resume forXan Lopez2003-04-191-8/+3
* Set and icon for the download windowDavid Bordoley2003-03-241-0/+8
* fix incorrect figures on small filesRob Clews2003-01-171-1/+4
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-2/+6
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+1100