Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove traces of EphyZoomControl | Xan Lopez | 2011-12-15 | 3 | -61/+0 |
| | |||||
* | POTFILES.in: update | Xan Lopez | 2011-12-15 | 1 | -1/+0 |
| | |||||
* | data/ui/Makefile.am: fix typo | Xan Lopez | 2011-12-15 | 1 | -1/+1 |
| | |||||
* | ephy-zoom-control: remove, there are no zoom toolbar items anymore | Xan Lopez | 2011-12-15 | 6 | -458/+5 |
| | |||||
* | Move GtkBuilder files to data/ui | Xan Lopez | 2011-12-15 | 10 | -18/+16 |
| | | | | | There's not much point in having two UI files (glade/ and ui/), and besides the files were not actually in glade format anymore. | ||||
* | ephy-related-action: remove, it's unused | Xan Lopez | 2011-12-15 | 5 | -227/+0 |
| | |||||
* | epiphany-bookmark-editor-ui.xml: ShowOnToolbar was nuked | Xan Lopez | 2011-12-15 | 1 | -4/+0 |
| | |||||
* | POTFILES.in: update | Xan Lopez | 2011-12-15 | 1 | -2/+0 |
| | |||||
* | Remove last traces of the EggToolbar code | Xan Lopez | 2011-12-15 | 15 | -4445/+4 |
| | |||||
* | ephy-bookmark-action: remove unused includes | Xan Lopez | 2011-12-15 | 1 | -7/+5 |
| | |||||
* | Remove the topic/bookmark factory actions | Xan Lopez | 2011-12-15 | 6 | -723/+0 |
| | | | | They are unused now. | ||||
* | Remove code to support bookmark/topic toolbar | Xan Lopez | 2011-12-15 | 4 | -538/+45 |
| | |||||
* | Remove ephy_window_get_toolbar | Xan Lopez | 2011-12-14 | 5 | -31/+0 |
| | | | | The only use in window-commands.c is not superfluous. | ||||
* | Remove custom EphyToolbar in favor of a vanilla GtkToolbar | Xan Lopez | 2011-12-14 | 14 | -1010/+467 |
| | | | | | | | | | | | | | This allows us to stop using EggEditableToolbar here, we just load a normal toolbar from GtkUIManager in EphyWindow. The special toolbar actions and methods have been moved to EphyWindow too, mostly in a mechanical fashion (probably some simplifications are possible). The code in the bookmarks UI that depended on EphyToolbar has been #if zeroed instead of porting it, since it will go away in the near future too. https://bugzilla.gnome.org/show_bug.cgi?id=664483 | ||||
* | Some indentation fixes. | Claudio Saavedra | 2011-12-14 | 1 | -6/+4 |
| | | | | Sorry 'bout that. | ||||
* | Use an overlay progress bar for the loading progress. | Claudio Saavedra | 2011-12-14 | 3 | -71/+60 |
| | | | | | | The theming was done by Lapo Calamandrei. https://bugzilla.gnome.org/show_bug.cgi?id=665470 | ||||
* | Use a GtkOverlay for the statusbar instead of shipping GeditOverlay | Claudio Saavedra | 2011-12-14 | 8 | -1450/+28 |
| | | | | | | | Instead of escaping the cursor, we align the overlay at the opposite side of the window. This is consistent with nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=653996 | ||||
* | ephy-shell: add warning message about incorrect usage of ephy_shell_new_tab_full | Xan Lopez | 2011-12-12 | 1 | -1/+2 |
| | |||||
* | ephy-shell: fix weird spacing in LOG messages | Xan Lopez | 2011-12-12 | 1 | -5/+5 |
| | |||||
* | ephy-window: append new windows opened as tabs after current tab | Xan Lopez | 2011-12-12 | 1 | -3/+5 |
| | | | | | To be consistent with our new default behavior, which is to append new tabs after their parent. | ||||
* | ephy-embed: small cleanups | Xan Lopez | 2011-12-11 | 1 | -5/+3 |
| | |||||
* | epiphany.css: kill left/right padding in the main toolbar | Xan Lopez | 2011-12-10 | 1 | -0/+5 |
| | | | | | | | That way buttons can be used at the edge of the screen when ephy is maximized. https://bugzilla.gnome.org/show_bug.cgi?id=665518 | ||||
* | ephy-window: remove superfluous headers | Xan Lopez | 2011-12-10 | 1 | -2/+0 |
| | |||||
* | configure.ac: kill ancient spellchecker am define | Xan Lopez | 2011-12-10 | 1 | -2/+0 |
| | |||||
* | configure.ac: we don't use gdbus-codegen anymore | Xan Lopez | 2011-12-10 | 1 | -3/+0 |
| | |||||
* | configure.ac: we can safely assume GCC 3.4 these days, I think | Xan Lopez | 2011-12-10 | 1 | -25/+1 |
| | |||||
* | preferences: turn on new-windows-in-tabs by default | Martin Robinson | 2011-12-10 | 1 | -1/+1 |
| | | | | | | | It's consistent with what every other browser is doing and with our future design. https://bugzilla.gnome.org/show_bug.cgi?id=656091 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-12-10 | 1 | -374/+344 |
| | |||||
* | ephy-toolbar: reorder headers | Xan Lopez | 2011-12-06 | 1 | -8/+8 |
| | |||||
* | ephy-window: remove obsolete comment | Xan Lopez | 2011-12-05 | 1 | -2/+0 |
| | |||||
* | ephy-window: add global bindings for GoHistory and GoLocation | Xan Lopez | 2011-12-05 | 1 | -0/+3 |
| | |||||
* | Remove "Go" menu | Xan Lopez | 2011-12-05 | 2 | -13/+0 |
| | | | | Last of the toplevel menus without equivalent in the new design. | ||||
* | configure.ac: remove old configure output | Xan Lopez | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | Remove last traces of dummy certificate manager | Xan Lopez | 2011-12-05 | 5 | -76/+0 |
| | | | | | | There was no implementation, so it was just polluting the codebase. In the future we probably want a non-optional implementation in the "Page details" section, using the soup/glib-network APIs. | ||||
* | ephy-window: fix accidentally reversed tab bindings | Xan Lopez | 2011-12-05 | 1 | -4/+4 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | ephy-window: remove the tabs menu | Xan Lopez | 2011-12-05 | 5 | -629/+7 |
| | | | | | | It is not present in the new design. The Alt+<num> accelerators are dying with it, but it will be pretty easy to bring them back if needed. | ||||
* | Remove history dropdown menus from action buttons | Xan Lopez | 2011-12-05 | 5 | -430/+2 |
| | | | | | They are not commonly used and are not present in the new design, so we can get rid of them. | ||||
* | prefs-dialog: fix compiler warnings | Xan Lopez | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | Remove homepage preference from GSettings | Xan Lopez | 2011-12-04 | 6 | -31/+8 |
| | | | | | | | | Hardcode it to be "about:blank". The final step could be completely remove the rest of the code, but it might be useful for the future Overview page (if we consider it the new "homepage"). https://bugzilla.gnome.org/show_bug.cgi?id=665469 | ||||
* | Remove UI to define a homepage | Xan Lopez | 2011-12-04 | 2 | -198/+33 |
| | | | | | | Later we can remove all the internals to implement the feature. https://bugzilla.gnome.org/show_bug.cgi?id=665469 | ||||
* | Updated POTFILES.in | Piotr Drąg | 2011-12-04 | 1 | -1/+0 |
| | |||||
* | Remove toolbar editor | Xan Lopez | 2011-12-03 | 8 | -479/+0 |
| | | | | | | | The UI is gone, but the infrastructure still persists (EggToolbarModel, etc). Further cleanups are possible. https://bugzilla.gnome.org/show_bug.cgi?id=664260 | ||||
* | ephy-window: small cleanups, mostly code reorg. | Xan Lopez | 2011-12-01 | 1 | -137/+129 |
| | |||||
* | Redesign of about:pages | Tom Tryfonidis | 2011-12-01 | 2 | -46/+62 |
| | | | | | | | The patch changes the design of about:plugins/memory pages making them similar to about:applications. https://bugzilla.gnome.org/show_bug.cgi?id=665136 | ||||
* | web view: fix icon names | Saleem Abdulrasool | 2011-12-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | The GTK+ 3.0 themes have a different name for the dialog icons (dialog-{information,error}) rather than the stock GTK+ icon names (gtk-dialog-{info,error}). Use the proper names. Additionally, ensure that icon_info is not NULL when performing the lookup, which will fail. This part of the change is to avoid a possible crash/segfault caused by the lookup without a valid icon_info. Bug: 665170 Signed-Off-By: Saleem Abdulrasool <compnerd@compnerd.org> | ||||
* | ephy-request-about: fix a potential crasher if the css file is missing | Claudio Saavedra | 2011-12-01 | 1 | -1/+4 |
| | | | | And prevent the corresponding GError from leaking. | ||||
* | webapps: ensure the webapps are shown in the shell | Claudio Saavedra | 2011-12-01 | 1 | -6/+14 |
| | | | | | | | Make sure the applications directory in XDG_DATA_HOME exists before creating a symlink for the application desktop file. https://bugzilla.gnome.org/show_bug.cgi?id=664751 | ||||
* | ephy-embed: disconnect statusbar timeout on dispose | Xan Lopez | 2011-11-30 | 1 | -7/+12 |
| | | | | Otherwise we'll crash when we close windows/tabs too fast. | ||||
* | Use SoupSession:ssl-use-system-ca-file property | Dan Winship | 2011-11-30 | 3 | -50/+5 |
| | | | | | | | | Rather than copying glib-networking's logic for finding the system trusted CA file and then telling libsoup to use it, just use the new ssl-use-system-ca-file property. https://bugzilla.gnome.org/show_bug.cgi?id=633109 | ||||
* | Delay hiding the statusbar overlay when the status text changes. | Martin Robinson | 2011-11-30 | 1 | -2/+23 |
| | | | | | Delaying the statusbar hide prevents the overlay from flickering when moving the cursor over a series of links. | ||||
* | [l10n] Updated Estonian translation | Priit Laes | 2011-11-26 | 1 | -136/+250 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-11-26 | 1 | -30/+29 |
| | |||||
* | configure.ac: require glib 2.31.2 for GNetworkMonitor | Xan Lopez | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Don't ever show tabs when in application mode | Claudio Saavedra | 2011-11-23 | 1 | -5/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663668 | ||||
* | Properties dialog layout fixes | Claudio Saavedra | 2011-11-23 | 1 | -99/+91 |
| | | | | | | | In the languages tab, replace the GtkTable with a GtkGrid and allow the languages treeview to expand vertically. https://bugzilla.gnome.org/show_bug.cgi?id=662252 | ||||
* | [release] 3.3.23.3.2 | Xan Lopez | 2011-11-22 | 2 | -1/+13 |
| | |||||
* | Remove some deprecated GTK+ calls | Claudio Saavedra | 2011-11-22 | 3 | -8/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664120 | ||||
* | Use GNetworkMonitor to monitor network status | Xan Lopez | 2011-11-16 | 6 | -103/+14 |
| | | | | | | We can now get rid of the NetworkManager custom code. https://bugzilla.gnome.org/show_bug.cgi?id=664096 | ||||
* | eggs-toolbar-mode: remove unused variable | Xan Lopez | 2011-11-15 | 1 | -4/+0 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-11-12 | 1 | -30/+25 |
| | |||||
* | Remove g_thread_init calls | Xan Lopez | 2011-11-06 | 3 | -5/+0 |
| | | | | They are not needed anymore. | ||||
* | Updated Galician translations | Fran Diéguez | 2011-11-04 | 1 | -87/+91 |
| | |||||
* | Updated Turkish translation | Muhammet Kara | 2011-11-04 | 1 | -28/+29 |
| | |||||
* | pdm: use a stock button for the "Clear All" action | Xan Lopez | 2011-11-04 | 1 | -52/+2 |
| | | | | | | | Really no need to do our own thing, which does not follow the system-wide icon settings. https://bugzilla.gnome.org/show_bug.cgi?id=663159 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2011-11-02 | 1 | -50/+50 |
| | |||||
* | Show Webkit version | Juan A. Suarez Romero | 2011-11-02 | 1 | -1/+4 |
| | | | | Shows which WebKit version is powering Epiphany. | ||||
* | [release] 3.3.13.3.1 | Xan Lopez | 2011-10-27 | 2 | -4/+14 |
| | |||||
* | Newly added Telugu translations | krishnababu k | 2011-10-25 | 1 | -29/+29 |
| | |||||
* | Updated Telugu translations | krishnababu k | 2011-10-25 | 1 | -1500/+1324 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-10-22 | 1 | -460/+177 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-10-22 | 1 | -44/+48 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-19 | 1 | -127/+99 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-10-19 | 1 | -1474/+1741 |
| | |||||
* | Updated Turkish translation | Muhammet Kara | 2011-10-19 | 1 | -116/+88 |
| | |||||
* | Updated Japanese translation | Jiro Matsuzawa | 2011-10-14 | 1 | -742/+85 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-10-13 | 1 | -44/+54 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-12 | 1 | -113/+121 |
| | |||||
* | e-bookmark-properties: port to GtkGrid | Diego Escalante Urrelo | 2011-10-11 | 1 | -15/+19 |
| | | | | | | GtkTable is deprecated. Bug #661347 | ||||
* | pdm-dialog: port cookie properties to GtkGrid | Diego Escalante Urrelo | 2011-10-11 | 2 | -327/+532 |
| | | | | | | | Build the Cookie Properties dialog with GtkBuilder instead of handcraft from the past. Bug #661347 | ||||
* | lib/egg: update from libegg master | Diego Escalante Urrelo | 2011-10-11 | 2 | -22/+25 |
| | | | | Drop GtkTable usage, sync our changes upstream. | ||||
* | Fixed Bug 660749. Call gtk_label_set_use_markup for the child of manual_button | Jiro Matsuzawa | 2011-10-07 | 1 | -0/+1 |
| | |||||
* | Updated Latvian translation. | Rudolfs Mazurs | 2011-10-05 | 1 | -27/+22 |
| | |||||
* | Updated Esperanto translation | Kristjan SCHMIDT | 2011-10-02 | 1 | -658/+840 |
| | |||||
* | fix string format | Funda Wang | 2011-09-28 | 2 | -3/+3 |
| | |||||
* | Update Simplified Chinese translation. | Aron Xu | 2011-09-28 | 1 | -448/+577 |
| | |||||
* | Don't crash when network manager is not available | Ionut Biru | 2011-09-27 | 1 | -4/+5 |
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659103 Signed-off-by: Ionut Biru <ibiru@archlinux.org> | ||||
* | [release] 3.2.03.2.0 | Xan Lopez | 2011-09-27 | 2 | -5/+13 |
| | |||||
* | Update Czech translation by Lucas Lommer | Petr Kovar | 2011-09-26 | 1 | -442/+568 |
| | |||||
* | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2011-09-26 | 1 | -451/+554 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2011-09-26 | 1 | -1358/+972 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2011-09-24 | 1 | -462/+599 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2011-09-24 | 1 | -1598/+546 |
| | |||||
* | Updated Aragonese translation | Daniel Martinez Cucalon | 2011-09-24 | 1 | -437/+537 |
| | |||||
* | .gitignore: Ignore generated POT file (po/*.pot) | Tommi Vainikainen | 2011-09-23 | 1 | -0/+1 |
| | |||||
* | Updated Finnish translation | Tommi Vainikainen | 2011-09-23 | 1 | -547/+165 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2011-09-23 | 1 | -640/+821 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-09-23 | 1 | -429/+494 |
| | |||||
* | [l10n]Updated Catalan translation | Gil Forcada | 2011-09-23 | 1 | -471/+587 |
| | |||||
* | Update Assamese translation | Nilamdyuti Goswami | 2011-09-22 | 1 | -3051/+1619 |
| | |||||
* | [release] 3.1.923.1.92 | Xan Lopez | 2011-09-22 | 2 | -2/+14 |
| | |||||
* | Uploaded Ukranian | Daniel Korostil | 2011-09-21 | 1 | -444/+567 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -3/+3 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -452/+470 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2011-09-20 | 1 | -415/+493 |
| | |||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2011-09-19 | 1 | -648/+815 |
| | |||||
* | Updated Turkish translation | Muhammet Kara | 2011-09-19 | 1 | -465/+567 |
| | |||||
* | Updated Latvian translation. | Rudolfs Mazurs | 2011-09-19 | 1 | -80/+53 |
| | |||||
* | update Punjabi Translation | A S Alam | 2011-09-18 | 1 | -436/+528 |
| | |||||
* | ephy-shell: chain to parent ::startup method | Xan Lopez | 2011-09-17 | 1 | -0/+2 |
| | |||||
* | Updated Japanese translation | Jiro Matsuzawa | 2011-09-17 | 1 | -514/+698 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2011-09-17 | 2 | -1036/+1254 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2011-09-16 | 1 | -471/+590 |
| | |||||
* | l10n: Updated Italian translation | Gianvito Cavasoli | 2011-09-16 | 1 | -480/+578 |
| | |||||
* | 2011-09-16 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2011-09-16 | 1 | -611/+689 |
| | | | | - nl.po: Updated Dutch translation | ||||
* | Add translation context for a string | Claudio Saavedra | 2011-09-16 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658900 | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2011-09-16 | 1 | -291/+365 |
| | |||||
* | configure.ac: switch to dist-xz | Xan Lopez | 2011-09-15 | 1 | -1/+1 |
| | | | | It's the default tarball format for GNOME now. | ||||
* | Updated Spanish translation | dmustieles | 2011-09-14 | 1 | -3911/+3910 |
| | |||||
* | Updated Arabic translation | Abderrahim Kitouni | 2011-09-14 | 1 | -108/+109 |
| | |||||
* | Updated Bulgarian translation | Ivaylo Valkov | 2011-09-14 | 1 | -396/+442 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-14 | 1 | -49/+53 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2011-09-13 | 1 | -495/+621 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-09-13 | 1 | -286/+326 |
| | |||||
* | Fix documentation comment | Claudio Saavedra | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | web apps: Remove G_DIRECTORY_SEPARATOR chars from filenames | Claudio Saavedra | 2011-09-12 | 1 | -0/+1 |
| | | | | | | To avoid nasty surprises https://bugzilla.gnome.org/show_bug.cgi?id=658028 | ||||
* | Normalize the web app profile directory and desktop file names | Claudio Saavedra | 2011-09-12 | 1 | -8/+38 |
| | | | | | | | | This is necessary to allow the shell to guess properly the location of the desktop file out of the WM_CLASS property in the application window. Also, append a sha1 checksum to the filenames to avoid collisions. https://bugzilla.gnome.org/show_bug.cgi?id=658010 | ||||
* | ephy-web-view: SoupURI construction can fail for invalid URIs | Xan Lopez | 2011-09-12 | 1 | -2/+4 |
| | | | | Guard against that. | ||||
* | Updated Latvian translation. | Rudolfs Mazurs | 2011-09-12 | 1 | -417/+524 |
| | |||||
* | ephy-web-view: remove unused and unimplemented method | Xan Lopez | 2011-09-11 | 3 | -19/+0 |
| | |||||
* | ephy-web-view: sort includes | Xan Lopez | 2011-09-11 | 1 | -14/+14 |
| | |||||
* | ephy-web-view: use SoupURI for about: check | Xan Lopez | 2011-09-11 | 1 | -4/+9 |
| | | | | | Turns out the stuff after about: in a SoupURI will be the path, not the host. Guess it makes sense. | ||||
* | ephy-shell: remove unused includes | Xan Lopez | 2011-09-11 | 1 | -4/+0 |
| | |||||
* | ephy-shell: do not resume session in web app mode | Xan Lopez | 2011-09-11 | 1 | -5/+6 |
| | | | | | | | | | | Session resume will ask to resume the session (opened pages, etc) if the previous instance crashed. We don't really want this in web app mode, so skip it. Note that this is not exactly the same than loading the session, which just restores the previous window sizes and states. We do want that, but the terminology here could be more clear. https://bugzilla.gnome.org/show_bug.cgi?id=658739 | ||||
* | ephy-shell: sort includes and remove duplicates | Xan Lopez | 2011-09-11 | 1 | -29/+26 |
| | |||||
* | ephy-main: sort includes (and remove duplicates!) | Xan Lopez | 2011-09-11 | 1 | -14/+9 |
| | |||||
* | ephy-location-entry: remove unused include | Xan Lopez | 2011-09-11 | 1 | -1/+0 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-11 | 1 | -5/+0 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-11 | 1 | -3909/+3914 |
| | |||||
* | Updated Brazilian Portuguese translation. | Antonio Fernandes C. Neto | 2011-09-11 | 1 | -410/+490 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-09-11 | 1 | -1/+1 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-09-11 | 1 | -410/+492 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2011-09-11 | 1 | -477/+585 |
| | |||||
* | Updated French translation | Claude Paroz | 2011-09-11 | 1 | -460/+567 |
| | | | | Contributed by Luc Guillemin, Luc Pionchon and Claude Paroz | ||||
* | Updated Persian translation | Arash Mousavi | 2011-09-10 | 1 | -147/+45 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-09-10 | 2 | -957/+300 |
| | |||||
* | Remove obsolete comment | Claudio Saavedra | 2011-09-09 | 1 | -2/+1 |
| | |||||
* | HACKING: add note about comments | Xan Lopez | 2011-09-09 | 1 | -0/+2 |
| | |||||
* | ephy-window: disable unwanted actions in application mode | Xan Lopez | 2011-09-09 | 1 | -3/+36 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657624 | ||||
* | ephy-toolbar: undo this hack | Xan Lopez | 2011-09-09 | 1 | -7/+4 |
| | | | | We'll do things properly now. | ||||
* | Updated Polish translation | Piotr Drąg | 2011-09-09 | 1 | -451/+549 |
| | |||||
* | ephy-web-view: remove now unused parameter to sprintf | Xan Lopez | 2011-09-08 | 1 | -1/+1 |
| | | | | Noticed by Luc Pionchon. | ||||
* | Updated Indonesian translation | Andika Triwidada | 2011-09-08 | 1 | -546/+493 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2011-09-08 | 1 | -422/+431 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2011-09-08 | 1 | -472/+588 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-07 | 1 | -52/+48 |
| | |||||
* | Updated galician translations | Fran Dieguez | 2011-09-07 | 1 | -59/+87 |
| | |||||
* | [release] 3.1.91.13.1.91.1 | Xan Lopez | 2011-09-07 | 2 | -1/+9 |
| | |||||
* | ephy-web-view: do not mention the URL twice in error pages | Xan Lopez | 2011-09-07 | 1 | -1/+1 |
| | | | | Sounds repetitive. | ||||
* | Revert "ephy-web-view: fix title for error pages" | Xan Lopez | 2011-09-07 | 1 | -1/+1 |
| | | | | | | This reverts commit b01497d86f8ed6d1f3ddbfc66d2c5c1354c9afb3. Xan, see me after class. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-07 | 1 | -284/+292 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-07 | 1 | -35/+37 |
| | |||||
* | [release] 3.1.913.1.91 | Xan Lopez | 2011-09-07 | 2 | -1/+17 |
| | |||||
* | Make about:applications prettier | Xan Lopez | 2011-09-07 | 4 | -8/+97 |
| | | | | Thanks to Lapo Calamandrei for the CSS. | ||||
* | configure.ac: gdbus-codegen is required | Xan Lopez | 2011-09-06 | 1 | -1/+1 |
| | | | | | | | Fail if it's not found. Apparently gentoo ships this independently of glib, so it can happen. https://bugzilla.gnome.org/show_bug.cgi?id=657610 | ||||
* | ephy-web-view: fix title for error pages | Xan Lopez | 2011-09-06 | 1 | -1/+1 |
| | | | | Diego, talk to me after class. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-09-06 | 2 | -694/+790 |
| | |||||
* | Updated Persian translation | Arash Mousavi | 2011-09-06 | 1 | -292/+368 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-06 | 1 | -150/+193 |
| | |||||
* | Updated Arabic Translation | Abderrahim Kitouni | 2011-09-06 | 1 | -269/+325 |
| | |||||
* | Fixed yo.po | Piotr Drąg | 2011-09-06 | 1 | -2281/+1193 |
| | |||||
* | ephy-web-view: fix multiple deletes in about:applications | Xan Lopez | 2011-09-06 | 1 | -1/+3 |
| | | | | | The URI changes to about:applications? after the first one, need to take that into account. | ||||
* | Display a notification if the web application saving fails | Claudio Saavedra | 2011-09-06 | 1 | -9/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658060 | ||||
* | Ask the user for confirmation before overwriting web applications | Claudio Saavedra | 2011-09-06 | 1 | -35/+87 |
| | | | | | | | Show a confirmation dialog and, in case the user confirms, delete the old application before saving a new one. https://bugzilla.gnome.org/show_bug.cgi?id=658060 | ||||
* | Updated galician translations | Fran Dieguez | 2011-09-06 | 1 | -88/+100 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2011-09-06 | 1 | -8/+8 |
| | |||||
* | Implement about:applications | Xan Lopez | 2011-09-06 | 4 | -4/+147 |
| | | | | | | A really simple way to list and delete the existing Web Applications. Hopefully this will go completely away in 3.4 replaced with something in the shell itself. | ||||
* | ephy-request-about: move this to embed/ | Xan Lopez | 2011-09-06 | 4 | -2/+2 |
| | | | | We'll need to access embed/ data for about:applications. | ||||
* | Updated galician translations | Fran Dieguez | 2011-09-05 | 1 | -24/+23 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-05 | 1 | -81/+53 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-05 | 1 | -252/+293 |
| | |||||
* | e-web-view: fix error pages for RTL locales | Vinicius Depizzol | 2011-09-05 | 3 | -60/+89 |
| | | | | | | | | Remove hardcoded directions in the CSS definitions and make them simpler. Bug #314205 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com> | ||||
* | e-web-view: use proper html for paragraphs | Diego Escalante Urrelo | 2011-09-05 | 1 | -10/+11 |
| | | | | Bug #314205 | ||||
* | Restore galician translations due unknown error | Fran Dieguez | 2011-09-05 | 1 | -149/+163 |
| | |||||
* | e-web-view: better messages in error pages | Diego Escalante Urrelo | 2011-09-05 | 1 | -4/+15 |
| | | | | | | Use better words to describe the situation, avoid techie terms. Bug #637903 | ||||
* | e-file-helpers: implement and use ephy_file_delete_dir_recursively | Diego Escalante Urrelo | 2011-09-05 | 3 | -74/+63 |
| | | | | | | | | | | Move the implementation from ephy-web-app-utils.c to ephy-file-helpers.c. The current one was not doing recursive delete, this caused the bug of private instances leaving their profile directories behind in /tmp. Bug #658201 | ||||
* | Use EphyFileChooser filters usefully | Diego Escalante Urrelo | 2011-09-05 | 2 | -2/+2 |
| | | | | | | | Don't use the filters combobox when it's not really needed nor meaningful. Specially for save dialogs. Bug #655713 | ||||
* | data/glade: remove unneeded markup | Diego Escalante Urrelo | 2011-09-05 | 3 | -111/+238 |
| | | | | | | | Use attributes instead of hardcoding the markup on the translatable string. Bug #102382 | ||||
* | prefs-dialog: remove unused underline property | Diego Escalante Urrelo | 2011-09-05 | 1 | -2/+0 |
| | | | | Bug #102382 | ||||
* | Updated galician translations | Fran Dieguez | 2011-09-05 | 1 | -225/+253 |
| | |||||
* | Updated Arabic translation | Abdalrahim G. Fakhouri | 2011-09-04 | 1 | -330/+413 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-09-04 | 2 | -652/+806 |
| | |||||
* | ephy-window: hide some irrelevant context menu actions when in app mode | Xan Lopez | 2011-09-04 | 1 | -0/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657624 | ||||
* | ephy-bookmarks-ui: we need to include the EphyNode header | Xan Lopez | 2011-09-04 | 1 | -1/+2 |
| | | | | | | Since it's used in the header file itself. This was working just because other files including this also were including ephy-node.h before. | ||||
* | ephy-web-app-utils: fix include sort | Xan Lopez | 2011-09-04 | 1 | -0/+1 |
| | |||||
* | HACKING: another tweak, accommodate to what ephy has been doing | Xan Lopez | 2011-09-04 | 1 | -1/+2 |
| | |||||
* | ephy-window: sort includes | Xan Lopez | 2011-09-04 | 1 | -28/+28 |
| | |||||
* | ephy-web-app-utils: adjust includes to styleguide | Xan Lopez | 2011-09-04 | 1 | -2/+0 |
| | |||||
* | HACKING: remove dubious guideline, add guideline for headers | Xan Lopez | 2011-09-04 | 1 | -6/+8 |
| | |||||
* | ephy-web-app-utils: move the web app creation code here | Xan Lopez | 2011-09-04 | 4 | -167/+187 |
| | |||||
* | ephy-web-view: silence compiler warning | Xan Lopez | 2011-09-03 | 1 | -0/+1 |
| | |||||
* | ephy-web-app-utils: rename ephy_delete_web_application to ↵ | Xan Lopez | 2011-09-03 | 3 | -4/+4 |
| | | | | | | ephy_web_application_delete You know, use namespaces correctly and all that. | ||||
* | Add ephy_web_application_get_profile_directory() | Claudio Saavedra | 2011-09-02 | 3 | -9/+26 |
| | | | | And factor out some code | ||||
* | Move EPHY_WEB_APP_PREFIX declaration to a cleaner location | Claudio Saavedra | 2011-09-02 | 2 | -2/+2 |
| | |||||
* | Add --delete--application command line option to delete WebApps | Xan Lopez | 2011-09-02 | 4 | -1/+191 |
| | | | | | | Plus the necessary code to implement some sort of UI to do this for the 3.2 time frame. Hopefully for 3.4 we'll have a GNOME-wide system to deal with applications. | ||||
* | EphyWindow: Fix location entry's load progress | Claudio Saavedra | 2011-09-02 | 1 | -12/+24 |
| | | | | | | | | The caching of the GtkEntry was broken, since the toolbar items are destroyed on switching to/from fullscreen. Update the cache right after toolbar is rebuilt. https://bugzilla.gnome.org/show_bug.cgi?id=657936 | ||||
* | Updated Swedish translation | Daniel Nylander | 2011-09-01 | 1 | -417/+260 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2011-09-01 | 1 | -467/+513 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-01 | 1 | -219/+247 |
| | |||||
* | Updated Persian translation | Arash Mousavi | 2011-08-31 | 1 | -304/+390 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-31 | 1 | -46/+45 |
| | |||||
* | Fixed and updated Russian translation | Stas Solovey | 2011-08-31 | 1 | -333/+402 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-31 | 1 | -42/+44 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-31 | 1 | -237/+263 |
| | |||||
* | [release] 3.1.903.1.90 | Xan Lopez | 2011-08-30 | 2 | -1/+9 |
| | |||||
* | ephy-window: same hack to allow ephy to launch itself from app mode | Xan Lopez | 2011-08-30 | 1 | -0/+4 |
| | |||||
* | window-commands: make 'Enter' activate the default response | Xan Lopez | 2011-08-30 | 1 | -0/+1 |
| | | | | Which creates the corresponding Web App. | ||||
* | ephy-web-view: do not launch ephy with jhbuild | Xan Lopez | 2011-08-29 | 1 | -1/+1 |
| | | | | Leftovers from testing. | ||||
* | Show a notification when the newly created web-app is ready to be used | Xan Lopez | 2011-08-29 | 3 | -2/+41 |
| | | | | | This will probably go away in 3.4 when the new dash design is introduced, but for now it's the best we have. | ||||
* | ephy-file-helpers: export the UUID env var in our header | Xan Lopez | 2011-08-29 | 2 | -1/+2 |
| | | | | We'll use it from src/ for a bit of a gross hack... | ||||
* | ephy-file-helpers: make .desktop file launcher method parameters optional | Xan Lopez | 2011-08-29 | 1 | -5/+9 |
| | | | | We don't always need them. | ||||
* | ephy-window: sandbox app-mode instances to the app domain | Xan Lopez | 2011-08-29 | 1 | -0/+39 |
| | | | | | If the user tries to navigate to other domain spawn a new process with "gvfs-open" and the requested URI. | ||||
* | ephy-main: more parameter sanity check | Xan Lopez | 2011-08-29 | 1 | -0/+5 |
| | | | | | Using private profile and app mode at the same time does not make sense. | ||||
* | ephy-toolbar: disable New Window and New Tab actions | Xan Lopez | 2011-08-29 | 1 | -4/+11 |
| | | | | | We should refactor EphyWindow so that all these UI bits are not even present in app mode, but for now this will do. | ||||
* | Add basic support for Web Applications | Xan Lopez | 2011-08-29 | 8 | -26/+453 |
| | | | | | | | | Allow to save any page as a "Web Application". A new .desktop file will be created, and added to the Shell as a new application. It will launch epiphany in application mode, with its own private profile (inheriting some data from the main profile, like the relevant domain cookies) and in a new process. | ||||
* | Updated Canadian English Translation... | Tiffany Antopolski | 2011-08-28 | 1 | -2469/+2451 |
| | | | | ...as part of the process of fixing bug#610152 | ||||
* | Updated Russian translation | Yuri Myasoedov | 2011-08-27 | 1 | -317/+375 |
| | |||||
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2011-08-25 | 1 | -72/+57 |
| | |||||
* | [release] 3.1.53.1.5 | Xan Lopez | 2011-08-24 | 2 | -2/+16 |
| | |||||
* | Updated Bulgarian translation | Ivaylo Valkov | 2011-08-22 | 1 | -321/+372 |
| | |||||
* | update Punjabi Translation | A S Alam | 2011-08-21 | 1 | -329/+375 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2011-08-19 | 1 | -788/+699 |
| | |||||
* | Added UG translation | Abduxukur Abdurixit | 2011-08-20 | 1 | -39/+38 |
| | |||||
* | Depend on glib >= 2.29.10 | Gustavo Noronha Silva | 2011-08-16 | 1 | -1/+1 |
| | | | | | We rely on Unicode API that is only available from that version onwards. | ||||
* | e-web-view: use hostname in geolocation infobar | Diego Escalante Urrelo | 2011-08-13 | 1 | -1/+4 |
| | | | | | | | Instead of the full URI, make it more readable and use only the hostname. Bug #649164 | ||||
* | Use line-wrap in GtkInfoBar labels | Diego Escalante Urrelo | 2011-08-13 | 2 | -1/+3 |
| | | | | | | | Otherwise we can end up with fixed width windows that exceed the display size when long sentences are displayed. Bug #649164 | ||||
* | Use g_markup_printf_escaped when printing uris | Diego Escalante Urrelo | 2011-08-13 | 2 | -10/+7 |
| | | | | | | | This covers GtkInfoBar in ephy-web-view.c, ephy-download-widget.c and also tooltips and labels in ephy-download-widget.c Bug #649164 | ||||
* | e-bookmarks-editor: don't set directory | Diego Escalante Urrelo | 2011-08-12 | 1 | -3/+0 |
| | | | | | | | | | GTK+ new UX behavior says we shouldn't set the file chooser directory, recent directories should be listed (automatically) instead. Signed-off-by: Xan Lopez <xan@gnome.org> Bug #655508 | ||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-08-12 | 1 | -347/+396 |
| | |||||
* | e-web-view: use ephy_string_get_host_name | Diego Escalante Urrelo | 2011-08-11 | 1 | -4/+4 |
| | | | | Bug #655899 | ||||
* | Updated Hungarian translation by Balázs Meskó <meskobalazs at gmail dot com> | Gabor Kelemen | 2011-08-02 | 1 | -316/+375 |
| | |||||
* | e-window: use a css file for widget styling | Alexandre Mazari | 2011-07-30 | 5 | -34/+45 |
| | | | | | | | | | | | | Replace local styling (used for the tab close button and embed's status frame) by a global css sheet loaded at window construction. This allows tweaking style properties without rebuilding. The css file is installed in $(pkgdatadir)/epiphany.css. Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com> Bug #644805 | ||||
* | data/gschema: remove useless newline | Diego Escalante Urrelo | 2011-07-30 | 1 | -2/+1 |
| | |||||
* | e-embed: remove useless e-file-chooser include | Diego Escalante Urrelo | 2011-07-30 | 1 | -1/+0 |
| | |||||
* | Updated Brazilian Portuguese translation | Rodrigo Padula de Oliveira | 2011-07-29 | 1 | -1262/+729 |
| | |||||
* | Fixed some strings in Brazilian Portuguese translation | Sergio Cipolla | 2011-07-29 | 1 | -1296/+1280 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-07-29 | 1 | -324/+560 |
| |