Commit Graph

46 Commits

Author SHA1 Message Date
Carsten Haitzler 5a3fb784da update po's
SVN revision: 75959
2012-09-03 07:25:48 +00:00
Carsten Haitzler c78a404b15 update po's for elm
SVN revision: 75857
2012-08-30 09:26:01 +00:00
Carsten Haitzler 4a1becc2ba no this isnt release - this is simply me removing the beta tag so when
we release it's ready.



SVN revision: 75740
2012-08-27 10:24:41 +00:00
ChunEon Park 4f0909db06 elementary - updated po
SVN revision: 75722
2012-08-27 08:22:00 +00:00
Carsten Haitzler 1f5c3dd6c7 po updates...
SVN revision: 75341
2012-08-17 03:57:07 +00:00
Carsten Haitzler aadb4ecaef update more po's
SVN revision: 75097
2012-08-10 11:03:50 +00:00
Carsten Haitzler ce0fc89fa1 update pos'
SVN revision: 75088
2012-08-10 10:36:23 +00:00
Carsten Haitzler 924936bf35 update elm po's
SVN revision: 73496
2012-07-09 10:18:46 +00:00
ChunEon Park e9022240c9 elementary/po - updated
SVN revision: 71980
2012-06-12 06:46:38 +00:00
Jihoon Kim dd41116d31 elementary: fix tom and aharon's e-mail address
SVN revision: 71433
2012-05-25 23:58:55 +00:00
Carsten Haitzler e23817d81a update po's
SVN revision: 71407
2012-05-24 10:08:09 +00:00
Carsten Haitzler a9e1a4dd38 update po's
SVN revision: 70513
2012-04-27 06:17:08 +00:00
Carsten Haitzler 4498a23ad0 restore .99 micro versions for trunk and add back svnrev vers too.
SVN revision: 70492
2012-04-26 04:51:32 +00:00
Carsten Haitzler 25cbedb278 update po's
SVN revision: 70487
2012-04-26 04:13:17 +00:00
Carsten Haitzler f31dce6d5e update po's
SVN revision: 70373
2012-04-21 01:51:18 +00:00
ChunEon Park 347f4065e5 elementary/po - updated
SVN revision: 70221
2012-04-16 06:56:18 +00:00
Carsten Haitzler f614a75a2e update po's?
SVN revision: 69594
2012-03-24 02:53:31 +00:00
Carsten Haitzler bb5d9f35ff update po.
SVN revision: 69564
2012-03-22 10:59:45 +00:00
Carsten Haitzler 4e52b7da7f update po's
SVN revision: 69502
2012-03-19 06:59:28 +00:00
Carsten Haitzler 1c5a2bf377 gear up svn for release. one of many steps/things to do.
SVN revision: 69481
2012-03-17 04:17:29 +00:00
Carsten Haitzler 0d8669c50f update po's
SVN revision: 69015
2012-03-07 18:32:08 +00:00
myoungwoon kim 41148d0c62 From: myoungwoon kim <myoungwoon@gmail.com>
Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indicator
opacity mode

This is Myoungwoon Roy Kim.

This patches are for supporting the indicator's opacity mode and made by
Jeonhoon Park(jh1979.park@samsung.com) who is responsible for Indicator
application.

Requirements:
- In mobile device, Indicator area should be displayed as Opacity,
Transparency, or sometimes Translucency according to the UX
requirements.
This requirement can be applied in case of fullscreen based menu and
fullscreen applications like video player etc.

Functional requirements:
1. User can set indicator's opacity mode as opacity, transparency, and
translucency
2. User can get the current indicator's opacity mode.

Currently there are no APIs for supporting the upper functional
requirements.

Thus, he added support for indicator's opacity mode.
It is designed for EFL developers easily to set the indicator's opacity
like the existing indicator's mode.
He added a Elm_Win_Indicator_Opacity_Mode structure variable into
Elm_Win
structure.
Meanwhile, new two APIs are implemented independently from the existing
source code.

Anybody please review this and apply it to upstream code.



SVN revision: 68959
2012-03-07 14:27:36 +00:00
ChunEon Park 123dd6c01c elementary/po - updated
SVN revision: 68902
2012-03-07 08:44:54 +00:00
ChunEon Park f8e679a449 elementary - updated po
SVN revision: 68757
2012-03-06 01:29:12 +00:00
Daniel Juyung Seo c05c365168 elm: Updated po
SVN revision: 68006
2012-02-16 07:06:09 +00:00
Daniel Juyung Seo e9e61de96b elm po: Updated po files.
SVN revision: 67033
2012-01-11 02:01:48 +00:00
Daniel Juyung Seo 9a4406a9dc elm po: Updated po.
SVN revision: 66928
2012-01-06 06:42:13 +00:00
ChunEon Park 18f2abe29b elementary - updated po
SVN revision: 66676
2011-12-30 08:57:12 +00:00
Daniel Juyung Seo c633829477 elm po: Updated po.
SVN revision: 66489
2011-12-24 04:20:22 +00:00
Carsten Haitzler 4fc906898c update po's
SVN revision: 65687
2011-11-29 09:40:49 +00:00
Mike McCormack 7616608594 elementary: Update translations
SVN revision: 65558
2011-11-24 04:02:27 +00:00
ChunEon Park 42a7aea27c elementary - updated po
SVN revision: 64924
2011-11-08 01:02:39 +00:00
Daniel Juyung Seo 30040fc2f3 elm: Updated po.
SVN revision: 64342
2011-10-24 01:04:35 +00:00
Daniel Juyung Seo 92b18a38f3 elm po: Updated po files.
SVN revision: 63411
2011-09-15 14:39:43 +00:00
Daniel Juyung Seo 764921e689 elm calendar: Internationalization of calendar title. Patch by Jihoon Kim <imfine98@gmail.com>
On Tue, Sep 13, 2011 at 10:47 PM, Jihoon Kim <imfine98@gmail.com> wrote:
> Hello, EFL developers.
>
> At this moment, the title format of elementary calendar widget is "%B %Y".
> However, it should be displayed as "%Y년 %B" in Korea.
> This patch is implemented for supporting this feature.
>
> Would you please apply this patch?


SVN revision: 63360
2011-09-13 16:58:10 +00:00
Daniel Juyung Seo 783b313aba elm po: Updated po files.
SVN revision: 63292
2011-09-08 10:28:49 +00:00
Daniel Juyung Seo f3ad524a28 elm po: Updated po files.
SVN revision: 62088
2011-08-04 09:55:00 +00:00
Daniel Juyung Seo d4d44ef9ed elm po: Updated po files.
SVN revision: 61696
2011-07-25 14:33:03 +00:00
Daniel Juyung Seo c8cd65f2b1 elm po: Updated po files.
SVN revision: 61492
2011-07-19 03:43:53 +00:00
Daniel Juyung Seo 0c61125566 Elementary: po update.
SVN revision: 59155
2011-05-03 17:55:48 +00:00
Daniel Juyung Seo 0ad8cd8913 Elementary po: Updated po files.
SVN revision: 58796
2011-04-21 12:22:07 +00:00
Tom Hacohen f219f67db7 Elementary: Fixed .po warnings.
SVN revision: 57053
2011-02-15 14:32:38 +00:00
Tom Hacohen d2d4b44c31 Elementary fileselector: Updated translatable strings and regenerated .pos
SVN revision: 57051
2011-02-15 14:32:27 +00:00
Tom Hacohen d50241e51e Elementary translations: Updated Hebrew translation and regenerated .pos.
SVN revision: 57050
2011-02-15 13:52:33 +00:00
Sebastian Dransfeld 632eb78c55 update for change of text line in source file
SVN revision: 56704
2011-02-03 23:18:48 +00:00
Tom Hacohen 689ff9abd5 Elementary: Added the infrastructure for ui-mirroring support.
* Added elm_mirrored_get/set to set the system mirrored mode
* Added elm_widget_mirrored/get/set to set each widget's mirrored mode.
* Added code to set the system mirrored mode from translations to elementary and added translations for all the rtl languages. (a trick to load according to locale).
* Future commits will include specific widgets mirrored mode handling.
Work by Aharon Hillel and Tom Hacohen.

SVN revision: 56673
2011-02-03 15:52:49 +00:00