aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show "Stop Archiving" only when the EphyWebView is archivingHEADarchive-creationarchive-integrationTing-Wei Lan2013-09-152-2/+5
* Archive creating can be cancelledTing-Wei Lan2013-09-156-10/+103
* Generate suggested archive name from selected files and archive formatTing-Wei Lan2013-09-151-1/+120
* Automatically create archives if required when select files to uploadTing-Wei Lan2013-09-151-0/+443
* Add cancellable support to download panel when extracting archivesarchive-extraction-completedTing-Wei Lan2013-08-062-30/+73
* Use new libgnome-autoar APITing-Wei Lan2013-08-051-1/+1
* Remove all things related to autoarchive, which becomes a shared libraryTing-Wei Lan2013-07-3120-3330/+4
* Add some missing definitions and functionsTing-Wei Lan2013-07-303-8/+87
* Move some common functions into separate filesTing-Wei Lan2013-07-294-158/+263
* Allow users to click "Open" if extraction has failedTing-Wei Lan2013-07-291-4/+7
* Click "Show in folder" when extracting should not destroy widgetsTing-Wei Lan2013-07-291-2/+4
* Fix segmentation fault in the previous commitTing-Wei Lan2013-07-291-1/+0
* Use g_signal_query to get signal infomationTing-Wei Lan2013-07-291-32/+28
* Remove unneeded memory allocation and copyingTing-Wei Lan2013-07-291-17/+3
* Add AutoarCreate boilerplate codeTing-Wei Lan2013-07-283-0/+525
* Fix incorrect properties descriptionTing-Wei Lan2013-07-282-3/+16
* Add more archive formats from archive.hTing-Wei Lan2013-07-281-10/+21
* Reject to copy the source file without doing modificationTing-Wei Lan2013-07-281-19/+54
* Fix bugs in the previous commitTing-Wei Lan2013-07-281-21/+26
* Fix extraction problems for archives containing only one fileTing-Wei Lan2013-07-271-35/+71
* Add seek and skip callback functions for libarchiveTing-Wei Lan2013-07-273-20/+126
* Fix issues in non-ASCII filenameTing-Wei Lan2013-07-271-1/+5
* Fix some typoTing-Wei Lan2013-07-272-11/+11
* Show error message in download panel if extraction failedTing-Wei Lan2013-07-272-3/+5
* Add autoarchive to tests because it is used by ephy-downloadTing-Wei Lan2013-07-271-0/+1
* Integrate autoarchive functions into Epiphany download panelTing-Wei Lan2013-07-264-27/+185
* Add asynchronous archives extracting functionsTing-Wei Lan2013-07-263-40/+204
* Revert "Add basic archive support using libarchive"Ting-Wei Lan2013-07-221-99/+1
* Complete archive preferences support and integrate into AutoarExtractTing-Wei Lan2013-07-227-18/+197
* Add AutoarPref settings reading supportTing-Wei Lan2013-07-224-78/+188
* Fix typo in configure.acTing-Wei Lan2013-07-221-1/+1
* Add .cpio check when removing the file extensionTing-Wei Lan2013-07-221-5/+4
* Use BUILT_SOURCES to fix some build dependencies problemTing-Wei Lan2013-07-212-7/+13
* Add AutoarPref boilerplate codeTing-Wei Lan2013-07-216-6/+630
* Fix some trivial things in the build systemTing-Wei Lan2013-07-193-6/+16
* Ignore unneeded files when extracting filesTing-Wei Lan2013-07-173-13/+77
* Set uid / gid when writing filesTing-Wei Lan2013-07-162-11/+89
* Change the meaning of size variable in AutoarExtractPrivateTing-Wei Lan2013-07-162-20/+16
* Add functions to writing files and a new testing programTing-Wei Lan2013-07-155-173/+449
* Add new function autoar_extract_start to do the extractionTing-Wei Lan2013-07-132-2/+230
* Implement callback functions for archive_read_openTing-Wei Lan2013-07-122-24/+122
* Add AutoarExtract class filesTing-Wei Lan2013-07-095-1/+591
* Add a checkbutton to toggle the automatical extractionTing-Wei Lan2013-07-082-0/+21
* Add basic archive support using libarchiveTing-Wei Lan2013-07-081-1/+99
* Add libarchive to dependenciesTing-Wei Lan2013-07-072-0/+5
* Add gsettings key "extract-downloaded-archives"Ting-Wei Lan2013-07-074-0/+28
* Add some extensions of compressed filesTing-Wei Lan2013-07-061-1/+1
* Fixed typo in author's nameDaniel Mustieles2013-07-053-3/+3
* Update the help index structureEkaterina Gerasimova2013-07-037-7/+11
* Add stub for bookmark topic helpEkaterina Gerasimova2013-07-031-0/+31
* Add help page about smart bookmarksEkaterina Gerasimova2013-07-031-0/+60
* Link bookmark help pages to the guideEkaterina Gerasimova2013-07-033-0/+3
* Finish the help guide for the bookmarks dialogEkaterina Gerasimova2013-07-031-10/+13
* Add help for cookie pref and dataEkaterina Gerasimova2013-07-033-17/+113
* Update help indexEkaterina Gerasimova2013-07-024-6/+10
* Review help about bookmarksEkaterina Gerasimova2013-07-022-35/+34
* Review adding bookmarks pageEkaterina Gerasimova2013-07-011-30/+19
* Reorder the help indexEkaterina Gerasimova2013-07-019-11/+17
* Fix validation error in browse-private help pageEkaterina Gerasimova2013-07-011-2/+2
* Add help for browsing local filesEkaterina Gerasimova2013-07-011-11/+21
* Add help about private browsingEkaterina Gerasimova2013-07-012-10/+44
* Add help for first run of using "Web"Ekaterina Gerasimova2013-07-011-11/+33
* Add help about browser historyEkaterina Gerasimova2013-07-012-9/+65
* Add the screenshot for the help introductionEkaterina Gerasimova2013-07-011-0/+0
* Finish the introduction to the helpEkaterina Gerasimova2013-06-301-10/+17
* prefs: Use the correct signal to monitor GtkFileChooserButton's selection cha...Federico Mena Quintero2013-06-221-1/+1
* uri-tester: fixed a G_CRITICAL when regexp was NULLSergio Villar Senin2013-06-171-1/+1
* Move profile directory check to after checking for application modeGustavo Noronha Silva2013-06-101-7/+7
* Update Arabic translationKhaled Hosny2013-06-091-179/+182
* update Simplified Chinese (zh_CN) translationtuhaihe2013-06-061-531/+595
* Updated POTFILES.inPiotr Drąg2013-06-051-1/+0
* Make about:applications handler asynchrounousCarlos Garcia Campos2013-06-051-4/+30
* Make about:memory handler asynchronousCarlos Garcia Campos2013-06-051-5/+32
* Make ephy-about-handler a GObject and handle all request using the same APICarlos Garcia Campos2013-06-053-128/+250
* Remove ephy-request-aboutCarlos Garcia Campos2013-06-054-129/+1
* Updated Czeach translationMarek Černocký2013-06-041-52/+58
* Updated Galician translationsFran Diéguez2013-06-021-235/+231
* configure.ac: require automake 1.11Alberto Garcia2013-06-012-2/+2
* l10n: Update Japanese translationJiro Matsuzawa2013-05-311-6/+6
* ephy-web-view: Do not use an idle to show crashed error pageCarlos Garcia Campos2013-05-301-25/+5
* [release] 3.9.23.9.2Xan Lopez2013-05-302-2/+15
* gd-main-icon-view: include config.hAlberto Garcia2013-05-241-0/+2
* Updated Hebrew translation.Yaron Shahrabani2013-05-241-51/+57
* ephy-find-toolbar: Correct the parent class usedBastien Nocera2013-05-241-1/+1
* ephy-web-view: do not load the crash page for pages that have not been loaded...Claudio Saavedra2013-05-211-4/+6
* ephy-web-view: don't store page title in history when it's frozenClaudio Saavedra2013-05-211-3/+4
* ephy-web-view: thaw history when load is finishedClaudio Saavedra2013-05-201-2/+2
* ephy-main: actually add the FIXME that goes with the previous wayland fixClaudio Saavedra2013-05-201-0/+4
* Make sure we only rely on X11 to obtain timestamps when we are running in a X...Iago Toral Quiroga2013-05-201-3/+15
* Updated Norwegian bokmål translationKjartan Maraas2013-05-161-225/+247
* [l10n] Updated Turkish translationMuhammet Kara2013-05-131-1011/+1385
* Updated help: Changes to bookmark pagesAruna Sankaranarayanan2013-05-094-12/+74
* Updated help: Added content to bookmark pagesAruna Sankaranarayanan2013-05-074-26/+49
* Updated help: Edited pages to sort bookmarks.Aruna Sankaranarayanan2013-05-063-25/+33
* Updated Slovenian translationMatej Urbančič2013-05-051-369/+483
* Allow running a regular standalone instance with a different profileGustavo Noronha Silva2013-05-043-7/+9
* Updated Spanish translationDaniel Mustieles2013-05-041-234/+232
* Updating help:New topic bookmark-addAruna Sankaranarayanan2013-05-031-8/+40
* Added missing mnemonics in application menu.Adam Dingle2013-05-032-4/+4
* ephy-embed: do not expand the top_widgets_vboxClaudio Saavedra2013-04-291-1/+1
* update Malayalam translationPraveen Arimbrathodiyil2013-04-261-1049/+1429
* configure.ac: depend on libsoup 2.42.1Xan Lopez2013-04-171-1/+1
* l10n: Update Japanese translationJiro Matsuzawa2013-04-141-21/+21
* Add structure for new Mallard help, bug 668110Ekaterina Gerasimova2013-04-1321-0/+730
* l10n: Update Japanese translationHajime Taira2013-04-111-29/+11
* l10n: Update Japanese translationJiro Matsuzawa2013-04-111-4/+4
* uri-tester: Overwrite existing filters on updateSebastian Keller2013-04-101-1/+1
* Updated Russian translationYuri Myasoedov2013-04-081-526/+614
* Updated British English translationBruce Cowan2013-04-071-543/+609
* Only connect to the FormAuthDataSaveConfirmationRequired signal of the instan...Carlos Garcia Campos2013-04-061-1/+1
* Compile template pages as GResourcesCarlos Garcia Campos2013-04-058-24/+23
* Unify all web context setup in EphyEmbedShell on primary instance startupCarlos Garcia Campos2013-04-054-105/+112
* Update French translationAlexandre Franke2013-04-031-2/+2
* Do not schedule a DNS prefetch for invalid URIs or without a hostnameCarlos Garcia Campos2013-03-301-1/+8
* Updated Czech translationMarek Černocký2013-03-301-1/+1
* Updated Hebrew translation.Yaron Shahrabani2013-03-281-233/+247
* ephy-encoding-dialog: use the right signal to track load statusXan Lopez2013-03-261-0/+11
* Update uk translationDaniel Korostil2013-03-261-894/+956
* ephy-web-view: restore zoom level on load startedXan Lopez2013-03-261-3/+3
* ephy-notebook: fix memory leakXan Lopez2013-03-261-1/+2
* ephy-encoding-dialog: make this work againXan Lopez2013-03-251-3/+3
* l10n: Update Japanese translationOKANO Takayoshi2013-03-251-522/+588
* Updated Czech translationMarek Černocký2013-03-251-222/+241
* Updated Czech translationAdam Matoušek2013-03-251-506/+464
* updating Hindi TranslationChandan Kumar2013-03-251-654/+722
* Fix translations of keywords in .desktop filesPiotr Drąg2013-03-252-2/+2
* Updated POTFILES.inPiotr Drąg2013-03-251-1/+0
* ephy-bookmarks-import: sort headersXan Lopez2013-03-241-8/+7
* ephy-embed-shell: unref downloads in disposeXan Lopez2013-03-241-10/+4
* ephy-embed-shell: use g_list_free_fullXan Lopez2013-03-241-2/+1
* Get rid of EphyEmbedSingleXan Lopez2013-03-2413-402/+88
* Remove dummy work offline codeXan Lopez2013-03-243-22/+0
* ephy-window: do not track network-statusXan Lopez2013-03-241-33/+0
* Update Arabic translationKhaled Hosny2013-03-241-145/+155
* configure.ac: do not define EPIPHANY_UA_VERSIONXan Lopez2013-03-241-4/+0
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-241-116/+120
* ephy-web-view-test: disconnect signals after test is overXan Lopez2013-03-221-0/+1
* uri-tester: define ad check types hereXan Lopez2013-03-223-190/+29
* ephy-adblock-manager: remove, this is unused nowXan Lopez2013-03-222-199/+0
* ephy-shell: remove non-WebKit2 bits for adblock managerXan Lopez2013-03-221-8/+0
* Makefile.am: remove WebKit2 conditional build bits from embed/Xan Lopez2013-03-221-16/+0
* ephy-web-view: remove some remaining non WebKit2 bitsXan Lopez2013-03-221-361/+0
* ephy-embed-utils: remove non WebKit2 bitsXan Lopez2013-03-221-5/+0
* ephy-embed-event: remove non WebKit2 bitsXan Lopez2013-03-221-6/+0
* ephy-embed-prefs: remove non WebKit2 bitsXan Lopez2013-03-222-241/+0
* ephy-download: remove non WebKit2 bitsXan Lopez2013-03-222-121/+1
* ephy-about-handler: add license, G_{BEGIN,END}_DECLS, etcXan Lopez2013-03-221-5/+22
* ephy-about-handler: remove non WebKit2 bitsXan Lopez2013-03-221-51/+0
* configure.ac: bump version to 3.9.0Xan Lopez2013-03-221-2/+2
* ephy-window: connect the reload/stop button the load statusXan Lopez2013-03-221-0/+20
* ephy-embed: remove non WebKit2 bitsXan Lopez2013-03-212-387/+0
* ephy-embed-shell: remove non WebKit2 bitsXan Lopez2013-03-212-56/+0
* Move the clear cache method to EphyEmbedShellXan Lopez2013-03-215-18/+16
* ephy-web-view: remove non WebKit2 bitsXan Lopez2013-03-212-867/+4
* ephy-embed-single: remove non WebKit2 bitsXan Lopez2013-03-212-218/+0
* configure.ac: remove WebKit2 config stuffXan Lopez2013-03-211-11/+3
* Updated Tamil translationDr.T.Vasudevan2013-03-211-729/+1049
* L10N: Updated Persian TranslationArash Mousavi2013-03-211-272/+297
* [release] 3.7.923.7.92Xan Lopez2013-03-212-1/+12
* ephy-embed-shell-test: unskip web created testXan Lopez2013-03-211-6/+0
* ephy-embed-shell-test: try harder to find the schemas dirXan Lopez2013-03-211-0/+13
* Move code to initialize preferences from ephy-main to ephy-shellCarlos Garcia Campos2013-03-203-29/+47
* ephy-web-view: disable modified forms check in WebKit2Xan Lopez2013-03-201-0/+3
* [l10n] Updated Italian translation.Gianvito Cavasoli2013-03-201-552/+554
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-202-0/+2615
* ephy-profile-migrator: Check for errors correctlyBastien Nocera2013-03-201-2/+1
* ephy-profile-migrator: Stop spinning when porting form passwordsBastien Nocera2013-03-201-6/+13
* Load back item when back is clicked with control held/middle clicked, for wk2Gustavo Noronha Silva2013-03-191-0/+25
* Update French translationAlexandre Franke2013-03-191-537/+518
* ephy-web-view: actually move signal handler disconnects to disposeXan Lopez2013-03-191-30/+30
* ephy-web-view: disconnect form auth signal handler or disposeXan Lopez2013-03-191-45/+47
* ephy-window: disable a few more actions in application modeXan Lopez2013-03-191-4/+8
* ephy-embed-single-test: skip form auth test in WebKit2Xan Lopez2013-03-191-0/+4
* ephy-embed-prefs: Implement user style sheet setting in WebKit2Carlos Garcia Campos2013-03-191-6/+60
* embed: Use a custom WebKitWebViewGroup for all ephy web viewsCarlos Garcia Campos2013-03-194-19/+44
* [l10n] Update Japanese translationHajime Taira2013-03-181-10/+11
* Updated Belarusian translation.Ihar Hrachyshka2013-03-171-63/+77
* ephy-embed: Remove TODO comments about missing send-request signalCarlos Garcia Campos2013-03-171-4/+1
* web-extension: Do not use C++ commentsCarlos Garcia Campos2013-03-171-1/+1
* Add spelling suggestion to the context menu in WebKit2Carlos Garcia Campos2013-03-172-7/+57
* Updated Latvian translationRūdolfs Mazurs2013-03-171-7878/+2600
* Updated Latvian translationRūdolfs Mazurs2013-03-171-2614/+7900
* Updated Hungarian translationBalázs Úr2013-03-171-169/+244
* ephy-session: fix memory leakXan Lopez2013-03-171-0/+2
* Updated Uyghur translationGheyret Kenji2013-03-171-63/+78
* Updated Korean translationChangwoo Ryu2013-03-171-537/+638
* ephy-find-toolbar: freaking tabsXan Lopez2013-03-161-1/+1
* ephy-find-toolbar: fix memory leakXan Lopez2013-03-161-0/+1
* Revert "Add spelling suggestion to the context menu in WebKit2"Xan Lopez2013-03-161-47/+4
* ephy-session: fix GTask leakXan Lopez2013-03-161-0/+1
* Add spelling suggestion to the context menu in WebKit2Carlos Garcia Campos2013-03-161-4/+47
* ephy-bookmarks-export: fix memory leakXan Lopez2013-03-161-0/+2
* Updated Lithuanian translationAurimas Černius2013-03-161-27/+44
* configure.ac: added a missing ')'Sergio Villar Senin2013-03-151-1/+1
* configure.ac: drop the EPIPHANY_API_VERSION variableXan Lopez2013-03-151-4/+0
* configure.ac: require WebKitGTK+ 1.11.92Xan Lopez2013-03-151-1/+1
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-03-151-580/+644
* [l10n] Updated Catalan translationGil Forcada2013-03-151-568/+632
* Updated Slovenian translationMartin Srebotnjak2013-03-151-312/+206
* web-extension: Implement Do Not Track in WebKit2Carlos Garcia Campos2013-03-152-9/+13
* web-extension: Implement pre-filled forms in WebKit2Carlos Garcia Campos2013-03-158-52/+675
* Move the code to crate the remember passwords info bar widget to its own func...Carlos Garcia Campos2013-03-141-39/+54
* Do not use ephy-auth-data in ephy-embed-single for WebKit2Carlos Garcia Campos2013-03-141-6/+19
* ephy-bookmarks-editor: fix compiler warningsXan Lopez2013-03-141-1/+3
* window-commands: do not show favicon.ico downloads in the UIXan Lopez2013-03-141-0/+6
* ephy-download-test: do nothing when the download is finishedXan Lopez2013-03-141-0/+1
* ephy-embed-single: also initialize nspluginwrapper plugins in WebKit2Xan Lopez2013-03-131-0/+4
* Fix provisional_load_failure_updates_back_forward_list test in WK2Manuel Rego Casasnovas2013-03-131-8/+53
* Updated Portuguese translation and converted to New Spelling (Novo AO)Duarte Loreto2013-03-131-710/+775
* Updated Danish translationKennethNielsen2013-03-131-527/+601
* ephy-shell-test: fix compiler warningsXan Lopez2013-03-131-4/+3
* configure.ac: remove --with-webkit2 flagXan Lopez2013-03-131-3/+2
* Fix EphyShell tests in WK2 waiting until views are loadedManuel Rego Casasnovas2013-03-134-25/+76
* Move methods related to view load from ephy-session-test to ephy-test-utilsManuel Rego Casasnovas2013-03-134-91/+173
* ephy-embed-shell: set bus watch id to zeroXan Lopez2013-03-131-1/+3
* ephy-web-extension: fix coding styleXan Lopez2013-03-131-3/+3
* ephy-form-auth-data: remove query section from URIsXan Lopez2013-03-131-0/+1
* Set the disk cache directory depending on the ephy mode in WebKit2Carlos Garcia Campos2013-03-132-1/+9
* ephy-web-view: cast object to the right typeXan Lopez2013-03-131-1/+1
* Fix download tests in WK2Manuel Rego Casasnovas2013-03-132-4/+1
* Updated Polish translationPiotr Drąg2013-03-131-74/+91
* Updated Indonesian translationAndika Triwidada2013-03-121-463/+459
* Assamese translation updated for gnome 3.8Nilamdyuti Goswami2013-03-121-68/+78
* Add EphyFormAuthDataCache to ephy-form-auth-dataCarlos Garcia Campos2013-03-125-129/+176
* lib: Move auth data query/store methods from ephy-profile-utils to a new fileCarlos Garcia Campos2013-03-129-300/+348
* Move find_username_and_password_elements to ephy-web-dom-utilsCarlos Garcia Campos2013-03-123-78/+75
* Updated Brazilian Portuguese translationRafael Ferreira2013-03-121-59/+76
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-121-528/+597
* Port to wk2 webview's snapshotting APIClaudio Saavedra2013-03-122-13/+100
* Updated Galician translationsFran Diéguez2013-03-121-27/+44
* ephy-web-view-test: skip another failing testXan Lopez2013-03-121-0/+5
* ephy-shell-test: skip a couple of failing tests in WK2Xan Lopez2013-03-121-0/+10
* Using webkit_web_view_load_request() after webkit_uri_request_set_uri() in WK2Manuel Rego Casasnovas2013-03-121-1/+2
* ephy-download-test: comment out this test for now, since it's brokenXan Lopez2013-03-121-0/+4
* ephy-session-test: make session tests work more reliablyXan Lopez2013-03-121-8/+131
* [l10n] Updated German translationMario Blättermann2013-03-121-61/+75
* Updated Spanish translationDaniel Mustieles2013-03-121-58/+75
* Updated Greek translationDimitris Spingos2013-03-111-58/+75
* configure.ac: second try for WebKit2 by defaultXan Lopez2013-03-111-3/+3
* ephy-navigation-history-action: fix compiler warningsXan Lopez2013-03-111-5/+5
* Show an error page when the WebProcess crashesXan Lopez2013-03-114-1/+123
* ephy-embed-shell: add a ::web-view-created signalXan Lopez2013-03-113-1/+53
* Updated Serbian translationМирослав Николић2013-03-112-174/+220
* [l10n] Updated German translationTobias Endrigkeit2013-03-101-125/+149
* Updated Latvian translationRūdolfs Mazurs2013-03-101-601/+630
* Update Arabic translationKhaled Hosny2013-03-101-524/+573
* Updated Lithuanian translationAurimas Černius2013-03-091-87/+110
* pdm-dialog: remove compiler warningsXan Lopez2013-03-091-1/+3
* Fix missing call to webkit_uri_request_set_uri in WK2Manuel Rego Casasnovas2013-03-091-1/+1
* [l10n] Update Japanese translationHajime Taira2013-03-091-422/+437