Commit Graph

14581 Commits

Author SHA1 Message Date
Massimo Maiurana eac866213e updating italian translations
SVN revision: 79409
2012-11-17 15:05:05 +00:00
Massimo Maiurana 077a77c79f Make some messages translatable (patch from Igor Murzov)
SVN revision: 79408
2012-11-17 14:34:03 +00:00
Massimo Maiurana 57d4190278 updating spanish and galician translations
SVN revision: 79404
2012-11-16 22:30:00 +00:00
Mike Blumenkrantz 36af3ea6bb only post-adjust menu position for non-submenus
ticket #1802


SVN revision: 79403
2012-11-16 22:09:48 +00:00
Mike Blumenkrantz 5e139f8de9 E17 ALPHA 3: ASSEEEEEEMMMMMBBLLLLEEEEEEEEEEE
SVN revision: 79398
2012-11-16 14:59:29 +00:00
Carsten Haitzler 30cf91f6eb fix sans: -> sans
SVN revision: 79391
2012-11-16 13:59:24 +00:00
Carsten Haitzler 59731373c9 add new splash... i'm not so happy with the colored led's tho... :(
SVN revision: 79390
2012-11-16 13:57:49 +00:00
Daniel Juyung Seo f185eabf92 e e_entry.c: 1. Used EINA_TRUE/FALSE for Eina_Bool. 2. Removed unused variable 'have_preedit'
SVN revision: 79379
2012-11-16 11:46:03 +00:00
Carsten Haitzler a3c74df16f ok - 17x17 :)
SVN revision: 79378
2012-11-16 11:20:37 +00:00
Massimo Maiurana 7cda759798 updating german translations
SVN revision: 79377
2012-11-16 11:20:04 +00:00
Carsten Haitzler 7d4d6070fe ensure icon-only buttons have at least 12x12 icons
SVN revision: 79376
2012-11-16 11:18:37 +00:00
Carsten Haitzler a8e86f9922 and make ibar text overlay look like it fits.
SVN revision: 79375
2012-11-16 10:38:46 +00:00
Carsten Haitzler e690854aaf ibar/ibox styled now too...
SVN revision: 79374
2012-11-16 10:25:01 +00:00
Sebastian Dransfeld 30350d0f76 e: edit == !noedit && !edit == noedit
SVN revision: 79373
2012-11-16 10:20:31 +00:00
Sebastian Dransfeld 69ccc437dc e/conf_theme: Improvements
Application themes are only for gtk apps, so add GTK to naming. Also add
an indicator whether theme supports gtk{2,3}.

SVN revision: 79370
2012-11-16 09:51:29 +00:00
Carsten Haitzler 1da5608d7b entry - read only mode (noedit) should be supported and use it from
file preview too...



SVN revision: 79368
2012-11-16 09:08:14 +00:00
Sebastian Dransfeld 6004ba2eaa e: prevent events on modal parent
This fixes trapping of events on modal parents. We can't change event
mask, as that changes the event _we_ receive, not the client. We must
add and input window above the parent which traps the events.

SVN revision: 79367
2012-11-16 09:02:24 +00:00
Carsten Haitzler 76f55c6195 wizard done. simply but looks nice.
SVN revision: 79366
2012-11-16 08:39:25 +00:00
Carsten Haitzler 7f0093484a dont double-send disablke emits in wizard.
SVN revision: 79365
2012-11-16 08:32:39 +00:00
Mike Blumenkrantz 4c2e27030f don't set dummy layouts in kbd wizard page anymore, also sort by label so we get a usable list
SVN revision: 79361
2012-11-16 07:03:02 +00:00
Tom Hacohen 5d840bab5b E entry: force disable thumbscroll.
We need that disabled, as currently mouse grabbing breaks if that's not
set. That's what you get when you have scrolling and selection in the same
place. We can just use selection for scrolling or fix the issue.
The fix would probably require using the ON_SCROLL flag instead of
the ON_HOLD and actually handle it correctly.

SVN revision: 79359
2012-11-16 06:55:40 +00:00
Massimo Maiurana b246fe07b5 updating russian and arabic translations
SVN revision: 79353
2012-11-15 21:01:52 +00:00
Mike Blumenkrantz 26b38be179 fix crash in menus
SVN revision: 79347
2012-11-15 15:01:19 +00:00
Carsten Haitzler 42de0db38e more pronounced flicker.
SVN revision: 79346
2012-11-15 13:32:15 +00:00
Mike Blumenkrantz c984977c20 prevent thread crash on startup; efreet does some non-threadsafe stuff, so we need to not be generating multiple menus simultaneously on init
SVN revision: 79344
2012-11-15 13:20:34 +00:00
Carsten Haitzler 3992d71c3f make logo pulse every now and again... with desklock.
SVN revision: 79343
2012-11-15 13:08:07 +00:00
Carsten Haitzler 9cceb74058 fix text mouse pointer stickiness in entry.
SVN revision: 79342
2012-11-15 12:40:27 +00:00
Shinwoo Kim d65998418d [access] load, save config value
SVN revision: 79341
2012-11-15 12:30:55 +00:00
Carsten Haitzler 303fc6d134 desklock done.
SVN revision: 79340
2012-11-15 11:30:39 +00:00
Sebastian Dransfeld 314e8ce874 e: bump version requirements to 1.7.0
SVN revision: 79339
2012-11-15 11:19:01 +00:00
Mike McCormack b0f8f6c8bf e: Fix warning unused return code warning
e_widget_filepreview.c:817:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]

Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 79337
2012-11-15 11:14:31 +00:00
Massimo Maiurana eac882bdcd updating portuguese and italian translations
SVN revision: 79335
2012-11-15 10:49:47 +00:00
Shinwoo Kim e109df357a [access] enhance access module
1. use proper variable name longpressed instead of down.
 2. add client message handler to construct, distruct the input window.
 3. comment out 2 finger related lines.
 4. send ACTION_READ message with x, y coordinate.



SVN revision: 79332
2012-11-15 10:08:45 +00:00
Mike Blumenkrantz 3b8856aa3c unbreak tab completion in efm typebufs
SVN revision: 79331
2012-11-15 09:59:51 +00:00
Mike Blumenkrantz 9e4184cee1 thread-create favorite apps menu on startup since this will probably be a commonly used menu
SVN revision: 79328
2012-11-15 09:36:21 +00:00
Mike Blumenkrantz 6d3694d4a9 improve menu positioning for menus which have not yet generated items at the time that they are made visible
SVN revision: 79326
2012-11-15 09:20:28 +00:00
Carsten Haitzler 4535107c4a comp -> enusre styles for init window and desklock are still (so they
just fade in and out - no zoom).



SVN revision: 79325
2012-11-15 09:12:16 +00:00
Carsten Haitzler 3a20ce737f fix inconsistent signal src for desklock.
SVN revision: 79324
2012-11-15 09:11:49 +00:00
Mike Blumenkrantz ca2501c4a1 move menu sizing to after menu actually gets sized to prevent multiple resizes
SVN revision: 79323
2012-11-15 08:57:01 +00:00
Mike Blumenkrantz 97e91c2e9b no more garbage in text file previews
ticket #1601


SVN revision: 79322
2012-11-15 08:20:48 +00:00
Carsten Haitzler 0ebb47b562 winlist - alt tab window switcher done.
SVN revision: 79321
2012-11-15 07:58:17 +00:00
Mike Blumenkrantz 7c7927bd4e patch from Maxime Villard fixing a bug in EFM which could cause data loss when dragging directories onto external devices
SVN revision: 79319
2012-11-15 07:31:05 +00:00
Carsten Haitzler 3b8e40fb12 make font preview string cover more scripts and be more useful.
SVN revision: 79309
2012-11-15 04:21:47 +00:00
Hyojin Kim e8398b2057 From: Hyojin Kim <hyojina.kim@gmail.com>
Subject: [E-devel] font, size list are not enabled even though custom
font is checked.

I'm a beginner of EFL. and this is my first bug reporting.
If I don't follow the rule of bug reporting, please correct me.

* Bug
In font settings, I checked "Enable Custom Font Classes" and set a
font and
size.
then, when I enter font settings again, font and size list are disabled.

* Cause
cfdata->cur_enabled is always 0 in _basic_create_widgets().

*Solution
 set cfdata->cur_enabled as 1 in _basic_init_data_fill().
 
 Please review attached before,after files.
 If the changes are not perfect, please give me feedback.
 
 


SVN revision: 79308
2012-11-15 03:49:33 +00:00
Carsten Haitzler 93c36f8ff2 provide default text for calendar so sizing is... better.
SVN revision: 79305
2012-11-15 00:30:20 +00:00
Massimo Maiurana 23d9be1128 updating portuguese translations
SVN revision: 79301
2012-11-14 21:00:24 +00:00
Mike Blumenkrantz c752389817 e now remembers left/right maximization state across restarts
ticket #1694


SVN revision: 79294
2012-11-14 13:47:37 +00:00
Mike Blumenkrantz a3a8cc827c ensure pulse mixer always disconnects when requested
SVN revision: 79292
2012-11-14 12:33:52 +00:00
Mike Blumenkrantz 62a83145f7 ensure that we aren't trying to lost window warp new windows
SVN revision: 79289
2012-11-14 11:47:34 +00:00
Mike Blumenkrantz 818881cc77 break after finding matching remember
SVN revision: 79288
2012-11-14 11:41:00 +00:00