aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ephy-window: remove some dead codeXan Lopez2012-01-141-29/+1
|
* configure.ac: bump GTK+ dependencyXan Lopez2012-01-141-1/+1
| | | | Needed for GtkApplicationWindow and global menus.
* ephy-window: add temporary extra binding for PageMenuXan Lopez2012-01-141-0/+4
| | | | The default one is not working for some reason...
* ephy-window: simplify the chrome visibility logicXan Lopez2012-01-141-9/+3
| | | | There's no difference between fullscreen and non fullscreen atm.
* ephy-page-menu-action: try to use the actual activate event when possibleXan Lopez2012-01-141-1/+12
| | | | Otherwise fallback to faking it as before.
* ephy-window: pass the application to the constructorXan Lopez2012-01-141-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667628
* ephy-window: remove some memubar leftoversXan Lopez2012-01-141-52/+4
|
* Drop menubar and create an actions menu button in the toolbarXan Lopez2012-01-147-114/+204
| | | | | | Similar to Chrome's wrench menu, but used only (in the future) for page-related actions. For now we have mechanically moved most stuff there, now we need to start removing them one by one when appropriate.
* Use the new Shell global menu for global actionsXan Lopez2012-01-1410-160/+170
| | | | And remove them from the existing menubar.
* Updated Hebrew translation.Yaron Shahrabani2012-01-131-189/+186
|
* Updated Japanese translationHideki Yamane2012-01-121-769/+675
|
* fix bug#667752: broken tag found in zh_CN manualFunda Wang2012-01-121-2/+2
|
* ephy-window: make sure to hide all chrome in application modeXan Lopez2012-01-111-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667634
* epiphany-ui.xml: kill ToolbarPopup, it's unused nowXan Lopez2012-01-111-9/+0
|
* epiphany.css: use 'transparent' instead of 'none' for background colorXan Lopez2012-01-111-1/+1
| | | | Required by newest GTK+.
* [l10n]Updated Turkish translationMuhammet Kara2012-01-091-189/+189
|
* Updated Bulgarian translationAlexander Shopov2012-01-081-721/+651
|
* Updated Russian translationYuri Myasoedov2012-01-081-774/+531
|
* Updated Macedonian translation.Jovan Naumovski2012-01-071-2877/+2312
|
* Updated Spanish translationDaniel Mustieles2012-01-071-257/+254
|
* Add mnemonics for password/recovery infobarsJiro Matsuzawa2012-01-062-4/+4
| | | | | | | | | 'Store password' and 'Session recovery' infobars had no mnemonics in their buttons. Bug #667238 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* ephy-embed-prefs: Hardcode enable-fullscreen to TRUEPhilippe Normand2012-01-042-1/+2
| | | | | | | | | This change is required for websites (like Youtube) using the new Javascript-based fullscreen API. Also bumped the WebKitGTK requirement to 1.7.3 in agreement with Xan. This release includes bug fixes related to fullscreen display of videos. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665341
* ephy-navigation-history-action: remove some dead codeXan Lopez2012-01-031-7/+0
|
* make g_setenv() calls early enough during startupClaudio Saavedra2012-01-021-12/+12
| | | | | | | | g_setenv() and getenv() are not thread-safe, so we need to make sure that g_setenv() call in main is done earlier than anything that can trigger a getenv() call. https://bugzilla.gnome.org/show_bug.cgi?id=659145
* ephy-home-action: remove dead codeXan Lopez2012-01-021-7/+0
|
* ephy-window: remove GoHome action, it's not used (I hope!)Xan Lopez2012-01-021-18/+0
|
* Revert "Remove EphyHomeAction, it's unused"Xan Lopez2012-01-024-0/+341
| | | | | | This reverts commit 9c12735e12a9106cdc68d9555a491642ea791e62. Turns out it was used :D
* Remove EphyHomeAction, it's unusedXan Lopez2012-01-024-341/+0
|
* Remove EphyGoAction, it's unusedXan Lopez2012-01-026-156/+0
|
* Fake middle clicks without gtk_button_{press,release}, which are deprecatedXan Lopez2012-01-029-33/+278
| | | | | | | | | | | | | | Factor the logic that fakes clicks from a middle click in EphyMiddleClick(Tool)Button by forwarding a left click to GTK+ when we receive a middle click. Since ephy_gui_is_middle_click stops working in this case, add the minimal logic in EphyLinkAction to make it work again (basically, cache the button that activated the action inside the action itself). The EphyMiddleClickable(Tool)Button classes were written by Alexandre Mazari. https://bugzilla.gnome.org/show_bug.cgi?id=628364
* Updated Telugu TranslationPraveen Illa2012-01-011-793/+700
|
* Updated Telugu TranslationPraveen Illa2012-01-011-387/+351
|
* ephy-link-action: we don't have menu tool buttons that need to react to ↵Xan Lopez2012-01-011-16/+2
| | | | middle click anymore
* ephy-dnd: reorder includesXan Lopez2012-01-011-1/+1
|
* ephy-gui: reorder includesXan Lopez2012-01-011-6/+4
|
* ephy-gui: remove unused methodXan Lopez2012-01-012-89/+0
|
* ephy-gui: remove long gone method declarationXan Lopez2012-01-011-3/+0
|
* ephy-session: use GTK's method to get the content areaXan Lopez2012-01-013-26/+1
| | | | Now we can remove our internal implementation.
* [l10n]Updated Turkish translationMuhammet Kara2011-12-311-672/+598
|
* ephy-combined-stop-reload-action: add type checksXan Lopez2011-12-311-1/+5
| | | | This is a public function after all.
* ephy-combined-stop-reload-action: make sure we always set the initial stateXan Lopez2011-12-311-7/+8
| | | | | | Since we were only checking the loading status, and it's FALSE by default, the action would be empty until it was set to loading = TRUE at least once.
* ephy-window: set statusbar cid on notebook's page-addedXan Lopez2011-12-311-6/+6
| | | | | | | In some cases tabs can be added to the window without going through the EmbedContainer add method (for instance, with DnD of tabs between windows). Being that the case, set the CID for the statusbar on notebook's page-added handler, which is always called.
* ephy-notebook: remove unused methodXan Lopez2011-12-302-15/+0
|
* Updated Hebrew translation.Yaron Shahrabani2011-12-301-694/+483
|
* ephy-location-action: reorder includesXan Lopez2011-12-231-5/+4
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-221-535/+385
|
* e-download-widget: update icon every 10%Diego Escalante Urrelo2011-12-211-0/+7
| | | | | | | | | | | In some cases trying to get the content-type of a download right at the start of the transfer won't give us useful information. To handle this case we query for the content-type and a proper icon every 10%, hoping that GIO/Soup will make a smarter guess. This is an arbitrary number that hopes to work with most cases. Bug #662059
* e-download-widget: use GIcon instead of GdkPixbufDiego Escalante Urrelo2011-12-211-19/+5
| | | | | | | GtkImage works fine with GIcon, this saves us some lines of code and allocating a GdkPixbuf. Bug #662059
* e-download: add ephy_download_get_content_typeDiego Escalante Urrelo2011-12-213-12/+54
| | | | | | | | | | This new API gets the content-type of a download using GIO, or Soup if GIO is still not available for the download. GIO is our first option since its local guesses are more reliable. Soup can be cheated by servers or confused by still too incomplete downloads. Bug #662059
* schema: remove toolbar editing schemaXan Lopez2011-12-201-3/+0
|
* ephy-embed-prefs: reorder includesXan Lopez2011-12-201-4/+4
|
* Remove option to hide toolbarsXan Lopez2011-12-203-86/+0
| | | | We don't want this either for 3.4, remove it.
* Remove the "Hide menubar" optionXan Lopez2011-12-202-23/+0
| | | | The menubar will be gone for 3.4, so this will be useless.
* Remove NavigationUpXan Lopez2011-12-205-160/+0
| | | | It's not used anymore.
* Use symbolic icons in the toolbarXan Lopez2011-12-202-6/+5
|
* ephy-combined-stop-reload-action: include fixesXan Lopez2011-12-201-2/+1
|
* Updated Spanish translationDaniel Mustieles2011-12-201-658/+589
|
* [release] 3.3.33.3.3Xan Lopez2011-12-202-1/+26
|
* Updated POTFILES.inPiotr Drąg2011-12-201-0/+1
|
* Combine the Reload and Stop toolbar buttons into oneClaudio Saavedra2011-12-185-2/+240
| | | | | | | | Add a combined action that toggles itself between the two states and instantiate it from the window. Replace the Reload and Stop buttons with the combined one in the default toolbar description. https://bugzilla.gnome.org/show_bug.cgi?id=657655
* EphyEmbed: do not show the progressbar for about:blankClaudio Saavedra2011-12-161-0/+5
| | | | | Now that we've placed a timeout, about:blank shows an annoying complete progressbar shortly. We don't need it.
* EphyEmbed: Hide the statusbar in a timeout handlerClaudio Saavedra2011-12-161-1/+22
| | | | To allow it being displayed for a short while once it's complete.
* EphyEmbed: reset the alignment of the statusbar when hiddenClaudio Saavedra2011-12-161-2/+3
| | | | | | So that it shows to the left by default. The double get_parent() is ugly and we should probably hide the implementation details of the statusbar in a separate class.
* ephy-web-view: plug leakXan Lopez2011-12-151-3/+3
| | | | | | | | | | | | ==16675== 83 (64 direct, 19 indirect) bytes in 1 blocks are definitely lost in loss record 10,060 of 13,509 ==16675== at 0x4A074CD: malloc (vg_replace_malloc.c:236) ==16675== by 0x70C6F17: standard_malloc (gmem.c:85) ==16675== by 0x70C6FA0: g_malloc (gmem.c:159) ==16675== by 0x70DE86C: g_slice_alloc (gslice.c:1003) ==16675== by 0x70DE8AB: g_slice_alloc0 (gslice.c:1029) ==16675== by 0x6E2873D: soup_uri_new_with_base (soup-uri.c:177) ==16675== by 0x6E29468: soup_uri_new (soup-uri.c:398) ==16675== by 0x47D70F: load_status_cb (ephy-web-view.c:1906)
* ephy-session: do not store "ephy-about" URIsXan Lopez2011-12-151-0/+7
| | | | | | Store them as "about:" instead, which is the proper kind for loading. https://bugzilla.gnome.org/show_bug.cgi?id=666206
* ephy-session: reorder includesXan Lopez2011-12-151-7/+4
|
* about.css: make memory table a bit widerXan Lopez2011-12-151-1/+1
| | | | Otherwise big memory usage numbers are easily cut off.
* window-commands: reorder includesXan Lopez2011-12-151-21/+21
|
* ephy-notebook: reorder includesXan Lopez2011-12-151-8/+8
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-151-633/+564
|
* ephy-shell: correct bogus logic in warning messageXan Lopez2011-12-151-7/+9
| | | | We were warning in way too many more cases than intended.
* ephy-topic-action: another tiny leftoverXan Lopez2011-12-151-1/+0
|
* ephy-bookmark-action: kill unused code related to toolbar itemsXan Lopez2011-12-151-385/+19
|
* ephy-topic-action: kill unused code related to toolbar itemsXan Lopez2011-12-151-228/+2
|
* ephy-link-action: small cleanupsXan Lopez2011-12-151-13/+12
|
* epiphany.types: remove more obsolete stuffXan Lopez2011-12-151-2/+0
|
* Remove traces of EphyZoomControlXan Lopez2011-12-153-61/+0
|
* POTFILES.in: updateXan Lopez2011-12-151-1/+0
|
* data/ui/Makefile.am: fix typoXan Lopez2011-12-151-1/+1
|
* ephy-zoom-control: remove, there are no zoom toolbar items anymoreXan Lopez2011-12-156-458/+5
|
* Move GtkBuilder files to data/uiXan Lopez2011-12-1510-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 unusedXan Lopez2011-12-155-227/+0
|
* epiphany-bookmark-editor-ui.xml: ShowOnToolbar was nukedXan Lopez2011-12-151-4/+0
|
* POTFILES.in: updateXan Lopez2011-12-151-2/+0
|
* Remove last traces of the EggToolbar codeXan Lopez2011-12-1515-4445/+4
|
* ephy-bookmark-action: remove unused includesXan Lopez2011-12-151-7/+5
|
* Remove the topic/bookmark factory actionsXan Lopez2011-12-156-723/+0
| | | | They are unused now.
* Remove code to support bookmark/topic toolbarXan Lopez2011-12-154-538/+45
|
* Remove ephy_window_get_toolbarXan Lopez2011-12-145-31/+0
| | | | The only use in window-commands.c is not superfluous.
* Remove custom EphyToolbar in favor of a vanilla GtkToolbarXan Lopez2011-12-1414-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 Saavedra2011-12-141-6/+4
| | | | Sorry 'bout that.
* Use an overlay progress bar for the loading progress.Claudio Saavedra2011-12-143-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 GeditOverlayClaudio Saavedra2011-12-148-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_fullXan Lopez2011-12-121-1/+2
|
* ephy-shell: fix weird spacing in LOG messagesXan Lopez2011-12-121-5/+5
|
* ephy-window: append new windows opened as tabs after current tabXan Lopez2011-12-121-3/+5
| | | | | To be consistent with our new default behavior, which is to append new tabs after their parent.
* ephy-embed: small cleanupsXan Lopez2011-12-111-5/+3
|
* epiphany.css: kill left/right padding in the main toolbarXan Lopez2011-12-101-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 headersXan Lopez2011-12-101-2/+0
|
* configure.ac: kill ancient spellchecker am defineXan Lopez2011-12-101-2/+0
|
* configure.ac: we don't use gdbus-codegen anymoreXan Lopez2011-12-101-3/+0
|
* configure.ac: we can safely assume GCC 3.4 these days, I thinkXan Lopez2011-12-101-25/+1
|
* preferences: turn on new-windows-in-tabs by defaultMartin Robinson2011-12-101-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 Shahrabani2011-12-101-374/+344
|
* ephy-toolbar: reorder headersXan Lopez2011-12-061-8/+8
|
* ephy-window: remove obsolete commentXan Lopez2011-12-051-2/+0
|
* ephy-window: add global bindings for GoHistory and GoLocationXan Lopez2011-12-051-0/+3
|
* Remove "Go" menuXan Lopez2011-12-052-13/+0
| | | | Last of the toplevel menus without equivalent in the new design.
* configure.ac: remove old configure outputXan Lopez2011-12-051-1/+0
|
* Remove last traces of dummy certificate managerXan Lopez2011-12-055-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 bindingsXan Lopez2011-12-051-4/+4
|
* Updated POTFILES.inPiotr Drąg2011-12-051-1/+0
|
* ephy-window: remove the tabs menuXan Lopez2011-12-055-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 buttonsXan Lopez2011-12-055-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 warningsXan Lopez2011-12-041-1/+1
|
* Remove homepage preference from GSettingsXan Lopez2011-12-046-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 homepageXan Lopez2011-12-042-198/+33
| | | | | | Later we can remove all the internals to implement the feature. https://bugzilla.gnome.org/show_bug.cgi?id=665469
* Updated POTFILES.inPiotr Drąg2011-12-041-1/+0
|
* Remove toolbar editorXan Lopez2011-12-038-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 Lopez2011-12-011-137/+129
|
* Redesign of about:pagesTom Tryfonidis2011-12-012-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 namesSaleem Abdulrasool2011-12-011-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 missingClaudio Saavedra2011-12-011-1/+4
| | | | And prevent the corresponding GError from leaking.
* webapps: ensure the webapps are shown in the shellClaudio Saavedra2011-12-011-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 disposeXan Lopez2011-11-301-7/+12
| | | | Otherwise we'll crash when we close windows/tabs too fast.
* Use SoupSession:ssl-use-system-ca-file propertyDan Winship2011-11-303-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 Robinson2011-11-301-2/+23
| | | | | Delaying the statusbar hide prevents the overlay from flickering when moving the cursor over a series of links.
* [l10n] Updated Estonian translationPriit Laes2011-11-261-136/+250
|
* Updated Slovenian translationMatej Urbančič2011-11-261-30/+29
|
* configure.ac: require glib 2.31.2 for GNetworkMonitorXan Lopez2011-11-241-1/+1
|
* Don't ever show tabs when in application modeClaudio Saavedra2011-11-231-5/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663668
* Properties dialog layout fixesClaudio Saavedra2011-11-231-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.2Xan Lopez2011-11-222-1/+13
|
* Remove some deprecated GTK+ callsClaudio Saavedra2011-11-223-8/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664120
* Use GNetworkMonitor to monitor network statusXan Lopez2011-11-166-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 variableXan Lopez2011-11-151-4/+0
|
* Updated Norwegian bokmål translationKjartan Maraas2011-11-121-30/+25
|
* Remove g_thread_init callsXan Lopez2011-11-063-5/+0
| | | | They are not needed anymore.
* Updated Galician translationsFran Diéguez2011-11-041-87/+91
|
* Updated Turkish translationMuhammet Kara2011-11-041-28/+29
|
* pdm: use a stock button for the "Clear All" actionXan Lopez2011-11-041-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 translationDaniel Mustieles2011-11-021-50/+50
|
* Show Webkit versionJuan A. Suarez Romero2011-11-021-1/+4
| | | | Shows which WebKit version is powering Epiphany.
* [release] 3.3.13.3.1Xan Lopez2011-10-272-4/+14
|
* Newly added Telugu translationskrishnababu k2011-10-251-29/+29
|
* Updated Telugu translationskrishnababu k2011-10-251-1500/+1324
|
* Updated Hebrew translation.Yaron Shahrabani2011-10-221-460/+177
|
* Updated Slovenian translationMatej Urbančič2011-10-221-44/+48
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-191-127/+99
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2011-10-191-1474/+1741
|
* Updated Turkish translationMuhammet Kara2011-10-191-116/+88
|
* Updated Japanese translationJiro Matsuzawa2011-10-141-742/+85
|
* Updated Norwegian bokmål translationKjartan Maraas2011-10-131-44/+54
|
* Updated Spanish translationDaniel Mustieles2011-10-121-113/+121
|
* e-bookmark-properties: port to GtkGridDiego Escalante Urrelo2011-10-111-15/+19
| | | | | | GtkTable is deprecated. Bug #661347
* pdm-dialog: port cookie properties to GtkGridDiego Escalante Urrelo2011-10-112-327/+532
| | | | | | | Build the Cookie Properties dialog with GtkBuilder instead of handcraft from the past. Bug #661347
* lib/egg: update from libegg masterDiego Escalante Urrelo2011-10-112-22/+25
| | | | Drop GtkTable usage, sync our changes upstream.
* Fixed Bug 660749. Call gtk_label_set_use_markup for the child of manual_buttonJiro Matsuzawa2011-10-071-0/+1
|
* Updated Latvian translation.Rudolfs Mazurs2011-10-051-27/+22
|
* Updated Esperanto translationKristjan SCHMIDT2011-10-021-658/+840
|
* fix string formatFunda Wang2011-09-282-3/+3
|
* Update Simplified Chinese translation.Aron Xu2011-09-281-448/+577
|
* Don't crash when network manager is not availableIonut Biru2011-09-271-4/+5
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659103 Signed-off-by: Ionut Biru <ibiru@archlinux.org>
* [release] 3.2.03.2.0Xan Lopez2011-09-272-5/+13
|
* Update Czech translation by Lucas LommerPetr Kovar2011-09-261-442/+568
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-09-261-451/+554
|
* Updated Irish translationSeán de Búrca2011-09-261-1358/+972
|
* Updated Basque languageInaki Larranaga Murgoitio2011-09-241-462/+599
|
* Updated Korean translationChangwoo Ryu2011-09-241-1598/+546
|
* Updated Aragonese translationDaniel Martinez Cucalon2011-09-241-437/+537
|
* .gitignore: Ignore generated POT file (po/*.pot)Tommi Vainikainen2011-09-231-0/+1
|
* Updated Finnish translationTommi Vainikainen2011-09-231-547/+165
|
* Updated Gujarati TranslationsSweta Kothari2011-09-231-640/+821
|
* Updated Hebrew translation.Yaron Shahrabani2011-09-231-429/+494
|
* [l10n]Updated Catalan translationGil Forcada2011-09-231-471/+587
|
* Update Assamese translationNilamdyuti Goswami2011-09-221-3051/+1619
|
* [release] 3.1.923.1.92Xan Lopez2011-09-222-2/+14
|
* Uploaded UkranianDaniel Korostil2011-09-211-444/+567
|
* Updated Slovenian translationMatej Urbančič2011-09-201-1/+1
|
* Updated Slovenian translationMatej Urbančič2011-09-201-1/+1
|
* Updated Slovenian translationMatej Urbančič2011-09-201-3/+3
|
* Updated Slovenian translationMatej Urbančič2011-09-201-1/+1
|
* Updated Slovenian translationMatej Urbančič2011-09-201-452/+470
|
* Updated Hungarian translationGabor Kelemen2011-09-201-415/+493
|
* Updated Thai translation.Theppitak Karoonboonyanan2011-09-191-648/+815
|
* Updated Turkish translationMuhammet Kara2011-09-191-465/+567
|
* Updated Latvian translation.Rudolfs Mazurs2011-09-191-80/+53
|
* update Punjabi TranslationA S Alam2011-09-181-436/+528
|
* ephy-shell: chain to parent ::startup methodXan Lopez2011-09-171-0/+2
|
* Updated Japanese translationJiro Matsuzawa2011-09-171-514/+698
|
* Updated Serbian translationМирослав Николић2011-09-172-1036/+1254
|
* Updated Danish translationKenneth Nielsen2011-09-161-471/+590
|
* l10n: Updated Italian translationGianvito Cavasoli2011-09-161-480/+578
|
* 2011-09-16 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2011-09-161-611/+689
| | | | - nl.po: Updated Dutch translation
* Add translation context for a stringClaudio Saavedra2011-09-161-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658900
* Updated Lithuanian translationAurimas Černius2011-09-161-291/+365
|
* configure.ac: switch to dist-xzXan Lopez2011-09-151-1/+1
| | | | It's the default tarball format for GNOME now.
* Updated Spanish translationdmustieles2011-09-141-3911/+3910
|
* Updated Arabic translationAbderrahim Kitouni2011-09-141-108/+109
|
* Updated Bulgarian translationIvaylo Valkov2011-09-141-396/+442
|
* Updated Norwegian bokmål translationKjartan Maraas2011-09-141-49/+53
|
* updated Tamil translationDr.T.Vasudevan2011-09-131-495/+621
|
* Updated Swedish translationDaniel Nylander2011-09-131-286/+326
|
* Fix documentation commentClaudio Saavedra2011-09-121-1/+1
|
* web apps: Remove G_DIRECTORY_SEPARATOR chars from filenamesClaudio Saavedra2011-09-121-0/+1
| | | | | | To avoid nasty surprises https://bugzilla.gnome.org/show_bug.cgi?id=658028
* Normalize the web app profile directory and desktop file namesClaudio Saavedra2011-09-121-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 URIsXan Lopez2011-09-121-2/+4
| | | | Guard against that.
* Updated Latvian translation.Rudolfs Mazurs2011-09-121-417/+524
|
* ephy-web-view: remove unused and unimplemented methodXan Lopez2011-09-113-19/+0
|
* ephy-web-view: sort includesXan Lopez2011-09-111-14/+14
|
* ephy-web-view: use SoupURI for about: checkXan Lopez2011-09-111-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 includesXan Lopez2011-09-111-4/+0
|
* ephy-shell: do not resume session in web app modeXan Lopez2011-09-111-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 duplicatesXan Lopez2011-09-111-29/+26
|
* ephy-main: sort includes (and remove duplicates!)Xan Lopez2011-09-111-14/+9
|
* ephy-location-entry: remove unused includeXan Lopez2011-09-111-1/+0
|
* Updated Spanish translationJorge González2011-09-111-5/+0
|
* Updated Spanish translationJorge González2011-09-111-3909/+3914
|
* Updated Brazilian Portuguese translation.Antonio Fernandes C. Neto2011-09-111-410/+490
|
* [l10n] Updated German translationMario Blättermann2011-09-111-1/+1
|
* [l10n] Updated German translationMario Blättermann2011-09-111-410/+492
|
* Updated Portuguese translationDuarte Loreto2011-09-111-477/+585
|
* Updated French translationClaude Paroz2011-09-111-460/+567
| | | | Contributed by Luc Guillemin, Luc Pionchon and Claude Paroz
* Updated Persian translationArash Mousavi2011-09-101-147/+45
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-102-957/+300
|
* Remove obsolete commentClaudio Saavedra2011-09-091-2/+1
|
* HACKING: add note about commentsXan Lopez2011-09-091-0/+2
|
* ephy-window: disable unwanted actions in application modeXan Lopez2011-09-091-3/+36
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657624
* ephy-toolbar: undo this hackXan Lopez2011-09-091-7/+4
| | | | We'll do things properly now.
* Updated Polish translationPiotr Drąg2011-09-091-451/+549
|
* ephy-web-view: remove now unused parameter to sprintfXan Lopez2011-09-081-1/+1
| | | | Noticed by Luc Pionchon.
* Updated Indonesian translationAndika Triwidada2011-09-081-546/+493
|
* Updated Russian translationYuri Myasoedov2011-09-081-422/+431
|
* Updated British English translationBruce Cowan2011-09-081-472/+588
|
* Updated Spanish translationJorge González2011-09-071-52/+48
|
* Updated galician translationsFran Dieguez2011-09-071-59/+87
|
* [release] 3.1.91.13.1.91.1Xan Lopez2011-09-072-1/+9
|
* ephy-web-view: do not mention the URL twice in error pagesXan Lopez2011-09-071-1/+1
| | | | Sounds repetitive.
* Revert "ephy-web-view: fix title for error pages"Xan Lopez2011-09-071-1/+1
| | | | | | This reverts commit b01497d86f8ed6d1f3ddbfc66d2c5c1354c9afb3. Xan, see me after class.
* Updated Norwegian bokmål translationKjartan Maraas2011-09-071-284/+292
|
* Updated Spanish translationJorge González2011-09-071-35/+37
|
* [release] 3.1.913.1.91Xan Lopez2011-09-072-1/+17
|
* Make about:applications prettierXan Lopez2011-09-074-8/+97
| | | | Thanks to Lapo Calamandrei for the CSS.
* configure.ac: gdbus-codegen is requiredXan Lopez2011-09-061-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 pagesXan Lopez2011-09-061-1/+1
| | | | Diego, talk to me after class.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-062-694/+790
|
* Updated Persian translationArash Mousavi2011-09-061-292/+368
|
* Updated Spanish translationJorge González2011-09-061-150/+193
|
* Updated Arabic TranslationAbderrahim Kitouni2011-09-061-269/+325
|
* Fixed yo.poPiotr Drąg2011-09-061-2281/+1193
|