Commit Graph

8597 Commits

Author SHA1 Message Date
kiwi 8c4e168f29 avoids overriding some advanced pannel values when changing something in basic pannel. for example, when you add one desktop, it was reseting the flip animate time.
also it only checks basic values in basic pannel apply.
and keeps coherency when you apply advanced pannel and goes back to basic.

ok barbieri


SVN revision: 44747
2009-12-28 08:23:41 +00:00
kiwi 525ce104cf if a change was made in basic/advanced mode, the ok/apply button should be enabled when you go back to that mode
ok barbieri


SVN revision: 44746
2009-12-28 08:19:52 +00:00
kiwi 0e14736338 avoid duplicate widget_change() on check/uncheck
ok barbieri


SVN revision: 44745
2009-12-28 08:14:17 +00:00
Christopher Michael 7804b38022 Remove dead code. These hooks are not needed.
SVN revision: 44744
2009-12-28 05:50:23 +00:00
Christopher Michael 019ced7f7c Reduce duplicated code.
SVN revision: 44743
2009-12-28 04:21:38 +00:00
Christopher Michael 3f2e4ed776 Add config variable for quickpanel animation duration.
Add gui for setting quickpanel duration (in Animation settings)
Bump config version for new variable (qp duration)



SVN revision: 44742
2009-12-28 03:50:44 +00:00
Christopher Michael fa7997bb19 Do not need to pass module when doing e_kbd_init.
Do not need to pass module when doing e_mod_layout_init.
Use global config->mod_dir in e_kbd_dbus.
Handle layer set & lower of quickpanel(s) in _border_add function.
Actually show/hide quickpanels when asked (temporary..this will change soon)
No need to handle setting conformant app layer in layout code. Done in
border_add.



SVN revision: 44741
2009-12-28 03:41:20 +00:00
Christopher Michael 4a4d04fa81 Add functions to allow quickpanel show/hide to be handled on a per-policy
basis.



SVN revision: 44740
2009-12-28 02:34:49 +00:00
Christopher Michael 0576446c11 Add check in 'valid borders get' for quickpanel so it is not included in
that return.
Add function to return all quickpanel borders.
Add function to return count of quickpanel borders.
No need to retrieve mode from event window when we get a client message. The
mode is actually returned to us already in the event data.
Add trap for quickpanel state in client message handler.



SVN revision: 44738
2009-12-28 02:11:55 +00:00
Christopher Michael b6d17d8ce5 Add checks for evas events being on hold.
Use mouse wheel for show/hide of quickpanel (for now...just temporary)



SVN revision: 44737
2009-12-28 02:09:33 +00:00
Christopher Michael c9276d9bb6 No need to set borderless here...layout code handles that.
No need to move/resize here either...again, layout code handles that.
Use current zone when creating indicator.



SVN revision: 44736
2009-12-27 21:48:37 +00:00
Christopher Michael f6f8eb8c09 Need an actual move here to handle external keyboards (elm_kbd). This
'should' make kbd 100% finished. Works in all test cases I have run so far.



SVN revision: 44734
2009-12-27 20:09:26 +00:00
Miculcy Brian ebf154104a optimize ilist width
SVN revision: 44733
2009-12-27 19:51:06 +00:00
Christopher Michael 4b60457607 Fix some corner cases where keyboard was not showing the second time.
SVN revision: 44732
2009-12-27 18:22:20 +00:00
kiwi 2d28886745 typo
now it passes configure when backtrace_symbols_fd is in libexecinfo instead of libc


SVN revision: 44731
2009-12-27 13:44:46 +00:00
Christopher Michael 095fcb424c Add a handler for when borders get removed so we can reset the indicator
state.



SVN revision: 44729
2009-12-27 05:13:53 +00:00
Christopher Michael c23cca0bbb Rework/recode e_kbd stuff. This makes keyboard work nicely with everything
that I have tested so far. No more initial home window size problems either :)



SVN revision: 44728
2009-12-27 05:04:41 +00:00
Christopher Michael 14d5f3fa5a Don't take focus.
SVN revision: 44727
2009-12-27 01:20:02 +00:00
Christopher Michael 269e469496 Remove commented line.
SVN revision: 44726
2009-12-27 00:58:59 +00:00
Christopher Michael 21739a8521 Break apart keyboard code to separate dbus code (cleaner).
Fix initial home window size problem.



SVN revision: 44725
2009-12-27 00:57:04 +00:00
Christopher Michael a4add1cd96 Shed some much needed light on 'illume' and fix all the compiler warnings.
Now compiles clean and silent :)



SVN revision: 44711
2009-12-24 03:03:42 +00:00
Christopher Michael 71af0a18f1 Use proper variable type when deleting Ecore_Event_Handlers.
Remove some whitespace.



SVN revision: 44703
2009-12-23 21:46:39 +00:00
Christopher Michael 7a3aec9462 Use proper variable type...Come on people, check your code !!
SVN revision: 44702
2009-12-23 21:43:15 +00:00
Christopher Michael e214f8fb5b Use proper variable type when deleting handler(s).
SVN revision: 44701
2009-12-23 21:41:07 +00:00
Christopher Michael a245fb11cf e_utils - Use PATH_MAX, not 4096.
e_fm.c - An idler is not a timer. Use proper variable type. Formatting.



SVN revision: 44700
2009-12-23 21:29:36 +00:00
Christopher Michael 0942505cff Resize the quickpanel borders during layout.
SVN revision: 44698
2009-12-23 20:04:44 +00:00
Christopher Michael 5906ab2010 Trap for quickpanel windows. Not actually doing anything with them yet tho.
SVN revision: 44694
2009-12-23 15:26:51 +00:00
Christopher Michael 69581f2d37 A poller is not a timer. Use proper variable type, and proper delete function.
SVN revision: 44689
2009-12-23 14:04:22 +00:00
Christopher Michael db41be00b2 Remove winlist client message.
Add defines for border layers to allow easier changing in code.



SVN revision: 44687
2009-12-23 13:36:13 +00:00
Christopher Michael c873ad8207 Remove EAPI from kbd functions. We do not need to export these as they are
used by illume2 only.



SVN revision: 44683
2009-12-23 12:02:55 +00:00
Christopher Michael 53b66b881c Breakup code a little more to be better organized. Separates all border
functions into one file.



SVN revision: 44681
2009-12-23 11:48:55 +00:00
Christopher Michael 0e6ac0c058 Fix edje error about non fixed part.
SVN revision: 44673
2009-12-23 00:53:17 +00:00
Christopher Michael 8ff96c07d1 Separate illume mode toggle into it's own gadget. This makes illume2 that
much cleaner.
Remove mode icon from illume2 edj.
Remove gadcon files from illume2 (in own gadget now).
Modify illume2 e.cfg to include illume-mode-toggle gadget and reorder gadgets.



SVN revision: 44671
2009-12-23 00:39:24 +00:00
Christopher Michael e7cb1a5f48 Remove the Resize Option from the right-click menu.
SVN revision: 44670
2009-12-23 00:28:02 +00:00
Christopher Michael 1e3983ccb5 Remove illume-mode as a gadget. This will get reworked into a separate gadget.
SVN revision: 44668
2009-12-22 23:52:11 +00:00
Christopher Michael 45adb67dc3 Remove pager src file (we don't use pager in illume2).
Add module.illume2.src to Makefile.



SVN revision: 44667
2009-12-22 23:47:47 +00:00
Christopher Michael 3336f7093c Formatting.
SVN revision: 44663
2009-12-22 21:11:49 +00:00
Christopher Michael ed33b4d746 If the popup fails to create, then destroy the input_window and release any
grabs.
Lots of Formatting & Whitespace removal.



SVN revision: 44662
2009-12-22 20:41:06 +00:00
Christopher Michael 8d3b279e6a Fix up some formatting.
SVN revision: 44661
2009-12-22 19:47:35 +00:00
Samuel F. Baggen 6b03d701d5 do not return if we dont have prev_ld_library_path, sometimes we still need to do the next thing
SVN revision: 44658
2009-12-22 16:09:17 +00:00
Gustavo Sverzut Barbieri 9ca34faf2d formatting: trailing whitespace and re-indented.
SVN revision: 44654
2009-12-22 13:14:07 +00:00
Gustavo Sverzut Barbieri 2994d25b35 [cpufreq applet] fixed setting userspace in CPU speed setting (better patch)
Hallo, I've fixed bug with setting freq by user (problems on govs
"performance").

I've investigated in cpufreq-set (cpufrequtils) and that apps set govs
to "userspace" before setting cpu speed.

By: Pavol Klačanský



SVN revision: 44653
2009-12-22 13:08:57 +00:00
Gustavo Sverzut Barbieri bb3c3c1af5 conf_dpms: apply disabled state on load as well
By: Manio, with some modifications.



SVN revision: 44652
2009-12-22 13:02:21 +00:00
Christopher Michael c699e831d7 No need for window resize. Layout handles that.
Don't need zone now.



SVN revision: 44643
2009-12-21 21:00:50 +00:00
Christopher Michael 5c868a1441 Exec on current zone, not always zero.
SVN revision: 44642
2009-12-21 20:58:02 +00:00
Christopher Michael c506d0db46 Create keyboard on current zone, not always on zone 0.
SVN revision: 44641
2009-12-21 20:56:25 +00:00
Christopher Michael 0007331545 Check that zone exists first before trying to use it.
No need to set border zone twice here.



SVN revision: 44640
2009-12-21 20:54:09 +00:00
Christopher Michael f9f0e3f2fb Add zone as a parameter to some functions so we can make sure that these
functions operate only on the current zone.



SVN revision: 44635
2009-12-21 17:19:32 +00:00
Christopher Michael 3f6dd189c8 Formatting.
Remove whitespace.



SVN revision: 44620
2009-12-21 04:07:44 +00:00
Christopher Michael 652da596a2 Create kbd on current zone.
Formatting.



SVN revision: 44619
2009-12-21 03:54:41 +00:00