Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [release] 3.5.13.5.1 | Xan Lopez | 2012-05-02 | 2 | -1/+28 |
| | |||||
* | Revert "tests: add ephy-file-helpers-test" | Xan Lopez | 2012-05-02 | 3 | -401/+0 |
| | | | | | | This reverts commit d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe. Does not pass distcheck and I need to release. | ||||
* | ephy-navigation-history-action: restore menus | Diego Escalante Urrelo | 2012-05-02 | 1 | -0/+396 |
| | | | | | | | | In ebbb1c48197f53b98575b0cb4f6d9fa1e4535abc back/forward drop-downs were removed. This commit brings them back, using the removed code with minor updates. https://bugzilla.gnome.org/show_bug.cgi?id=671609 | ||||
* | epiphany-bookmarks-html.xsl: prioritize smart link URIs over regular links | William Ting | 2012-05-02 | 1 | -4/+21 |
| | | | | | | | | When exporting bookmarks to HTML, certain smart link metadata is lost that would otherwise be preserved in RDF / XML format. Now smart link URIs are used in place of regular link URIs if they exist. https://bugzilla.gnome.org/show_bug.cgi?id=534565 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-04-30 | 1 | -5/+6 |
| | |||||
* | tests: add ephy-file-helpers-test | Diego Escalante Urrelo | 2012-04-30 | 3 | -0/+401 |
| | | | | | | | Test API for file switch, tmp file creation, downloads, desktop directories. https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | e-file-helpers: unset EPHY_UUID_ENVVAR on shutdown | Diego Escalante Urrelo | 2012-04-30 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | Replace "system" with system languages when setting spelling dictionaries | Martin Robinson | 2012-04-27 | 1 | -0/+19 |
| | | | | | | | The string "system" is used as a placeholder for the default system languages in the preference listing of spelling dictionaries. Before sending this to WebKit to set the spelling dictionaries, we should fill in the actual default system languages. | ||||
* | [l10n] Update Japanese translation | Takayuki KUSANO | 2012-04-25 | 1 | -383/+282 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2012-04-22 | 1 | -278/+282 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-04-22 | 1 | -497/+642 |
| | |||||
* | e-file-helpers: improve ephy_file_tmp_filename comment | Diego Escalante Urrelo | 2012-04-22 | 1 | -5/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | e-web-app-utils: use LOG and g_warning instead of g_print | Diego Escalante Urrelo | 2012-04-22 | 1 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673348 | ||||
* | ephy-shell: EPHY_NEW_TAB_DONT_SHOW_WINDOW means no realize | Diego Escalante Urrelo | 2012-04-22 | 1 | -1/+1 |
| | | | | | | | | | If the user passed EPHY_NEW_TAB_DONT_SHOW_WINDOW do not call gtk_widget_realize and gtk_widget_grab_focus on the returned EphyEmbed since this is most likely against the intentions of EPHY_NEW_TAB_DONT_SHOW_WINDOW. https://bugzilla.gnome.org/show_bug.cgi?id=673683 | ||||
* | Also consider email inputs when looking for user/password forms | Gustavo Noronha Silva | 2012-04-21 | 1 | -1/+1 |
| | | | | | | | | Some sites use email addresses for login purposes, and already adopted the email input type for the login forms. This means we should also consider email inputs as a possible username entry. https://bugzilla.gnome.org/show_bug.cgi?id=666326 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-20 | 1 | -2/+2 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-04-20 | 1 | -648/+814 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-04-19 | 1 | -472/+718 |
| | |||||
* | ephy-window: remove additional spacing in the downloads bar | Sebastian Keller | 2012-04-17 | 1 | -2/+0 |
| | | | | | It was added to accomodate the window resize grip, which does not exist anymore in Adwaita. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-16 | 1 | -357/+386 |
| | |||||
* | ephy-notebook: disconnect settings signal handler on finalize | Xan Lopez | 2012-04-16 | 1 | -0/+3 |
| | | | | Otherwise we'll try to update dead notebooks if the setting changes. | ||||
* | Add an option to never show the tabs bar | Xan Lopez | 2012-04-16 | 3 | -8/+9 |
| | | | | We'll use this when we land the Overview. | ||||
* | window-commands: switch pages using the EphyNotebook API | Xan Lopez | 2012-04-16 | 3 | -9/+73 |
| | | | | | | The signal we were using does not work when the tabs bar is hidden, and we'll want the shortcuts to work in that state. Add new EphyNotebooks methods that do the right thing and use them. | ||||
* | Create a new 'tabs-bar-visibility-policy' setting | Xan Lopez | 2012-04-16 | 5 | -12/+43 |
| | | | | | | We need this to be an enum, since we'll a third option in the future for the Overview (to never show the tabs bar). For now just add the two values we have now and migrate the code and the user data. | ||||
* | Move resources to its own directory inside src/ | Xan Lopez | 2012-04-16 | 9 | -12/+12 |
| | |||||
* | ephy-embed-single: introspection fixes | Xan Lopez | 2012-04-14 | 2 | -3/+3 |
| | |||||
* | ephy-embed-event: introspection fixes | Xan Lopez | 2012-04-14 | 1 | -2/+2 |
| | |||||
* | ephy-permission-manager: introspection fixes | Xan Lopez | 2012-04-14 | 1 | -5/+5 |
| | |||||
* | ephy-embed-event: fix introspection warning | Xan Lopez | 2012-04-14 | 1 | -0/+6 |
| | |||||
* | Move a few EphyShell methods to ephy-private.h | Xan Lopez | 2012-04-14 | 8 | -19/+28 |
| | | | | These are clearly not meant to be used outside of Epiphany. | ||||
* | ephy-web-view: fix a few gtk-doc warnings | Xan Lopez | 2012-04-14 | 1 | -8/+6 |
| | |||||
* | Remove Help buttons | Xan Lopez | 2012-04-13 | 4 | -33/+37 |
| | | | | Since there's no Help for now. | ||||
* | Remove Epiphany manual | Xan Lopez | 2012-04-13 | 83 | -62867/+1 |
| | | | | | | | | | The current manual is quite obsolete and uses and outdated technology, so it really just needs a full rewrite at this point. Hopefully this will motivate someone to do it, meanwhile we stop shipping misguiding documentation. https://bugzilla.gnome.org/show_bug.cgi?id=674047 | ||||
* | Updated Aragonese translation | Daniel Martinez Cucalon | 2012-04-13 | 1 | -1362/+1174 |
| | |||||
* | Add a 'crashed' option to the session restore policy | Xan Lopez | 2012-04-12 | 2 | -2/+3 |
| | | | | | | | | | With this policy the session will only be restored if the application has exited unexpectedly, but not if the user manually closes it. There are no code changes needed for this to work, having a (valid) different value than always/never in the setting makes things just work. | ||||
* | ephy-prefs: use new coding style | Xan Lopez | 2012-04-12 | 1 | -77/+78 |
| | |||||
* | Add a setting to control whether the session is automatically restored | Xan Lopez | 2012-04-12 | 4 | -52/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add a new gsettings key, 'restore-session-policy', with two valid values: 'always' and 'never'. A brief explanation of our session state mechanism follows. There are three ways to exit Epiphany: 1) Activate 'Quit' in the application menu 2) Close the last application window 3) Kill the process manually, SIGSEGV, or other similar unexpected event. For 1) and 2), we'll now do the same thing: a) Call ephy_session_close b) Exit the application manually ephy_session_close will check the new restore-session-policy setting, and only save the session state if it's set to 'always'. Before it used to manually destroy all present windows. We now let EphyShell or EphyWindow do this, EphySession only manages the session state saving. For 3), the process will die with the state saved up to that point, there's nothing we can do. For that reason, on startup also check the new setting; if it's set to 'never' ignore the session state, open a window in the homepage, and delete the old state file. https://bugzilla.gnome.org/show_bug.cgi?id=673453 | ||||
* | ephy-session: remove unused variable | Xan Lopez | 2012-04-12 | 1 | -2/+0 |
| | |||||
* | e-file-helpers: catch GErrors in switch_temp_file | Diego Escalante Urrelo | 2012-04-11 | 1 | -12/+41 |
| | | | | | | | The GFile API provides useful error messages, print them when any operation fails to aid debugging. https://bugzilla.gnome.org/show_bug.cgi?id=673666 | ||||
* | e-file-helpers: remove old dirs from ephy_file | Diego Escalante Urrelo | 2012-04-11 | 1 | -6/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673665 | ||||
* | tests: use EPHY_EMBED_SHELL_MODE_PRIVATE not FALSE | Diego Escalante Urrelo | 2012-04-11 | 3 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673684 | ||||
* | web-apps: s/StartupNotification/StartupNotify/ in desktop files | Xan Lopez | 2012-04-11 | 1 | -1/+1 |
| | | | | | | That's the correct name for the entry. https://bugzilla.gnome.org/show_bug.cgi?id=673865 | ||||
* | ephy-shell: respect the lockdown quit setting | Rudolfs | 2012-04-11 | 1 | -2/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673649 | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2012-04-11 | 2 | -964/+928 |
| | |||||
* | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2012-04-11 | 1 | -1581/+1511 |
| | |||||
* | [l10n] Fixes on Catalan translation | Jordi Serratosa | 2012-04-11 | 1 | -214/+208 |
| | |||||
* | ephy-embed-single-test: unref the created EphyShell | Diego Escalante Urrelo | 2012-04-11 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673273 | ||||
* | ephy-embed-single: do not handle ephy-embed-prefs | Diego Escalante Urrelo | 2012-04-11 | 2 | -4/+3 |
| | | | | | | | | | ephy-embed-prefs acts like a singleton. Instead of calling init and shutdown in EphyEmbedSingle instances handle it in ephy-main as a true init/shutdown API like ephy-file-helpers. https://bugzilla.gnome.org/show_bug.cgi?id=673273 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-08 | 1 | -73/+73 |
| | |||||
* | e-file-helpers: prevent invalid enumerator and return value | Diego Escalante Urrelo | 2012-04-07 | 1 | -2/+2 |
| | | | | | | | | | | Invalid enumerators can be returned even when no GError is set. Check if the enumerator is non-NULL before proceeding, and adjust the default return value so it is not TRUE when g_file_enumerate_children fails. https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | e-file-helpers: remove ephy_file_add_recent_item | Diego Escalante Urrelo | 2012-04-07 | 2 | -20/+0 |
| | | | | | | It's a two-line save, and there are no users of this API. https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-04 | 1 | -676/+814 |
| | |||||
* | ephy-completion-model: normalize NULL strings to "" in ↵ | Xan Lopez | 2012-04-03 | 1 | -4/+4 |
| | | | | | | | | | | should_add_bookmark_to_model Otherwise we can get false positives in the regexp, since the previous attempt at normalization would not properly take NULL strings into account. https://bugzilla.gnome.org/show_bug.cgi?id=673301 | ||||
* | ephy-download-test: correctly use fixture objects | Diego Escalante Urrelo | 2012-04-02 | 1 | -17/+2 |
| | | | | | | | | Do not use adhoc EphyDownload objects that have no proper destination set, or your current user's downloads directory will be filled with test files. https://bugzilla.gnome.org/show_bug.cgi?id=673274 | ||||
* | HACKING: update with comment about casts | Xan Lopez | 2012-04-02 | 1 | -0/+5 |
| | |||||
* | ephy-shell: fix whitespace | Xan Lopez | 2012-04-02 | 1 | -3/+3 |
| | |||||
* | Revert "e-web-app-utils: whitespace nitpicks in casts" | Xan Lopez | 2012-04-02 | 1 | -5/+5 |
| | | | | | | | This reverts commit 0b05e95f4aea0ab11ab11828e0bcc0b920d6230e. Our codebase is not completely consistent here, but as a rule we don't do whitespaces in casts. | ||||
* | e-file-helpers: fix weird spacing | Diego Escalante Urrelo | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | e-file-helpers: missing Returns: in comment | Diego Escalante Urrelo | 2012-04-02 | 1 | -0/+2 |
| | |||||
* | Updated Russian translation | Yuri Kozlov | 2012-04-01 | 1 | -801/+1021 |
| | |||||
* | ephy-shell: whitespace nitpick in cast | Diego Escalante Urrelo | 2012-04-01 | 1 | -2/+2 |
| | |||||
* | e-web-app-utils: whitespace nitpicks in casts | Diego Escalante Urrelo | 2012-04-01 | 1 | -5/+5 |
| | |||||
* | e-web-app-utils: update and fix gtk-doc comments | Diego Escalante Urrelo | 2012-03-31 | 1 | -3/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673022 | ||||
* | e-web-app-utils: sync var names in API | Diego Escalante Urrelo | 2012-03-31 | 2 | -10/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673021 | ||||
* | e-web-app-utils: remove ephy-web-view include | Diego Escalante Urrelo | 2012-03-31 | 2 | -3/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673019 | ||||
* | e-web-app-utils: add ephy_web_application_exists | Alexandre Mazari | 2012-03-31 | 3 | -8/+22 |
| | | | | | | Signed-off-by: Diego Escalante Urrelo <diegoe@igalia.com> https://bugzilla.gnome.org/show_bug.cgi?id=658925 | ||||
* | window-commands: get app name only once | Alexandre Mazari | 2012-03-31 | 1 | -7/+8 |
| | | | | | | | | Avoid multiple calls to gtk_entry_get_text. Signed-off-by: Diego Escalante Urrelo <diegoe@igalia.com> https://bugzilla.gnome.org/show_bug.cgi?id=658925 | ||||
* | ephy-toolbar: fix stop/reload button alignment | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+10 |
| | | | | | | | | Add location entry and stop/reload button to a vertical GtkSizeGroup. This ensures that they have the same height, regardless of things like fonts. https://bugzilla.gnome.org/show_bug.cgi?id=668135 | ||||
* | e-location-entry: make aligment pixel-perfect | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+59 |
| | | | | | | | | | | | Align the elements of the GtkEntryCompletion popup with those in the location entry. The code comes with a detailed comment and a scheme of how the aligment is done now. Because of the unhandled pixels of GtkEntryCompletion, this code might need an update if anything in GTK+ or Adwaita changes. https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | e-location-entry: dim URL in completion rows | Diego Escalante Urrelo | 2012-03-31 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | e-location-entry: redundant ellipsize-set | Diego Escalante Urrelo | 2012-03-31 | 1 | -4/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | e-location-entry: make bookmark icon follow-state | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+1 |
| | | | | | | | Makes the symbolic-icon of the completion rows change its color accordingly to the selection state. With Adwaita: black -> white. https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | ephy-encodings: reorder includes | Xan Lopez | 2012-03-31 | 1 | -3/+3 |
| | |||||
* | Makefile: silence epiphany resources generation | Xan Lopez | 2012-03-31 | 1 | -2/+2 |
| | |||||
* | ephy-encoding-dialog: reorder includes | Xan Lopez | 2012-03-31 | 1 | -9/+8 |
| | |||||
* | Updated Esperanto translation | Kristjan SCHMIDT | 2012-03-31 | 1 | -1426/+1119 |
| | |||||
* | ephy-window: listen to org.gnome.Epiphany.ui.show-toolbars | Xan Lopez | 2012-03-30 | 1 | -0/+30 |
| | | | | We were not properly changing the UI if the key was changing at runtime. | ||||
* | Remove the 'disable-menubar' option | Xan Lopez | 2012-03-30 | 3 | -5/+0 |
| | | | | Since we don't have one anymore. | ||||
* | Remove 'show-boomkarks-bar' option | Xan Lopez | 2012-03-30 | 3 | -6/+0 |
| | | | | Since we don't have one anymore. | ||||
* | ephy-session: use g_slice_new for SessionCommand structure | Xan Lopez | 2012-03-30 | 1 | -3/+2 |
| | |||||
* | ephy-window: save the session when the last window is closed manually | Xan Lopez | 2012-03-30 | 1 | -1/+16 |
| | | | | | | | | If the user closes the last window manually (pressing the [x] button in the window) she probably wants to save the session contents too, so do that. This is consistent with the behavior of Firefox and Chrome. https://bugzilla.gnome.org/show_bug.cgi?id=673122 | ||||
* | Fix compilation warning | Claudio Saavedra | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | configure.ac: this Makefile does not exist anymore | Xan Lopez | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | history-service: remove unnecessary type cast | Claudio Saavedra | 2012-03-29 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672926 | ||||
* | history-service: remove unused variables | Claudio Saavedra | 2012-03-29 | 2 | -3/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672926 | ||||
* | Updated POTFILES.in | Piotr Drąg | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | build: intltool 0.50 add proper support for gsettings schemas | Javier Jardón | 2012-03-29 | 3 | -7/+4 |
| | | | | | | Its not needed to use the .in hack anymore Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672932 | ||||
* | ephy-web-app-utils: do not use the webview in the web app creation method | Alexandre Mazari | 2012-03-29 | 3 | -13/+11 |
| | | | | | | | It's not really needed, will allow to reuse this code during profile migration. https://bugzilla.gnome.org/show_bug.cgi?id=658925 | ||||
* | ephy-shell: save the session state on Quit | Xan Lopez | 2012-03-29 | 1 | -0/+1 |
| | | | | It will be automatically restored on startup. | ||||
* | ephy-session: remove unused variable | Xan Lopez | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | ephy-session: rename session_crashed.xml to session_state.xml | Xan Lopez | 2012-03-29 | 1 | -13/+13 |
| | | | | We are going to use his all the time now, not only for crashes. | ||||
* | ephy-session: it's not really possible to close while restoring anymore | Xan Lopez | 2012-03-29 | 1 | -11/+0 |
| | |||||
* | ephy-session: always auto-resume session on crash | Xan Lopez | 2012-03-29 | 1 | -178/+7 |
| | | | | Don't ask, just do it. | ||||
* | ephy-session: fix gtk-doc syntax | Xan Lopez | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Rip out the EggSMClient code | Xan Lopez | 2012-03-28 | 8 | -2647/+0 |
| | | | | The brave new world is to use the session support in GtkApplication. | ||||
* | resources: strip blanks from all XML files | Xan Lopez | 2012-03-28 | 1 | -6/+6 |
| | | | | Saves about 20K in the generated files. | ||||
* | Make the resources depend on the actual UI files | Xan Lopez | 2012-03-28 | 11 | -21/+19 |
| | | | | | | Otherwise we won't update them if the UI files change. To do this we need to move them from data/ui/ to src/, which is not great. Things would be easier with non-recursive Makefiles. | ||||
* | Use glib resources to bundle our UI files | Xan Lopez | 2012-03-28 | 12 | -49/+95 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672907 | ||||
* | ephy-hosts-store: listen to favicon changes in the wk database | Claudio Saavedra | 2012-03-27 | 1 | -2/+66 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672525 | ||||
* | Review translation | Khaled Hosny | 2012-03-27 | 1 | -73/+72 |
| | |||||
* | epiphany.h.in: remove ephy-history mention | Diego Escalante Urrelo | 2012-03-27 | 1 | -1/+0 |
| | | | | It breaks ephy-extensions build. | ||||
* | download-widget: use the "linked" style class | Cosimo Cecchi | 2012-03-27 | 1 | -0/+4 |
| | | | | | | | Link the glow and the menu buttons together by using a "linked" style class on the box containing them. https://bugzilla.gnome.org/show_bug.cgi?id=672712 | ||||
* | configure.ac: bump version to 3.5.0 | Xan Lopez | 2012-03-27 | 1 | -4/+4 |
| | | | | Let the 3.6.0 race begin! | ||||
* | update Punjabi Translation | A S Alam | 2012-03-26 | 1 | -1382/+1192 |
| | |||||
* | ui: remove unused file | Xan Lopez | 2012-03-25 | 2 | -5/+0 |
| | |||||
* | Added Telugu help Translations | Sasi Bhushan | 2012-03-25 | 2 | -1/+2631 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-03-25 | 1 | -214/+208 |
| | |||||
* | update Malayalam translation | Praveen Arimbrathodiyil | 2012-03-24 | 1 | -178/+198 |
| | |||||
* | small correction | Praveen Arimbrathodiyil | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | Malayalam translation updated | Praveen Arimbrathodiyil | 2012-03-24 | 1 | -2121/+1540 |
| | |||||
* | Updated Arabic translation | Abderrahim Kitouni | 2012-03-24 | 1 | -1323/+1135 |
| | |||||
* | [l10n]Updated Turkish translation | Muhammet Kara | 2012-03-24 | 1 | -117/+112 |
| | |||||
* | Updated Telugu Translation | Praveen Illa | 2012-03-24 | 1 | -482/+413 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2012-03-22 | 1 | -405/+404 |
| | |||||
* | Updated Czech translation | Lucas Lommer | 2012-03-22 | 1 | -1354/+598 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2012-03-22 | 1 | -41/+24 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2012-03-22 | 1 | -1361/+1175 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-03-22 | 1 | -160/+142 |
| | |||||
* | Updated Finnish translation by Jiri Grönroos | Timo Jyrinki | 2012-03-22 | 1 | -283/+389 |
| | |||||
* | profile-migrator: do not freak out if the history is empty | Xan Lopez | 2012-03-21 | 1 | -4/+6 |
| | | | | | | | If the old history file exists but has no actual visits we'll enter into an infinite loop. https://bugzilla.gnome.org/show_bug.cgi?id=672547 | ||||
* | [release] 3.3.923.3.92 | Xan Lopez | 2012-03-21 | 2 | -1/+19 |
| | |||||
* | ephy-hosts-store: -1 is not a valid insertion position | Claudio Saavedra | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | ephy-history-window: add back the favicons | Claudio Saavedra | 2012-03-21 | 3 | -5/+74 |
| | | | | | | | | Use the new webkit favicon database for favicons here. This might not work perfectly, but that's a webkitgtk issue, see https://bugs.webkit.org/show_bug.cgi?id=81665 https://bugzilla.gnome.org/show_bug.cgi?id=672480 | ||||
* | ephy-completion-model: minor cleanup | Claudio Saavedra | 2012-03-21 | 1 | -1/+1 |
| | | | | | | | No need to invoke twice webkit_get_favicon_databas() in the same method, there's a variable pointing to the database already. https://bugzilla.gnome.org/show_bug.cgi?id=672483 | ||||
* | ephy-completion-model: fix a few leaks | Claudio Saavedra | 2012-03-21 | 1 | -2/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672481 | ||||
* | Update Simplified Chinese translation. | Automatic Mirroring | 2012-03-21 | 1 | -245/+235 |
| | |||||
* | ephy-history-window: fix callback for new signal signature | Xan Lopez | 2012-03-20 | 1 | -0/+1 |
| | |||||
* | POTFILES.in: remove ephy-history.h | Xan Lopez | 2012-03-20 | 1 | -1/+0 |
| | |||||
* | configure.ac: we require WebKitGTK+ 1.7.92 now | Xan Lopez | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | doc: remove references to removed files | Xan Lopez | 2012-03-20 | 1 | -2/+0 |
| | |||||
* | Remove EphyHistory from the repository. It's unused now. | Xan Lopez | 2012-03-20 | 9 | -1236/+1 |
| | |||||
* | bookmarks: use the new favicon database | Xan Lopez | 2012-03-20 | 1 | -12/+13 |
| | |||||
* | Replace EphyFaviconCache by WebKit's icon database cache | Sergio Villar Senin | 2012-03-20 | 16 | -1077/+130 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=648653 | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2012-03-20 | 1 | -1393/+632 |
| | |||||
* | Translations Updated with FUEL | Krishnababu Krothapalli | 2012-03-19 | 1 | -3/+3 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-03-19 | 1 | -127/+127 |
| | |||||
* | Uploaded Ukranian | Daniel Korostil | 2012-03-18 | 1 | -206/+202 |
| | |||||
* | [l10n] Update Japanese translation | Jiro Matsuzawa | 2012-03-18 | 1 | -25/+25 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2012-03-18 | 1 | -1362/+1193 |
| | |||||
* | Updated French translation | Bruno Brouard | 2012-03-17 | 1 | -1320/+602 |
| | |||||
* | [l10n]Updated Turkish translation | Muhammet Kara | 2012-03-17 | 1 | -281/+270 |
| | |||||
* | Updated Dutch translation | Wouter Bolsterlee | 2012-03-17 | 1 | -431/+447 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2012-03-16 | 1 | -196/+200 |
| | |||||
* | Fix bookmarklet's titles when they are created | Xan Lopez | 2012-03-16 | 3 | -45/+59 |
| | | | | | | | | This was pretty much broken since the Gecko days. On top of that, catch the case where the bookmarklet title is in the child node of the anchor element, which we never got right before. https://bugzilla.gnome.org/show_bug.cgi?id=672194 | ||||
* | [l10n] Updated Italian translation | Gianvito Cavasoli | 2012-03-16 | 1 | -1263/+555 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2012-03-15 | 1 | -168/+164 |
| | |||||
* | ephy-web-view: return an actual visit type instead of just '0' | Xan Lopez | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | The security certificate code is a no-op, remove it | Xan Lopez | 2012-03-15 | 4 | -28/+0 |
| | |||||
* | ephy-web-view: remove gtk-doc snippet for a private method | Xan Lopez | 2012-03-15 | 1 | -7/+0 |
| | |||||
* | ephy-web-view: use plain g_signal_connect always | Xan Lopez | 2012-03-15 | 1 | -9/+9 |
| | | | | I'm pretty sure there's no point in using the _object variant here. | ||||
* | ephy-web-view: connect to WebView signals in just one place | Xan Lopez | 2012-03-15 | 1 | -8/+12 |
| | |||||
* | ephy-web-view: we already have a reference to the history service | Xan Lopez | 2012-03-15 | 1 | -1/+1 |
| | | | | Don't request the global instance again. | ||||
* | ephy-web-view: do not duplicate code for the uri->title fallback | Xan Lopez | 2012-03-15 | 1 | -17/+14 |
| | |||||
* | ephy-web-view: remove can_go_up/go_up code | Xan Lopez | 2012-03-15 | 2 | -50/+2 |
| | | | | We do not support this anymore in our UI. | ||||
* | ephy-web-view: make ephy_web_view_clear_history private | Xan Lopez | 2012-03-15 | 2 | -54/+47 |
| | | | | It's only used by the class itself now. | ||||
* | configure.ac: remove epiphany_branch define | Xan Lopez | 2012-03-15 | 1 | -3/+0 |
| | | | | It's not used anywhere that I can see. | ||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-03-15 | 1 | -304/+333 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-03-15 | 1 | -174/+167 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | Updated Latvian translation. | Anita Reitere | 2012-03-15 | 1 | -1315/+1257 |
| | |||||
* | Automatically prefix existing absolute paths with file:// | Gustavo Noronha Silva | 2012-03-14 | 5 | -5/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671792 | ||||
* | Revert "ephy-embed-single: remove some dead code" | Xan Lopez | 2012-03-14 | 1 | -1/+53 |
| | | | | | | | This reverts commit 08956cf8cd8040f8500c40b646a52b6f03ae5275. Bleh, the mostly useless popup code in EphyWebView needs this even if it's a no-op, so bring it back. | ||||
* | Fix distcheck | Xan Lopez | 2012-03-14 | 3 | -12/+7 |
| | | | | | | | | | | Most data files are listed through EXTRA_DIST, so they are left in the top srcdir during VPATH builds. The new EphyWebView unit test needs data/pages/error.html, so distcheck was broken because ephy_file ("error.html") was failing since it looked for them in $pwd/data. To fix this, look for files in the top srcdir instead of $pwd/data, which will lead to the builddir data data dir during distcheck. | ||||
* | Run distcheck builds with debug enabled | Xan Lopez | 2012-03-14 | 1 | -0/+1 |
| | | | | We are going to need this for ephy_file to pick up all the data paths. | ||||
* | floating-bar: set a max-width to the label | Cosimo Cecchi | 2012-03-14 | 1 | -1/+2 |
| | | | | | | | | We don't want the floating bar to extend without boundaries in the available size, since some hyperlinks can be very long (and make the bar cover the whole screen). https://bugzilla.gnome.org/show_bug.cgi?id=671520 | ||||
* | ephy-embed-single: remove network status | Xan Lopez | 2012-03-14 | 3 | -113/+0 |
| | | | | We are not using it. Easy enough to bring it back if needed. | ||||
* | window-commands: forcing offline mode has been a no-op for a while | Xan Lopez | 2012-03-14 | 1 | -0/+3 |
| | |||||
* | Don't go to EphyEmbedSingle just to get the network status | Xan Lopez | 2012-03-14 | 2 | -29/+3 |
| | | | | | The new GNetworkMonitor class is really a good enough abstraction, don't overdo it. | ||||
* | ephy-embed-single: remove some dead code | Xan Lopez | 2012-03-14 | 1 | -56/+1 |
| | |||||
* | ephy-embed: do not pull in string.h for strcmp | Xan Lopez | 2012-03-14 | 1 | -2/+1 |
| | |||||
* | ephy-embed: remove a few useless includes | Xan Lopez | 2012-03-14 | 1 | -8/+0 |
| | |||||
* | ephy-web-view: also reset page visit type on load failed | Xan Lopez | 2012-03-14 | 1 | -0/+3 |
| | |||||
* | ephy-web-view: style fixes | Xan Lopez | 2012-03-14 | 1 | -82/+79 |
| | |||||
* | ephy-embed: remove history service | Xan Lopez | 2012-03-14 | 1 | -5/+0 |
| | | | | EphyEmbed does not use it anymore. | ||||
* | ephy-web-view: move history management to EphyWebView | Xan Lopez | 2012-03-14 | 2 | -26/+21 |
| | |||||
* | ephy-web-view: move zoom handling to EphyWebView | Xan Lopez | 2012-03-14 | 2 | -81/+82 |
| | | | | | Again, this only interacts with the view, so it does not need to be in EphyEmbed. | ||||
* | ephy-web-view: let EphyWebView clear its own history | Xan Lopez | 2012-03-14 | 2 | -15/+15 |
| | | | | No point in doing it from EphyEmbed. | ||||
* | ephy-web-view: get a reference to the history service | Xan Lopez | 2012-03-14 | 1 | -0/+3 |
| | | | | We are going to move stuff from embed to webview, so we'll need this. | ||||
* | history: remember visit types | Xan Lopez | 2012-03-14 | 11 | -17/+95 |
| | | | | | | | Instead of hardcoding all visits as 'TYPED' properly distinguish between bookmarks, following links and typing URIs in the entry. We'll use this to compute the frecency of history items. | ||||
* | history: generate gtypes for the history types | Xan Lopez | 2012-03-14 | 1 | -0/+62 |
| | |||||
* | lib: link to the internal libraries instead of copying source files | Xan Lopez | 2012-03-14 | 1 | -22/+4 |
| | |||||
* | ephy-private: add missing header | Xan Lopez | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | ephy-web-view: fix indentation | Xan Lopez | 2012-03-13 | 1 | -18/+14 |
| | |||||
* | ephy-web-view: remove useless includes | Xan Lopez | 2012-03-13 | 1 | -4/+0 |
| | |||||
* | ephy-web-view: move header to the new coding style | Xan Lopez | 2012-03-13 | 1 | -32/+34 |
| | |||||
* | ephy-web-view: remove stale code | Xan Lopez | 2012-03-13 | 1 | -43/+0 |
| | |||||
* | ephy-embed: cancel the pending history queries during finalize | Claudio Saavedra | 2012-03-13 | 1 | -1/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671901 | ||||
* | ephy-history-service: make the async API cancellable | Claudio Saavedra | 2012-03-13 | 9 | -68/+105 |
| | | | | | | | | | | | The main purpose of the cancellable API in ephy-history-service is to let the user notify when the results of the operation are no longer needed and the callback call can be omitted. Since performing a read operation, in such cases, makes no sense, we cancel them altogether. However, given the nature of the service, we don't cancel write operations. https://bugzilla.gnome.org/show_bug.cgi?id=671901 | ||||
* | ephy-history-view: open pages in a new tab on middle click | Claudio Saavedra | 2012-03-13 | 1 | -11/+11 |
| | | | | | | This was present in the old EphyNodeView history. Bring it back. https://bugzilla.gnome.org/show_bug.cgi?id=671635 | ||||
* | ephy-history-view: add row-middle-clicked signal | Claudio Saavedra | 2012-03-13 | 2 | -0/+74 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671635 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-03-13 | 1 | -232/+216 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2012-03-13 | 1 | -193/+189 |
| | |||||
* | Updated Brazilian Portuguese translation | Antonio Fernandes C. Neto | 2012-03-09 | 1 | -946/+840 |
| | |||||
* | Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 ↵ | Timo Jyrinki | 2012-03-12 | 1 | -2136/+486 |
| | | | | translation sprint | ||||
* | Updated Serbian translation | Мирослав Николић | 2012-03-11 | 2 | -432/+426 |
| | |||||
* | tests: add ephy-web-view test | Diego Escalante Urrelo | 2012-03-11 | 2 | -0/+274 |
| | | | | | | Testing ephy_web_view_load_url and the internal GRegex of EphyWebView. https://bugzilla.gnome.org/show_bug.cgi?id=669548 | ||||
* | ephy-web-view: share non-search-regex for testing | Diego Escalante Urrelo | 2012-03-11 | 3 | -9/+47 |
| | | | | | | Add ephy-embed-private.h https://bugzilla.gnome.org/show_bug.cgi?id=669548 | ||||
* | ephy-main: run app mode only with a existing dir | Diego Escalante Urrelo | 2012-03-11 | 1 | -0/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669700 | ||||
* | ephy-history-window: init hosts to NULL | Diego Escalante Urrelo | 2012-03-11 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671613 | ||||
* | Add initial Khmer translation | Khoem Sokhem | 2012-03-10 | 2 | -0/+2814 |
| | |||||
* | Updated Catalan translation | Gil Forcada | 2012-03-10 | 1 | -1316/+1125 |
| | |||||
* | Updated Persian Translation | Arash Mousavi | 2012-03-10 | 1 | -1337/+1162 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2012-03-10 | 1 | -1309/+1133 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-03-10 | 1 | -38/+42 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2012-03-10 | 1 | -63/+64 |
| | |||||
* | ephy-history-service: Give me a break! | Priit Laes | 2012-03-09 | 1 | -0/+1 |
| | | | | | Signed-off-by: Priit Laes <plaes@plaes.org> Reviewed-by: Xan Lopez <xan@igalia.com> | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2012-03-09 | 1 | -113/+93 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2012-03-09 | 1 | -1301/+1117 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-03-08 | 1 | -40/+45 |
| | |||||
* | Assamese translation completed | Nilamdyuti Goswami | 2012-03-08 | 1 | -1305/+1140 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-03-08 | 1 | -112/+107 |
| | |||||
* | ephy-history-service: plug a few more leaks | Claudio Saavedra | 2012-03-08 | 2 | -0/+4 |
| | |||||
* | ephy-history-window: plug a couple of leaks | Claudio Saavedra | 2012-03-08 | 2 | -2/+2 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-03-08 | 2 | -402/+400 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2012-03-08 | 1 | -148/+152 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-03-08 | 1 | -66/+61 |
| | |||||
* | Don't list deprecated gsettings keys in the .convert | Sébastien Bacher | 2012-03-08 | 1 | -2/+0 |
| | |||||
* | [release] 3.3.913.3.91 | Xan Lopez | 2012-03-08 | 2 | -1/+20 |
| | |||||
* | POTFILES.in: add missing file | Xan Lopez | 2012-03-08 | 1 | -0/+1 |
| | |||||
* | ephy-history-window: filter hosts with time range as well | Claudio Saavedra | 2012-03-08 | 1 | -2/+3 |
| | |||||
* | ephy-history-service: add API to query for hosts | Claudio Saavedra | 2012-03-08 | 4 | -2/+156 |
| | | | | | By now, the public API only supports filtering by time range, but filtering by string matching is also possible. | ||||
* | ephy-history-service: execute_get_hosts() should return TRUE | Claudio Saavedra | 2012-03-08 | 1 | -1/+1 |
| | | | | If there are no hosts, that's not a failure, so return TRUE instead. | ||||
* | ephy-hosts-view: ensure "all hosts" is selected by default | Claudio Saavedra | 2012-03-08 | 2 | -19/+31 |
| | | | | | | If no host can be selected, always select the "all hosts" row. https://bugzilla.gnome.org/show_bug.cgi?id=671575 | ||||
* | ephy-host-store: add a clear() method | Claudio Saavedra | 2012-03-08 | 3 | -1/+15 |
| | | | | | | | This adds always a default item "All sites" which, when selected, will show all urls in all hosts. https://bugzilla.gnome.org/show_bug.cgi?id=671575 | ||||
* | schema: default to 'All history' in history window | Diego Escalante Urrelo | 2012-03-08 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671599 | ||||
* | Updated Polish translation | Piotr Drąg | 2012-03-08 | 1 | -111/+87 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-03-08 | 1 | -166/+142 |
| | |||||
* | ephy-history-service-hosts-table: init host to NULL | Diego Escalante Urrelo | 2012-03-08 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671594 | ||||
* | doc: fix distcheck, link to the new history library | Xan Lopez | 2012-03-08 | 1 | -0/+2 |
| | |||||
* | ephy-embed: do not add the homepage (about:blank) to the history | Xan Lopez | 2012-03-08 | 1 | -0/+3 |
| | | | | | Don't do it when it's loaded automatically through NewTab or NewWindow, but do it if the user actually types the URI. | ||||
* | ephy-web-view: remember when we are loading the homepage | Xan Lopez | 2012-03-08 | 2 | -11/+37 |
| | | | | And add a getter for the information. | ||||
* | Annotate correctly the fact that FileNewTab now always opens the homepage | Xan Lopez | 2012-03-08 | 3 | -3/+8 |
| | | | | | We need to detect it in EphyEmbed to avoid adding about:blank to the history in that case. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-03-08 | 1 | -184/+171 |
| | |||||
* | ephy-bookmarks: remove update on redirect | Xan Lopez | 2012-03-08 | 1 | -87/+0 |
| | | | | | | This is pretty cool, but our new history service does not support it (and it's been always broken in the WebKit backend anyway), so remove it. We'll bring it back eventually. | ||||
* | HACKING: we don't really do comment blocks like that anymore. | Xan Lopez | 2012-03-08 | 1 | -6/+0 |
| | |||||
* | ephy-history-view: remove unneeded unselect_all() | Claudio Saavedra | 2012-03-08 | 1 | -2/+1 |
| | | | | | This breaks selection in _BROWSE mode, and we don't really need it anyway. | ||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2012-03-08 | 1 | -115/+116 |
| | |||||
* | ephy-history-window: update the list of hosts after a url is deleted | Claudio Saavedra | 2012-03-08 | 1 | -2/+8 |
| | | | | | | | | Since now we remove orphan hosts, we need to update the list of hosts after url removal, too. Do this while preserving the currently selected host, if any. https://bugzilla.gnome.org/show_bug.cgi?id=671559 | ||||
* | ephy-hosts-view: add a method to select a given host | Claudio Saavedra | 2012-03-08 | 2 | -0/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671559 | ||||
* | ephy-history-service: remove orphan hosts from database | Claudio Saavedra | 2012-03-08 | 3 | -0/+27 |
| | | | | | | | After removing all the urls in a host, we don't need that host anymore. https://bugzilla.gnome.org/show_bug.cgi?id=671559 | ||||
* | application-menu: fix accelerators for global actions | Xan Lopez | 2012-03-07 | 1 | -1/+2 |
| | | | | | | | Add accelerations for Preferences (Ctrl+e) and Personal Data Manager (Ctrl+m), and remove the one for About, Ctrl+a, since it's duplicated with Select All and having an accelerator for About does not seem very important in the first place. | ||||
* | ephy-web-view: protect against pages with NULL URI | Xan Lopez | 2012-03-07 | 1 | -4/+6 |
| | | | | | | | Some pages (like those opened with javascript:...) can have a NULL URI according to WebKit, so protect against that. https://bugzilla.gnome.org/show_bug.cgi?id=671555 | ||||
* | ephy-history-service: validate parameters of public methods | Xan Lopez | 2012-03-07 | 1 | -33/+77 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-03-07 | 1 | -234/+241 |
| | |||||
* | ephy-history-service-urls-table: do not g_assert on input | Xan Lopez | 2012-03-07 | 1 | -4/+4 |
| | | | | Simply bail out and don't crash the browser. | ||||
* | about.ini: add myself | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
| | | | | Look ma', I'm in your browser | ||||
* | ephy-hosts-store: sort the model by URL | Claudio Saavedra | 2012-03-07 | 1 | -0/+3 |
| | | | | | This puts "Others" to the beginning of the list and the rest alphanumerically sorted. | ||||
* | Updated Galician translations | Fran Diéguez | 2012-03-07 | 1 | -150/+151 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-03-07 | 1 | -7/+8 |
| |