| Commit message (Expand) | Author | Age | Files | Lines |
* | Reimplement the original download logic and dialog. | Gustavo Noronha Silva | 2009-05-23 | 1 | -1/+50 |
* | Remove downloading files when cancelling the download. | Gustavo Noronha Silva | 2009-03-26 | 1 | -0/+1 |
* | Do not use gtk_dialog_run() for the file chooser dialog when | Gustavo Noronha Silva | 2009-03-21 | 1 | -0/+8 |
* | Adapt WebKitDownload-related code to the changes done today in | Gustavo Noronha Silva | 2009-03-13 | 1 | -28/+36 |
* | Fix a few compiler warnings and coding style. | Xan Lopez | 2009-03-05 | 1 | -1/+1 |
* | Basic download functionality for ephy/webkit. This update also removes | Gustavo Noronha Silva | 2009-03-05 | 1 | -66/+113 |
* | downloader-view: use undeprecated gtk_status_icon_set_tooltip_text. | Xan Lopez | 2009-02-21 | 1 | -2/+2 |
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 1 | -9/+3 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 1 | -1/+1 |
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome... | Christian Persch | 2008-09-25 | 1 | -3/+7 |
* | Move libnotify initialization to ephy-main | Diego Escalante Urrelo | 2008-08-04 | 1 | -12/+0 |
* | Do not do single includes in embed/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -16/+1 |
* | Small cleanups and correct return value of popup-menu callback. | Xan Lopez | 2008-04-08 | 1 | -7/+5 |
* | Fix a crash when downloading a file. (Bug #519121) | Carlos Garcia Campos | 2008-02-28 | 1 | -0/+5 |
* | Use G_DEFINE_TYPE* where possible in embed/* (#517090) | Xan Lopez | 2008-02-18 | 1 | -32/+2 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -3/+2 |
* | Make libnotify optional, completes the previous commit by chpe. | Diego Escalante Urrelo | 2007-12-27 | 1 | -4/+38 |
* | Enable multiple selection in download dialog, now you can cancel more than one | Diego Escalante Urrelo | 2007-12-24 | 1 | -19/+45 |
* | download-dialog hidden state is now saved to gconf. New downloads started while | Diego Escalante Urrelo | 2007-12-24 | 1 | -13/+97 |
* | Fix runtime warnings when downloading small files, due to bad handling of | Cosimo Cecchi | 2007-09-08 | 1 | -2/+10 |
* | Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bug | Diego Escalante Urrelo | 2007-08-15 | 1 | -3/+9 |
* | Make the status icon clickable so it shows/hides the download window, | Diego Escalante Urrelo | 2007-07-26 | 1 | -1/+8 |
* | Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download" | Luca Ferretti | 2007-07-10 | 1 | -2/+2 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -2/+2 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | Fix context menu positioning. | Christian Persch | 2006-06-19 | 1 | -1/+1 |
* | Fix status icon reference count. | Christian Persch | 2006-04-03 | 1 | -2/+7 |
* | Remove #ifdef:s now that we depend on gtk+ 2.9. | Christian Persch | 2006-03-24 | 1 | -23/+1 |
* | Use GtkStatusIcon. | Christian Persch | 2006-03-20 | 1 | -21/+43 |
* | Fix fonts schema default values. | Christian Persch | 2006-03-06 | 1 | -0/+1 |
* | On session logout, check if there are downloads pending (since they're not | Christian Persch | 2006-02-03 | 1 | -1/+1 |
* | Remove glade callbacks, and connect from code instead. | Christian Persch | 2005-10-31 | 1 | -17/+44 |
* | Change downloader and pdm dialogue titles, bug #319843. | Christian Persch | 2005-10-27 | 1 | -1/+1 |
* | Don't display (guint64)-1 as filesize if it's not known yet. Part of bug | Christian Persch | 2005-08-13 | 1 | -2/+6 |
* | Better fix for bug #151037 to make session shutdown work again. Also fix | Christian Persch | 2005-07-04 | 1 | -4/+58 |
* | Common helper function to unref a GObject from idle. | Christian Persch | 2005-06-11 | 1 | -1/+3 |
* | More changes for 64bit downloads. | Christian Persch | 2005-04-09 | 1 | -11/+11 |
* | Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change. | Christian Persch | 2005-04-06 | 1 | -1/+2 |
* | Add translator's comments to contextualised strings. | Christian Persch | 2004-12-31 | 1 | -0/+6 |
* | Add comment for translators | Christian Persch | 2004-12-22 | 1 | -0/+1 |
* | Fix untranslated string. Fixes bug #161739. | Christian Persch | 2004-12-20 | 1 | -1/+2 |
* | Implement context menu on tray icon, as per HIG. Fixes bug #152903. | Christian Persch | 2004-12-17 | 1 | -3/+33 |
* | Disable search. Fixes bug #157157. | Christian Persch | 2004-12-16 | 1 | -0/+2 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Remove seconds remaining display from tooltip of tray icon. Fixes bug | Christian Persch | 2004-11-01 | 1 | -49/+3 |
* | Use gtk_widget_get_settings on the EphyDialog's window, not on the dialog | Christian Persch | 2004-10-27 | 1 | -1/+1 |
* | Use gtk_icon_size_lookup_for_settings() here. | Christian Persch | 2004-10-25 | 1 | -1/+2 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -6/+6 |
* | Add varargs version of ephy_dialog_get_control to get more than one | Christian Persch | 2004-10-22 | 1 | -4/+7 |
* | Set the window icon. | Christian Persch | 2004-10-05 | 1 | -6/+1 |
* | Arg 4 of gtk_icon_theme_lookup_icon is flags, not height. | Christian Persch | 2004-10-05 | 1 | -7/+5 |
* | Fix download progress indicator in downloader view. | Christian Persch | 2004-09-18 | 1 | -3/+10 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -17/+46 |
* | Fix invisible status icon. Fixes bug #151501; patch approved by RT. | Christian Persch | 2004-09-02 | 1 | -2/+5 |
* | Don't load the status icon from the file, use the registered stock icon | Christian Persch | 2004-07-24 | 1 | -5/+2 |
* | Plug leak, thanks to Crispin. | Xan Lopez | 2004-07-09 | 1 | -0/+1 |
* | If the MIME is unknown, use application/octet-stream. | Xan Lopez | 2004-07-06 | 1 | -1/+0 |
* | Scale the MIME icon. | Xan Lopez | 2004-07-05 | 1 | -16/+19 |
* | Some ordering/sizing tweak | Marco Pesenti Gritti | 2004-07-05 | 1 | -11/+4 |
* | Use regular return for valid error conditions, not g_return_if_fail. | Christian Persch | 2004-07-04 | 1 | -3/+5 |
* | Add a MIME icon in the File column. Some indent fixes. | Xan Lopez | 2004-07-04 | 1 | -71/+126 |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 1 | -2/+3 |
* | Remove unused field in struct | Xan Lopez | 2004-05-25 | 1 | -1/+0 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 1 | -1/+1 |
* | Unset the GValue after we're done using what it contained. | Christian Persch | 2004-03-04 | 1 | -3/+6 |
* | Keep a ref for downloads in the view. | Marco Pesenti Gritti | 2004-03-01 | 1 | -0/+3 |
* | Prepare for 1.1.8 | Marco Pesenti Gritti | 2004-02-15 | 1 | -10/+0 |
* | Safety check. | Christian Persch | 2004-02-13 | 1 | -1/+2 |
* | Added timeout so that dialog won't disappear before 5 seconds is over. | Chris Lahey | 2004-02-12 | 1 | -2/+67 |
* | Make columns resizable | Marco Pesenti Gritti | 2004-02-12 | 1 | -4/+3 |
* | David Bordoley <bordoley@msu.edu> | Biggest Flake Ever | 2004-02-05 | 1 | -0/+2 |
* | Activating the status icon should only show it (HIG says so). Also set the | Xan Lopez | 2004-02-01 | 1 | -9/+2 |
* | Fix mem leak. | Christian Persch | 2004-01-29 | 1 | -7/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -3/+4 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -0/+1 |
* | Add a persist-position property. | Marco Pesenti Gritti | 2004-01-24 | 1 | -2/+3 |
* | Allow passing the translation domain to ephy_dialog_construct, to make | Christian Persch | 2004-01-24 | 1 | -2/+4 |
* | Call ephy_file() explicitly for each glade file, letting extensions load glad... | Adam Hooper | 2004-01-22 | 1 | -1/+1 |
* | Use ngettext for number of downloads and remaining minutes display in the | Piers Cornwell | 2004-01-21 | 1 | -7/+30 |
* | Allow to show/hide downloader clicking on tray icon. Fixes #131012. | Xan Lopez | 2004-01-14 | 1 | -1/+8 |
* | Add accelerator to Pause/Resume button. | Christian Persch | 2004-01-13 | 1 | -2/+2 |
* | Re-implement Pause/Resume in downloader. | Xan Lopez | 2003-12-21 | 1 | -0/+2 |
* | Improved API and implementation of EphyDialog. Add support for new combo | Christian Persch | 2003-11-30 | 1 | -9/+9 |
* | Show total downloads and time in the tray icon tooltip | Marco Pesenti Gritti | 2003-11-29 | 1 | -1/+40 |
* | Try out a different layout for downloads rows. Make the file column | Marco Pesenti Gritti | 2003-11-26 | 1 | -42/+39 |
* | Use gnome_vfs_format_file_size_for_display to display size, put Unknown | Xan Lopez | 2003-11-25 | 1 | -9/+13 |
* | Very basic tray icon for downloader. | Marco Pesenti Gritti | 2003-11-23 | 1 | -1/+33 |
* | Use kB, MB and GB for the total size of the files being downloaded. Fixes | Xan Lopez | 2003-11-07 | 1 | -4/+14 |
* | Change some more i18n inclusion and remove several unused includes. | Marco Pesenti Gritti | 2003-11-06 | 1 | -4/+0 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Remove unused ephy-prefs includes | Marco Pesenti Gritti | 2003-11-05 | 1 | -1/+0 |
* | Implement smart selection in the downloader view. | Xan Lopez | 2003-10-29 | 1 | -6/+40 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 1 | -1/+0 |
* | Remove a debug print, don't do anything on wm delete event. | Xan Lopez | 2003-10-25 | 1 | -3/+1 |
* | Remove open button, autclose when there are no downloads left. | Xan Lopez | 2003-10-25 | 1 | -40/+15 |
* | unref the model once it's set in the view | Marco Pesenti Gritti | 2003-10-20 | 1 | -0/+1 |
* | Merge new-downloader branch. We reworked the backend, the user | Marco Pesenti Gritti | 2003-10-17 | 1 | -727/+140 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -17/+11 |
* | Do not try to remove completed downloads, fixes a crash. | Marco Pesenti Gritti | 2003-08-20 | 1 | -2/+5 |
* | Fix mem leak. | Christian Persch | 2003-08-09 | 1 | -3/+4 |
* | s/KB/kB/ | Xan Lopez | 2003-08-08 | 1 | -4/+4 |
* | Fix mem leaks; thanks to Xan for pointing this out. | Christian Persch | 2003-07-14 | 1 | -0/+5 |
* | Fix mem leaks. | Christian Persch | 2003-07-14 | 1 | -9/+27 |
* | Don't show -1 KB before download starts. | Piers Cornwell | 2003-06-29 | 1 | -1/+1 |
* | Set done size to total size on download completed | Marco Pesenti Gritti | 2003-06-28 | 1 | -6/+10 |
* | Pass elapsed times in seconds, more consistent and avoid overflow. | Marco Pesenti Gritti | 2003-06-22 | 1 | -1/+1 |
* | More cleanups, fix memleaks. | Xan Lopez | 2003-06-19 | 1 | -1/+1 |
* | Use g_list_prepend instead of g_list_append, and fix mem leaks along the | Christian Persch | 2003-06-14 | 1 | -10/+9 |
* | Add support for string enums. | Marco Pesenti Gritti | 2003-06-13 | 1 | -0/+2 |
* | Fix crash on pause. | Xan Lopez | 2003-05-26 | 1 | -3/+22 |
* | Add gettext call to l10nize string displayed in remaining column when | Christian Neumair | 2003-05-21 | 1 | -1/+1 |
* | data/glade/epiphany.glade data/glade/prefs-dialog.glade | Christian Neumair | 2003-05-21 | 1 | -33/+13 |
* | Mark time format strings for translation. | Christian Neumair | 2003-05-21 | 1 | -2/+4 |
* | Fix some warnings. Go back hardcoding defaults in the code, mozilla pref | Marco Pesenti Gritti | 2003-05-20 | 1 | -1/+1 |
* | Use stock icons instead of the files directly to set window border icons. | David Bordoley | 2003-05-20 | 1 | -3/+7 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -3/+7 |
* | Workaround to not act on every download, ongoing or finished, when we | Xan Lopez | 2003-05-02 | 1 | -97/+56 |
* | Assume Pause/Resume is available for every channel, "fixes" resume for | Xan Lopez | 2003-04-19 | 1 | -8/+3 |
* | Set and icon for the download window | David Bordoley | 2003-03-24 | 1 | -0/+8 |
* | fix incorrect figures on small files | Rob Clews | 2003-01-17 | 1 | -1/+4 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 1 | -2/+6 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+1100 |