Commit Graph

14792 Commits

Author SHA1 Message Date
Cedric BAIL d6b04df109 e: when valgrind is on, no need to ptrace anything.
SVN revision: 80042
2012-12-03 10:43:14 +00:00
Mike Blumenkrantz fe5d6d01c1 trivially reflow some keybind dialog code
SVN revision: 80040
2012-12-03 10:28:19 +00:00
Mike Blumenkrantz 9ab2f7b1ee clean up some stringshare use
SVN revision: 80035
2012-12-03 10:16:59 +00:00
Mike Blumenkrantz 8adb889d90 hide evry when desklock goes up
SVN revision: 80033
2012-12-03 09:43:51 +00:00
Mike Blumenkrantz 68e6b07cd7 all dialogs are no longer resizable
SVN revision: 80032
2012-12-03 09:24:12 +00:00
Mike Blumenkrantz dc5775e628 set no_resizable state by default on dialogs
SVN revision: 80029
2012-12-03 09:15:47 +00:00
Mike Blumenkrantz f8efeed3e8 fix in-place directory opening in efm: statinfo resolves link targets now, so only call "selected" if link target is not a directory
ticket #1863


SVN revision: 80026
2012-12-03 08:57:15 +00:00
Mike Blumenkrantz 362531b082 Dear all,
I'm attaching a patch for some minor bugs in the e17.
 Please take a look at attached patch.

 01. missing E_FREE(inst)
     File: src/bin/e_exec.c: 347
     Function: _e_exec_cb_exec

 02. missing null check
     File: src/bin/e_fm.c: 10173
     Function: _e_fm_error_dialog
     I'm not sure, but all other codes always check the return
     value of e_fm2_op_registry_entry_get except here.

 03. missing free(slave)
     File: src/bin/e_fm_ipc.c: 804
     Function: _e_fm_ipc_slave_run

 04. eina_list_remove after free
     File: src/bin/e_fm/e_fm_ipc.c :1325
     Function: _e_fm_ipc_cb_fop_trash_idler

 05. invalid check for _udisks_del, it might be _udisks_chg.
     File: src/bin/e_fm/e_fm_main_udisks.c : 162
     Function: _e_fm_main_udisks_test

 06. uninitialized gx and gy values
     File: src/bin/e_gadcon_popup.c: 172
     Function: _e_gadcon_popup_position
     These could be changed in e_gadcon_client_geometry_get
     if gcc->o_base is null.

 07. unnecessary code 'evas = e_win_evas_get(dia->win)'
     File: src/bin/e_import_config_dialog.c: 456
     Function: e_import_config_dialog_show

 08. missing free(sizes)
     src/bin/e_randr_11_serialization.c: 136
     Function: _11_try_restore_configuration()

 09. unnecessary variable output_info
     File: src/bin/e_randr_12.c: 560
     Function: _output_property_change_event_cb

 10. eina_list_remove after free
     File: src/bin/e_randr_12_serialization.c : 357
     Function: _12_serialized_setup_update

 11. no check of the return value of symlink.
     File: src/bin/e_widget_fsel.c: 84
     Function: _e_wid_fsel_favorites_add

 12. no evr->var check before comparing string values
     File: src/modules/conf_applications/e_int_config_defapps.c: 432
     Function: _basic_apply

 13. missing error message or check return value of edje_file_group_exists
     File: src/modules/conf_theme/e_int_config_theme.c: 333
     Function: _open_test_cb
     Anyway, I've added e_util_dialog_show if failed. Is it okay?

 14. missing index range check
     File: src/modules/gadman/e_mod_config.c: 153
     Function: _cb_config
     It could read negative array index, because return value of
     e_widget_ilist_selected_get might be negative.

 BR,
 Gwanglim


SVN revision: 80020
2012-12-03 07:54:07 +00:00
Bruno Dilly 17e0f6d24a e/connman: use zone percentage for popup list
Initially try to set the popup list as w = 30%,
h = 40%, but keep it in min / max limits.



SVN revision: 80001
2012-12-03 03:38:58 +00:00
Carsten Haitzler 5f4189636d theme isnt gtk specific for apps... especially not icon theme.
SVN revision: 79999
2012-12-03 01:45:11 +00:00
Carsten Haitzler 63286be95d lets make e_alert noto also be bag with valgrind eh?
SVN revision: 79998
2012-12-03 00:46:34 +00:00
Carsten Haitzler 8fa7ba94bb doing configure checks for arpa/inet.h and so on is all fine and
great.. but if the src file htis was intended for doesn't include e.h
so it include config.h... then its kind of pointless isn't it? :)



SVN revision: 79997
2012-12-03 00:27:52 +00:00
Bruno Dilly bb9b3ad7df e: update authors list on docs
hey guys, since we have this list here too, try to
remember to add the author in both of them.



SVN revision: 79990
2012-12-02 22:20:22 +00:00
Mike Blumenkrantz 97a7e3affb cast to void in delete macro
SVN revision: 79986
2012-12-02 19:27:25 +00:00
Massimo Maiurana d01701d816 updating greek translations
SVN revision: 79985
2012-12-02 18:09:32 +00:00
Mike Blumenkrantz dfe7117ba6 force enable gc edit flag if gcc is being edited to prevent crash when deleting just-added gadman gadgets from dialog
SVN revision: 79972
2012-12-01 16:08:39 +00:00
Carsten Haitzler 93289954af oh - this was irking me - client region of comp preview was pure solid
white. not nice. make it semit-trans black. :) should work better on
more themes.



SVN revision: 79971
2012-12-01 16:08:32 +00:00
Massimo Maiurana aaf72e7341 updating portuguese and italian translations
SVN revision: 79970
2012-12-01 15:58:51 +00:00
Boris Faure aaf43c0bad e:tiling: disabling module restores original borders and sizes
SVN revision: 79965
2012-12-01 13:53:51 +00:00
Massimo Maiurana 7aca3ebb68 updating arabic translations
SVN revision: 79964
2012-12-01 12:38:47 +00:00
Mike Blumenkrantz 18ceb3defd formatting by request
SVN revision: 79962
2012-12-01 08:42:33 +00:00
Vincent Torri ffe6ab106c E17: fix warning on freebsd
Patch by Maxime Villard (rustyBSD)


SVN revision: 79961
2012-12-01 07:22:31 +00:00
Vincent Torri 688aa066a1 E17: define htonl correctly
SVN revision: 79960
2012-12-01 07:19:18 +00:00
Carsten Haitzler f4a5f7a832 dark theme -> battery done.
SVN revision: 79959
2012-12-01 04:22:28 +00:00
Carsten Haitzler 6eae31c107 as part of theme redo.. i get to find all the evil little "didnt
namespace this" stuff... fix namespacing of bat popup with fallback to
old one.



SVN revision: 79958
2012-12-01 04:22:05 +00:00
Sebastian Dransfeld af9abdede9 e/wizard: this is a file, not dir
SVN revision: 79953
2012-11-30 21:46:53 +00:00
Sebastian Dransfeld 6998babefc e/wizard: check if icon theme cache already exists
SVN revision: 79952
2012-11-30 21:38:08 +00:00
Mike Blumenkrantz 011dfdccf5 only block fsel updating if path is already set
SVN revision: 79951
2012-11-30 21:26:24 +00:00
Sebastian Dransfeld 5d64abb461 e: omit path in .desktop file if in xdg dir
SVN revision: 79950
2012-11-30 21:25:30 +00:00
Mike Blumenkrantz 43be5378b6 ensure restart always occurs after language change
SVN revision: 79947
2012-11-30 20:12:46 +00:00
Mike Blumenkrantz 21c5355c18 remove menu fixme
SVN revision: 79946
2012-11-30 20:04:11 +00:00
Mike Blumenkrantz d8107b2f96 ALPHA7: IT'S MAGNIFICENT
SVN revision: 79912
2012-11-30 16:10:56 +00:00
Mike Blumenkrantz 700373e3dd wizard now uses inlist
SVN revision: 79911
2012-11-30 15:48:52 +00:00
Mike Blumenkrantz 1eda0a3417 some text fixes from thomasg
SVN revision: 79910
2012-11-30 15:39:17 +00:00
Mike Blumenkrantz c6a9c34e7f giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
2012-11-30 14:38:34 +00:00
Mike Blumenkrantz 5b0d598091 only set mixer volume if we've truly saved mixer volume, prvents mixer being muted every time wizard is run
SVN revision: 79889
2012-11-30 12:55:47 +00:00
Massimo Maiurana 6c59c01529 updating galician and portuguese translations
SVN revision: 79887
2012-11-30 12:15:59 +00:00
Mike Blumenkrantz 49f4670d7b cached menus now listen to efreet cache update events
ticket #1888


SVN revision: 79883
2012-11-30 11:50:21 +00:00
Mike Blumenkrantz 94c7ef4cce only show wizard button click effect when button is "enabled"
SVN revision: 79882
2012-11-30 11:33:02 +00:00
Mike Blumenkrantz 4e500e5767 huge wizard commit:
* disable all dummy wizard callbacks in pages
* shutdown callbacks in pages are now actually called
* pages are no longer shown repeatedly by xdg wait callback
* first page no longer accidentally the whole second page
* scaling initially set to 1.2 so the text is actually readable
* page states added so we have some idea where the hell the pages are at
ticket #1883


SVN revision: 79879
2012-11-30 10:46:48 +00:00
Mike Blumenkrantz 6502761657 fix dangling gadman gadgets during dnd and fix edit mode toggling when gadgets are dragged in and out of desktop gadcon
SVN revision: 79876
2012-11-30 08:52:57 +00:00
Mike Blumenkrantz fbc12f2e3f only save gcc during edit end if the gcc has a config
SVN revision: 79875
2012-11-30 08:50:12 +00:00
Mike Blumenkrantz a7cea557ee fix some pulse shutdown magic fails
SVN revision: 79874
2012-11-30 08:49:31 +00:00
Christopher Michael 9b465c8a95 Add ECORE_X_CURSOR_EXCHANGE to e_pointer for a 'rotate' cursor.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 79867
2012-11-30 07:26:19 +00:00
Mike Blumenkrantz 9f24a15665 E17 is no longer in birthday mode :(
SVN revision: 79866
2012-11-30 07:04:48 +00:00
Carsten Haitzler 3ac3e608fb lighter spkr shadow.
SVN revision: 79860
2012-11-30 05:51:04 +00:00
Carsten Haitzler a7dd33e2d5 separate shadow for speaker grill/panel.
SVN revision: 79859
2012-11-30 05:50:23 +00:00
Carsten Haitzler b7de1627bd mixer done :)
SVN revision: 79858
2012-11-30 05:38:51 +00:00
Vincent Torri 31753dfde4 E17: add Stefan Sperling (Solaris fixes)
SVN revision: 79856
2012-11-29 21:46:30 +00:00
Bruno Dilly 526c7c3680 e/connman: increase networks popup size
Requested by tasn.
I was a bit conservative here.



SVN revision: 79843
2012-11-29 17:02:26 +00:00