aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ephy-web-view: fix multiple deletes in about:applicationsXan Lopez2011-09-061-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 failsClaudio Saavedra2011-09-061-9/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658060
* Ask the user for confirmation before overwriting web applicationsClaudio Saavedra2011-09-061-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 translationsFran Dieguez2011-09-061-88/+100
|
* Updated POTFILES.inPiotr Drąg2011-09-061-8/+8
|
* Implement about:applicationsXan Lopez2011-09-064-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 Lopez2011-09-064-2/+2
| | | | We'll need to access embed/ data for about:applications.
* Updated galician translationsFran Dieguez2011-09-051-24/+23
|
* Updated Spanish translationJorge González2011-09-051-81/+53
|
* Updated Spanish translationJorge González2011-09-051-252/+293
|
* e-web-view: fix error pages for RTL localesVinicius Depizzol2011-09-053-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 paragraphsDiego Escalante Urrelo2011-09-051-10/+11
| | | | Bug #314205
* Restore galician translations due unknown errorFran Dieguez2011-09-051-149/+163
|
* e-web-view: better messages in error pagesDiego Escalante Urrelo2011-09-051-4/+15
| | | | | | Use better words to describe the situation, avoid techie terms. Bug #637903
* e-file-helpers: implement and use ephy_file_delete_dir_recursivelyDiego Escalante Urrelo2011-09-053-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 usefullyDiego Escalante Urrelo2011-09-052-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 markupDiego Escalante Urrelo2011-09-053-111/+238
| | | | | | | Use attributes instead of hardcoding the markup on the translatable string. Bug #102382
* prefs-dialog: remove unused underline propertyDiego Escalante Urrelo2011-09-051-2/+0
| | | | Bug #102382
* Updated galician translationsFran Dieguez2011-09-051-225/+253
|
* Updated Arabic translationAbdalrahim G. Fakhouri2011-09-041-330/+413
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-042-652/+806
|
* ephy-window: hide some irrelevant context menu actions when in app modeXan Lopez2011-09-041-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657624
* ephy-bookmarks-ui: we need to include the EphyNode headerXan Lopez2011-09-041-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 sortXan Lopez2011-09-041-0/+1
|
* HACKING: another tweak, accommodate to what ephy has been doingXan Lopez2011-09-041-1/+2
|
* ephy-window: sort includesXan Lopez2011-09-041-28/+28
|
* ephy-web-app-utils: adjust includes to styleguideXan Lopez2011-09-041-2/+0
|
* HACKING: remove dubious guideline, add guideline for headersXan Lopez2011-09-041-6/+8
|
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-044-167/+187
|
* ephy-web-view: silence compiler warningXan Lopez2011-09-031-0/+1
|
* ephy-web-app-utils: rename ephy_delete_web_application to ↵Xan Lopez2011-09-033-4/+4
| | | | | | ephy_web_application_delete You know, use namespaces correctly and all that.
* Add ephy_web_application_get_profile_directory()Claudio Saavedra2011-09-023-9/+26
| | | | And factor out some code
* Move EPHY_WEB_APP_PREFIX declaration to a cleaner locationClaudio Saavedra2011-09-022-2/+2
|
* Add --delete--application command line option to delete WebAppsXan Lopez2011-09-024-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 progressClaudio Saavedra2011-09-021-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 translationDaniel Nylander2011-09-011-417/+260
|
* Updated Lithuanian translationAurimas Černius2011-09-011-467/+513
|
* Updated Norwegian bokmål translationKjartan Maraas2011-09-011-219/+247
|
* Updated Persian translationArash Mousavi2011-08-311-304/+390
|
* Updated Spanish translationJorge González2011-08-311-46/+45
|
* Fixed and updated Russian translationStas Solovey2011-08-311-333/+402
|
* Updated Spanish translationJorge González2011-08-311-42/+44
|
* Updated Spanish translationJorge González2011-08-311-237/+263
|
* [release] 3.1.903.1.90Xan Lopez2011-08-302-1/+9
|
* ephy-window: same hack to allow ephy to launch itself from app modeXan Lopez2011-08-301-0/+4
|
* window-commands: make 'Enter' activate the default responseXan Lopez2011-08-301-0/+1
| | | | Which creates the corresponding Web App.
* ephy-web-view: do not launch ephy with jhbuildXan Lopez2011-08-291-1/+1
| | | | Leftovers from testing.
* Show a notification when the newly created web-app is ready to be usedXan Lopez2011-08-293-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 headerXan Lopez2011-08-292-1/+2
| | | | We'll use it from src/ for a bit of a gross hack...
* ephy-file-helpers: make .desktop file launcher method parameters optionalXan Lopez2011-08-291-5/+9
| | | | We don't always need them.
* ephy-window: sandbox app-mode instances to the app domainXan Lopez2011-08-291-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 checkXan Lopez2011-08-291-0/+5
| | | | | Using private profile and app mode at the same time does not make sense.
* ephy-toolbar: disable New Window and New Tab actionsXan Lopez2011-08-291-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 ApplicationsXan Lopez2011-08-298-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 Antopolski2011-08-281-2469/+2451
| | | | ...as part of the process of fixing bug#610152
* Updated Russian translationYuri Myasoedov2011-08-271-317/+375
|
* Updated Brazilian Portuguese translation.Og B. Maciel2011-08-251-72/+57
|
* [release] 3.1.53.1.5Xan Lopez2011-08-242-2/+16
|
* Updated Bulgarian translationIvaylo Valkov2011-08-221-321/+372
|
* update Punjabi TranslationA S Alam2011-08-211-329/+375
|
* Updated Indonesian translationAndika Triwidada2011-08-191-788/+699
|
* Added UG translationAbduxukur Abdurixit2011-08-201-39/+38
|
* Depend on glib >= 2.29.10Gustavo Noronha Silva2011-08-161-1/+1
| | | | | We rely on Unicode API that is only available from that version onwards.
* e-web-view: use hostname in geolocation infobarDiego Escalante Urrelo2011-08-131-1/+4
| | | | | | | Instead of the full URI, make it more readable and use only the hostname. Bug #649164
* Use line-wrap in GtkInfoBar labelsDiego Escalante Urrelo2011-08-132-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 urisDiego Escalante Urrelo2011-08-132-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 directoryDiego Escalante Urrelo2011-08-121-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 translationMario Blättermann2011-08-121-347/+396
|
* e-web-view: use ephy_string_get_host_nameDiego Escalante Urrelo2011-08-111-4/+4
| | | | Bug #655899
* Updated Hungarian translation by Balázs Meskó <meskobalazs at gmail dot com>Gabor Kelemen2011-08-021-316/+375
|
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-305-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 newlineDiego Escalante Urrelo2011-07-301-2/+1
|
* e-embed: remove useless e-file-chooser includeDiego Escalante Urrelo2011-07-301-1/+0
|
* Updated Brazilian Portuguese translationRodrigo Padula de Oliveira2011-07-291-1262/+729
|
* Fixed some strings in Brazilian Portuguese translationSergio Cipolla2011-07-291-1296/+1280
|
* Updated Swedish translationDaniel Nylander2011-07-291-324/+560
|
* Don't use g_list_length() to check for empty listsClaudio Saavedra2011-07-232-2/+2
| | | | An empty list is simply NULL.
* Updated Finnish translationTommi Vainikainen2011-07-191-1254/+797
|
* Fixed a typoPriit Laes2011-07-181-1/+1
|
* Remove leftover from Gecko eraPriit Laes2011-07-181-1/+0
|
* ephy-window: clear finished downloads when closing the downloads barDiego Escalante Urrelo2011-07-171-0/+22
| | | | | | | | | | | When a download finishes but you don't 'activate' it (open or browsing) the widget stays alive on the downloads-bar, worse, if open or browse actions fail, the download can't be removed from the bar. This commit clears finished downloads from the downloads-bar when it is closed (with the X button). Hiding it will *not* trigger this cleanup. Bug #653918
* ephy-file-helpers: nautilus now highlights filesDiego Escalante Urrelo2011-07-171-12/+1
| | | | | | | You can now call nautilus on a full path and it will highlight the file in its parent directory. Bug #654763
* ephy-file-helpers: use correct inode/directory typeJosselin Mouette2011-07-171-1/+1
| | | | | | Otherwise "Browse to" feature fails because we are using an obsolete mime type. Bug #651699
* src: clean leftover NetworkManager varsDiego Escalante Urrelo2011-07-171-2/+0
| | | | Bug #653695
* ephy-download-widget: unescape tooltipsDiego Escalante Urrelo2011-07-171-1/+4
| | | | | | | In ae374ca97044684d6a33bb11ae8bccac06a85b9f we forgot about the tooltip. Bug #653690
* Updated Aragonese translationDaniel Martinez Cucalon2011-07-141-210/+252
|
* Don't bypass g-ir-scanner's --pkg, especially when that's already passed.Jasper Lievisse Adriaanse2011-07-141-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653031
* Updated Latvian translation.Rudolfs Mazurs2011-07-121-307/+364
|
* [l10n]Updated Catalan documentationDavid Aguilera2011-07-101-25/+25
|
* [l10n]Updated Catalan documentationDavid Aguilera2011-07-081-617/+630
|
* Added UG translationAbduxukur Abdurixit2011-07-071-164/+199
|
* ephy-location-entry: use new channel-{secure,insecure} symbolic iconsXan Lopez2011-07-071-2/+2
| | | | Bug #650789
* ephy-profile-migrator: use new g_utf8_substringXan Lopez2011-07-051-19/+2
|
* [3.1.3] releaseXan Lopez2011-07-052-1/+19
|
* window-commands: make get_suggested_title a separate functionXan Lopez2011-07-051-21/+29
| | | | We'll reuse it in the future.
* ephy-window: remove unused resize idle handler idXan Lopez2011-07-051-7/+0
|
* Updated Galician translationsFran Dieguez2011-07-051-58/+66
|
* Updated Slovenian translationMatej Urbančič2011-07-031-30/+34
|
* Updated Hebrew translation.Yaron Shahrabani2011-07-021-144/+180
|
* Updated Norwegian bokmål translationKjartan Maraas2011-07-021-58/+66
|
* Updated Spanish translationDaniel Mustieles2011-07-011-50/+54
|
* Updated Turkish translationMuhammet Kara2011-07-011-64/+66
|
* Open a new window in the primary instance when remoting without URIsClaudio Saavedra2011-07-011-3/+13
|
* Delete trailing whitespaces in ephy-shell.cClaudio Saavedra2011-07-011-63/+63
|
* ephy-shell: use new HACKING styleXan Lopez2011-06-302-832/+770
|
* Add an --application-mode flag and global modeXan Lopez2011-06-303-8/+25
| | | | | | | | | For now it's pretty much like a private instance, but: - A profile directory *must* be passed - Global passwords and cookies are accessed. In the future we'll likely restrict cookies to the ones for the web application domain, which we'll copy from the main cookies file.
* Use an enum for the global mode of the applicationXan Lopez2011-06-308-29/+39
| | | | In preparation to add a new mode for WebApps.
* ephy-window: do not set the app for the window twiceXan Lopez2011-06-301-2/+0
| | | | We already call gtk_application_add_window
* ephy-shell: set GApplication flags in constructed vmethodXan Lopez2011-06-301-6/+17
| | | | Cleaner than doing it in the constructor.
* ephy-shell: do not ref the shell more than neededXan Lopez2011-06-301-2/+0
| | | | | We already guarantee that the app will stay up by adding the windows to the GtkApplication, so stop reffing the shell in these callbacks.
* Use GtkApplication's window tracking for EphyWindow tooXan Lopez2011-06-303-45/+1
| | | | | | | | Instead of our own home-grown system. I think we should subclass window_added in GtkApplication and do there the session & state stuff and get rid of ephy_session_add_window and ephy_state_add_window.
* Always use the EphyEmbedShell to know if we are a private instanceXan Lopez2011-06-305-19/+3
| | | | We can now get rid of the EphyFileHelpers method.
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-3012-603/+448
| | | | | | | | | | | We want to use EphyApplication from embed/ too, so instead of following the EphyEmbedShell/EphyShell pattern just fold the code into the Shell itself. This makes sense since both classes have basically the same function, and we can easily leave the non-embed code in EphyShell and move to EphyEmbedShell the bits we want to be global. The better name would be EphyCoreApplication/EphyApplication for the resulting object, but we can do this later.
* ephy-application: use our private instance propertyXan Lopez2011-06-292-2/+18
| | | | | | Instead of relying on ephy-file-helpers global method. Down the road we want to do this everywhere, but first we need some refactoring to be able to use EphyApplication outside of src/.
* ephy-application: set G_APPLICATION_NON_UNIQUE inside the objectXan Lopez2011-06-292-9/+6
| | | | Based on the private-instance paramater.