Carsten Haitzler [Sat, 9 Apr 2011 08:14:37 +0000 (08:14 +0000)]
actually compile again.
SVN revision: 58517
Christopher Michael [Sat, 9 Apr 2011 03:14:36 +0000 (03:14 +0000)]
E17: Connman: Cleanup some compiler warnings about unused variables &
unused functions.
SVN revision: 58512
Hannes Janetzek [Fri, 8 Apr 2011 23:58:05 +0000 (23:58 +0000)]
e17: remove aspell, update POTFILES
SVN revision: 58505
Hannes Janetzek [Fri, 8 Apr 2011 23:03:12 +0000 (23:03 +0000)]
e17/evry: fix apps icon, started moving evry config dialog to 'launcher' section
SVN revision: 58499
Hannes Janetzek [Fri, 8 Apr 2011 22:16:59 +0000 (22:16 +0000)]
e17/evry: link plugins by default statically into evry.
SVN revision: 58498
Christopher Michael [Fri, 8 Apr 2011 21:03:36 +0000 (21:03 +0000)]
E17: Fix hard-coded dependency of enotify
enotify is not a hard-dep of e17. The only thing currently using it
correctly is illume-indicator, and that's optionally supported at
compile time of illume-indicator.
SVN revision: 58496
Massimo Maiurana [Fri, 8 Apr 2011 17:17:04 +0000 (17:17 +0000)]
updating french and italian translations
SVN revision: 58495
Carsten Haitzler [Fri, 8 Apr 2011 08:20:54 +0000 (08:20 +0000)]
quiet edje_cc mode. honor V var.
SVN revision: 58482
Christopher Michael [Fri, 8 Apr 2011 05:31:47 +0000 (05:31 +0000)]
E17 - Fixup some compiler warnings
gadcon: Fix 'limit' may be used uninitialized.
Fix formatting in some places.
menus: Fix several variables may be used uninitialized warnings.
comp: Add UNUSED where needed.
Fix formatting in some places.
SVN revision: 58467
Hannes Janetzek [Wed, 6 Apr 2011 22:29:33 +0000 (22:29 +0000)]
e17/evry: disable hide-list/input options, no theme supports it currently, see FIXME
SVN revision: 58398
Hannes Janetzek [Wed, 6 Apr 2011 22:23:55 +0000 (22:23 +0000)]
e17/evry: use icon for plugin collection from default theme
SVN revision: 58397
Hannes Janetzek [Wed, 6 Apr 2011 22:17:58 +0000 (22:17 +0000)]
e17: fix: show evry 'start' and 'plugins' dialogs via settings panel action
added a function to pass the params with which the configure registry item will be called.
SVN revision: 58396
Massimo Maiurana [Tue, 5 Apr 2011 12:19:37 +0000 (12:19 +0000)]
updating portuguese translations
SVN revision: 58357
Carsten Haitzler [Mon, 4 Apr 2011 23:51:46 +0000 (23:51 +0000)]
dont wait until its hung to kill -9 it .. as the user selected kill.
just give it a timeout from the sigint. :)
SVN revision: 58341
Hannes Janetzek [Mon, 4 Apr 2011 09:11:59 +0000 (09:11 +0000)]
e17/comp: disable dropshadow module when comp is enabled
SVN revision: 58317
Massimo Maiurana [Sun, 3 Apr 2011 17:27:02 +0000 (17:27 +0000)]
updating french and italian translations
SVN revision: 58308
Boris Faure [Sun, 3 Apr 2011 12:31:01 +0000 (12:31 +0000)]
e: apply coding style to e_intl.h
SVN revision: 58300
Boris Faure [Sun, 3 Apr 2011 11:56:09 +0000 (11:56 +0000)]
e: fix e_intl.h
SVN revision: 58299
Boris Faure [Sun, 3 Apr 2011 11:21:51 +0000 (11:21 +0000)]
e: fix E_INTERNAL use
SVN revision: 58297
Boris Faure [Sun, 3 Apr 2011 11:21:37 +0000 (11:21 +0000)]
e: re-arranging modules in po too
SVN revision: 58296
Boris Faure [Sun, 3 Apr 2011 09:51:13 +0000 (09:51 +0000)]
e: fix compilation when E_INTERNAL is not defined
SVN revision: 58295
Carsten Haitzler [Sun, 3 Apr 2011 03:51:40 +0000 (03:51 +0000)]
part of re-arranging modules. i've mered all the screen modules as
they form more of a logical group, so nothing lost here, just now its
ALL inside conf_display (like conf_applications actually).
ths does NOT mean we merge every category entirely.
for example (this is kind of a plan):
in input i'd merge key bindings, mouse bindings AND i'd bring over
acpi bindings. edge bindings i'd keep alone for now. interaction and
mouse settings i'd merge.
in windows i'd merge everything except window list and window
remembers. window list i'd merge into the winlist module itself as its
the configuration FOR that module (and then config for it i'd move to
its own config file). window rememebrs i'd keep on its own because its
a complex thing that might want to be totally hidden or re-vamped on
its own.
in menus i'd merge client list menu over to the merged "windows"
module (change its name to Window List Menu too).
in language i'd merge both language and input method setting. both
are related to dealing with multiple languages (input and display).
in look i'd leave wallpaper2, and merge wallpaper, theme, colors, fonts,
startup, icon theme, transitions and scaling. i'd merge merge mouse
cursor look over to the mouse settings + interaction module up in
input (but keep it in the look category). borders i'd merge over to
the "big windows merged module" but keep it in the look category.
in advanced i'd merge performance and engine. leave the rest.
in settings i'd leave it as-is.
in extensions i'd move shelves over to the screen category, but keep
it as a module of its own. pager i'd move to the screen category.
leave mixer and connman where they are. everything i'd keep here
- but i'd be tempted to say all the evry modules should be merged into
a single everything modules. they can keep their entries though.
gadgets i'd move over to the screen category
in files i'd merge file icons and file manager modules. keep 2 conf
entries tho (ie conf_mime joins fileman module). yes - i know e has
file selectors and they use the mime conf too, but to most people they
will just accept the file selector as-is and if they want to configure
icons per file tyope.. well.. load fileman module (can turn off
desktop icons if u want).
-------
why do this? fewer modules to load for e. as such e does spend a
fair bit of its startup time thrashing the disk around loading tonnes
of miniature modules. merging them means less thrashing. there is an
argument to be made that these should even become external processes,
but then we'd need to allow them to remote configure e and thats a
complex beastie in and of itself. we could also load and unload some
modules on the fly. this requires extra features in e17's module
setup, but can be done. worry about this for e18/19 etc. for e17 just
reduce the module count to a saner number (outside of the conf modules
which were the worst here, everything and illume are the next worst.
as above - evry could merge i think. illume vs illume2 cant merge, but
i'd consider merging the toggle modules, blutetooth, indicator and home
modules and then the keyboard and softkey modules (as they occupy the same
screen space basically). so that'd take it to illume, illume2,
illume-home, illume-key
how's that for a plan? who wants to help. this is easy stuff really.
just re-shuffling files and makefile.am content and some module
desktop.in files, and inserting some hooks. in module main setup funcs
and.. fixing e config profiles to not load the removed mods.
SVN revision: 58282
Carsten Haitzler [Sat, 2 Apr 2011 14:21:22 +0000 (14:21 +0000)]
more intel todo items
SVN revision: 58277
Carsten Haitzler [Sat, 2 Apr 2011 14:15:06 +0000 (14:15 +0000)]
aprt of a todo... let lang config be able to set "system default" (use
whatever lang is already set in env vars).
SVN revision: 58276
Hannes Janetzek [Fri, 1 Apr 2011 12:46:05 +0000 (12:46 +0000)]
e17/evry: hide e_datastore_get(evry_api) stuff from modules. maybe there'll be a better way for synchronous intermodule communication someday
SVN revision: 58256
Carsten Haitzler [Thu, 31 Mar 2011 11:05:23 +0000 (11:05 +0000)]
hmmm turn off sync/delayed fatch. breaks in some situations.
SVN revision: 58225
Carsten Haitzler [Thu, 31 Mar 2011 08:39:50 +0000 (08:39 +0000)]
missed update nullify
SVN revision: 58222
Carsten Haitzler [Thu, 31 Mar 2011 08:14:18 +0000 (08:14 +0000)]
new sync protocol support -> sync efl apps more "perfectly" on resize.
its still a hack. real solution is making e totoally composited and
then the state machine can easily handle it all nigh flawlessly.
SVN revision: 58221
Massimo Maiurana [Wed, 30 Mar 2011 16:09:01 +0000 (16:09 +0000)]
updating french translations
SVN revision: 58216
Hannes Janetzek [Tue, 29 Mar 2011 19:14:39 +0000 (19:14 +0000)]
e17: modify last commit, use quoted strings
SVN revision: 58190
Daniel Kolesa [Tue, 29 Mar 2011 18:32:22 +0000 (18:32 +0000)]
Acpiconf -s4 for hibernate, sorry. Also forgot about AC_SUBST.
SVN revision: 58189
Daniel Kolesa [Tue, 29 Mar 2011 18:30:40 +0000 (18:30 +0000)]
Suspend/hibernate for FreeBSD and PC-BSD.
SVN revision: 58188
Hannes Janetzek [Tue, 29 Mar 2011 18:20:11 +0000 (18:20 +0000)]
e17: create sysactions.conf with suspend/hibernate commands found at configure time.
TDO there should be a notice in summary which commands are used and that sysactions.conf needs to be tweaked
SVN revision: 58187
Christopher Michael [Tue, 29 Mar 2011 14:40:49 +0000 (14:40 +0000)]
E17: Remove unused variables and add UNUSED where needed for internal
border menu.
SVN revision: 58186
Carsten Haitzler [Tue, 29 Mar 2011 03:08:57 +0000 (03:08 +0000)]
oops - fix null container. now actually 1x1 from start.
SVN revision: 58169
Miculcy Brian [Mon, 28 Mar 2011 14:09:17 +0000 (14:09 +0000)]
allow to move a window to another screen
SVN revision: 58155
Miculcy Brian [Mon, 28 Mar 2011 11:59:34 +0000 (11:59 +0000)]
move kill to window submenu
SVN revision: 58152
Hannes Janetzek [Sun, 27 Mar 2011 19:23:12 +0000 (19:23 +0000)]
e17: allow focusing sticky windows from other desk again..
TODO need to have a zone overlay input window that locks all mouse input while deskflip anim and mous warp
SVN revision: 58126
Massimo Maiurana [Sun, 27 Mar 2011 10:37:13 +0000 (10:37 +0000)]
updating french translations
SVN revision: 58113
Carsten Haitzler [Sun, 27 Mar 2011 02:24:19 +0000 (02:24 +0000)]
first step in removing container win (compositor can replace it al
with its own objects directly and expose comp canvas to gadgets/fm and
so on just like container canvas does now. a lot of e's code can be
simplified if we went totally compositing... worry about that for e18,
but for now put in hooks).
SVN revision: 58112
Hannes Janetzek [Sat, 26 Mar 2011 00:39:59 +0000 (00:39 +0000)]
e17: deskflip anim.. dont set focus on windows from previous desk
SVN revision: 58093
Hannes Janetzek [Fri, 25 Mar 2011 23:14:52 +0000 (23:14 +0000)]
e17: disable input events of windows while deskflip animation is going
- set focus at the end of deskflip animation
- delay show after first move to not draw at final position first
- move window further out to decrease the chance of having comp
get border_hide event before final position..
SVN revision: 58092
Hannes Janetzek [Fri, 25 Mar 2011 20:52:19 +0000 (20:52 +0000)]
e17: revert last commit. causes lost window on restart
SVN revision: 58091
Hannes Janetzek [Fri, 25 Mar 2011 20:26:06 +0000 (20:26 +0000)]
e17: set border fx offset directly. should give smoother desk flip animation
SVN revision: 58090
Hannes Janetzek [Fri, 25 Mar 2011 20:22:52 +0000 (20:22 +0000)]
e17: remove redundant code:
line 2901:
(bd->changes.pos && !bd->changes.size) || (!bd->changes.pos && bd->changes.size)
cant be the case as before (!bd->changes.pos) && (!bd->changes.size) was checked.
line 2935ff: new_client is always false after eval
bd->changes.size/pos is always false after eval
SVN revision: 58089
Massimo Maiurana [Wed, 23 Mar 2011 17:40:07 +0000 (17:40 +0000)]
updating various translations
SVN revision: 58038
Hannes Janetzek [Wed, 23 Mar 2011 00:18:15 +0000 (00:18 +0000)]
e17: use non-translateable string for gadcon client shelf menu item. as before.
SVN revision: 58006
Hannes Janetzek [Tue, 22 Mar 2011 23:07:30 +0000 (23:07 +0000)]
e17/pager: always show virtual desktop settings in top-level menu
SVN revision: 58002
Miculcy Brian [Tue, 22 Mar 2011 19:46:28 +0000 (19:46 +0000)]
no 'move to' submenu when only one vdesk
SVN revision: 57998
Miculcy Brian [Tue, 22 Mar 2011 14:05:53 +0000 (14:05 +0000)]
Dialogs aren't allowed to be iconified or maximized, even don't allow via keybinding
SVN revision: 57990
Miculcy Brian [Tue, 22 Mar 2011 13:33:10 +0000 (13:33 +0000)]
add some shortcuts to toplevel
SVN revision: 57987
Miculcy Brian [Tue, 22 Mar 2011 12:27:23 +0000 (12:27 +0000)]
add logic separator to window menu
SVN revision: 57986
Miculcy Brian [Tue, 22 Mar 2011 12:24:32 +0000 (12:24 +0000)]
New simple and more logical window menu.
SVN revision: 57985
Lucas De Marchi [Mon, 21 Mar 2011 23:37:13 +0000 (23:37 +0000)]
e17: connman: ipv4_method can be NULL
Fix segv: properties can be NULL, so it's not a good thing to use with
strcmp.
SVN revision: 57948
Lucas De Marchi [Mon, 21 Mar 2011 23:00:12 +0000 (23:00 +0000)]
e17: connman: show current IP when using dhcp
When service is configured as 'dhcp', instead of showing blank values for
IP and netmask, show the currently configured ones.
SVN revision: 57946
Boris Faure [Mon, 21 Mar 2011 20:55:34 +0000 (20:55 +0000)]
e: changing the border on maximized window keeps it maximized
Useful for vertical/horizontal maximization
SVN revision: 57944
Lucas De Marchi [Mon, 21 Mar 2011 20:33:29 +0000 (20:33 +0000)]
e17: oFono: ecrustify
SVN revision: 57943
Lucas De Marchi [Mon, 21 Mar 2011 20:32:57 +0000 (20:32 +0000)]
e17: connman: ecrustify
SVN revision: 57942
Lucas De Marchi [Mon, 21 Mar 2011 20:31:42 +0000 (20:31 +0000)]
e17: bluez: ecrustify
SVN revision: 57941
Lucas De Marchi [Mon, 21 Mar 2011 20:11:41 +0000 (20:11 +0000)]
e17: bluez: update gadcon when daemon is exiting/entering
SVN revision: 57938
Rui Seabra [Sun, 20 Mar 2011 20:47:13 +0000 (20:47 +0000)]
altgr function (doesn't do shift+altgr yet)
SVN revision: 57921
Boris Faure [Sun, 20 Mar 2011 19:22:59 +0000 (19:22 +0000)]
e: add vim-like bindings to move/resize windows
SVN revision: 57920
Mike Blumenkrantz [Sun, 20 Mar 2011 06:51:13 +0000 (06:51 +0000)]
formatting again with updated cfg
SVN revision: 57911
Mike Blumenkrantz [Sun, 20 Mar 2011 06:12:17 +0000 (06:12 +0000)]
ecrustified
SVN revision: 57909
Hannes Janetzek [Sun, 20 Mar 2011 04:45:05 +0000 (04:45 +0000)]
17/comp: add notification dialog when OpenGL init fails
SVN revision: 57907
Massimo Maiurana [Sat, 19 Mar 2011 17:13:56 +0000 (17:13 +0000)]
updating portuguese translations
SVN revision: 57900
Hannes Janetzek [Sat, 19 Mar 2011 16:46:04 +0000 (16:46 +0000)]
e17:comp: workaround segv. not sure what the right fix is
SVN revision: 57899
Hannes Janetzek [Sat, 19 Mar 2011 15:03:44 +0000 (15:03 +0000)]
e17:evry: fix segv. delete update timer
SVN revision: 57896
Hannes Janetzek [Sat, 19 Mar 2011 00:50:14 +0000 (00:50 +0000)]
e17: add color classes for border frame
SVN revision: 57866
Carsten Haitzler [Fri, 18 Mar 2011 07:35:19 +0000 (07:35 +0000)]
revert version change 999 -> 99. also e17 didnt even need it as it
produced no versioned .so files.
SVN revision: 57844
Aron Xu [Fri, 18 Mar 2011 05:17:08 +0000 (05:17 +0000)]
SVN revision: 163
SVN revision: 57837
Christopher Michael [Fri, 18 Mar 2011 00:11:59 +0000 (00:11 +0000)]
Add UNUSED where missing.
Fix formatting.
SVN revision: 57834
Hannes Janetzek [Thu, 17 Mar 2011 23:02:02 +0000 (23:02 +0000)]
e17 patches from T_UNIX:
0001-Small-fixes-possible-segv-in-e-s-randr-subsystem.patch
0002-Add-common-modes-to-CRTC-information-structure.patch
SVN revision: 57833
Hannes Janetzek [Thu, 17 Mar 2011 17:57:21 +0000 (17:57 +0000)]
e17:menu configuration: added gadcon menu option to advanced dialog.
renamed 'System' to Application as one chooses application menu source there
move 'Display' to 'Aplications' as one chooses how applications will be displayed
SVN revision: 57830
Hannes Janetzek [Thu, 17 Mar 2011 17:08:36 +0000 (17:08 +0000)]
e17: add option to have gadcon client settings menu in toplevel again.
added e_menu_item_new_relative(E_Menu, E_Menu_Item *rel) which appends
new item to rel or prepends it when rel is NULL.
changed e_gadcon_util_client_menu_append to to take only the gadget menu
and returns the new toplevel menu that should be shown by gcc
depending on the setting this is a new menu with gadget menu as submenu
or the gadet_menu with gadget menu items appended
updated e-modules-extra comes in a minute
SVN revision: 57826
Sebastian Dransfeld [Thu, 17 Mar 2011 13:12:50 +0000 (13:12 +0000)]
Set v_mic to 99 (less than 256) to please OS X
SVN revision: 57824
Christopher Michael [Thu, 17 Mar 2011 00:58:56 +0000 (00:58 +0000)]
Fix formatting of recently committed patch. (no functional changes).
SVN revision: 57812
Hannes Janetzek [Wed, 16 Mar 2011 22:46:25 +0000 (22:46 +0000)]
e17/comp: finally. only set PropertyChangeMask on override windows for which we dont have it already.
removes Xlib header. causes a second round-trip for ecore_x_event_mask_set. but should not happen that often i guess
SVN revision: 57811
Rui Seabra [Wed, 16 Mar 2011 22:43:55 +0000 (22:43 +0000)]
Implement multi-shift for illume-keyboard and change Default.kbd to use it.
Works well on my end and nobody complained about the patch in almost a week so if it's a problem, feel free to revert, but please explain me how to improve it.
SVN revision: 57810
Hannes Janetzek [Wed, 16 Mar 2011 22:21:52 +0000 (22:21 +0000)]
e17/comp: enable property sniffing of override redirect windows again.
should there be a function in ecore_x to add event-mask elements?
SVN revision: 57809
Hannes Janetzek [Wed, 16 Mar 2011 22:03:53 +0000 (22:03 +0000)]
e17/comp: whoops this should have bee removed by the last commit
SVN revision: 57807
Hannes Janetzek [Wed, 16 Mar 2011 21:40:25 +0000 (21:40 +0000)]
e17/comp: revert sniffing. seems i need to get only those windows that are not managed by
SVN revision: 57806
Hannes Janetzek [Wed, 16 Mar 2011 21:25:35 +0000 (21:25 +0000)]
e17/comp: sniff some property events from override redirect windows and support _NET_WM_WINDOW_OPACITY
no more opaque black background for gksu
SVN revision: 57805
Hannes Janetzek [Wed, 16 Mar 2011 14:39:44 +0000 (14:39 +0000)]
e17/comp: use input winodw for cm_selection. still not working with gksu overlay somehow..
SVN revision: 57801
Hannes Janetzek [Wed, 16 Mar 2011 13:31:43 +0000 (13:31 +0000)]
e17: focus fix. forgot to set bd->changed to handle want_focus in eval..
SVN revision: 57799
Hannes Janetzek [Wed, 16 Mar 2011 12:12:23 +0000 (12:12 +0000)]
e17/comp: acquire cm selection for composited screens
SVN revision: 57795
Hannes Janetzek [Wed, 16 Mar 2011 09:38:46 +0000 (09:38 +0000)]
e17: reveal next selected item after delete in key and mousebindings
get ilist_cound before use in loops, when commands are queued it will be counted each time.
SVN revision: 57793
Hannes Janetzek [Wed, 16 Mar 2011 09:34:46 +0000 (09:34 +0000)]
e17: e_widget_ilist: do reveal(show) item in next idler. if other commands were in queue list geomentry is not up to date anymore
fixes: showing the right area with e_widget_ilist_show after items were removed
SVN revision: 57792
Hannes Janetzek [Wed, 16 Mar 2011 09:07:01 +0000 (09:07 +0000)]
e17: e_widget_ilist: avoid too much idling
SVN revision: 57791
Hannes Janetzek [Wed, 16 Mar 2011 08:29:13 +0000 (08:29 +0000)]
e17:conf_theme: get ilist count first. it's expensive you know. this would have workaround the issue with infinite loop/no reaction on clear all items.
SVN revision: 57790
Hannes Janetzek [Wed, 16 Mar 2011 08:25:40 +0000 (08:25 +0000)]
e17: e_widget_ilist make queue command codes being an enum
SVN revision: 57789
Hannes Janetzek [Wed, 16 Mar 2011 08:22:09 +0000 (08:22 +0000)]
e17: e_widget_ilist return correct list count. only count queue commands that add something
SVN revision: 57788
Hannes Janetzek [Tue, 15 Mar 2011 21:49:04 +0000 (21:49 +0000)]
e17:comp: more self explanatory label
SVN revision: 57782
Hannes Janetzek [Tue, 15 Mar 2011 21:35:08 +0000 (21:35 +0000)]
e17:comp: add config option for initial draw timeout.
- no more laggy everything, reduced default timeout from 0.2 to 0.05
- add match for everything for new configs
SVN revision: 57780
Hannes Janetzek [Tue, 15 Mar 2011 20:47:30 +0000 (20:47 +0000)]
e17:comp: dont wait for damage/timeout from popups and e menus. we know they draw fast
SVN revision: 57778
Hannes Janetzek [Tue, 15 Mar 2011 16:33:46 +0000 (16:33 +0000)]
e17: fix segv in client list menu with sort by class
SVN revision: 57766
Hannes Janetzek [Mon, 14 Mar 2011 23:56:16 +0000 (23:56 +0000)]
e17/comp:config: select correct item on add match
SVN revision: 57756
Hannes Janetzek [Mon, 14 Mar 2011 23:43:16 +0000 (23:43 +0000)]
e17: e_widget_ilist:
- fix return e_widget_ilist_count: return listcnt + queue
- dont add artificial upadte delay, use idler.
SVN revision: 57755
Massimo Maiurana [Mon, 14 Mar 2011 18:17:38 +0000 (18:17 +0000)]
updating french and italian translations
SVN revision: 57744
Massimo Maiurana [Sun, 13 Mar 2011 09:40:39 +0000 (09:40 +0000)]
updating french and italian translations, and fixed some non-unicode characters
SVN revision: 57722