Commit Graph

7381 Commits

Author SHA1 Message Date
Sebastian Dransfeld 346707729c Use efreet_desktop_get
We want to get a cached version which submits events for bd->desktop

SVN revision: 46845
2010-03-03 22:10:34 +00:00
Sebastian Dransfeld de0e59fede Remove pointless comment
If we use efreet_desktop_new we get our own private copy, so we want to
free it, not unref. Anyway, if the efreet desktop has other references,
_free wont completely free, only unref.

SVN revision: 46844
2010-03-03 22:10:20 +00:00
Gustavo Sverzut Barbieri 75e97e144c postpone module list construction to idler.
Create the list later so the dialog shows up immediately and is later
populated. The creation of the list is quite expensive, with disk,
efreet and later computation of the final list.

It seems good now, but if required it could be split a bit more,
instead of doing one directory per idle run, do one file.



SVN revision: 46843
2010-03-03 21:37:52 +00:00
Gustavo Sverzut Barbieri ec464a2055 toolbook in conf_screensaver.
it's not that long anymore and also removes the need for the advanced
feature, it's just another tab.



SVN revision: 46842
2010-03-03 21:04:44 +00:00
Christopher Michael 650c66ec68 Respect zone aspect ratio.
SVN revision: 46838
2010-03-03 18:30:27 +00:00
Gustavo Sverzut Barbieri b7e7f44bc9 better sizing
SVN revision: 46815
2010-03-03 04:42:22 +00:00
Gustavo Sverzut Barbieri c129cfd891 and unbreak illume's ilist usage :-(
SVN revision: 46814
2010-03-03 04:17:46 +00:00
Gustavo Sverzut Barbieri 073a946433 new, single list module loader dialog.
This dialog was reworked to have one single list instead of two. This
makes the internals way simpler and also fits small screens.

Extra benefit is that we don't need to reload the list, so it's
flicker-free and you don't loose context. Of course it will save some
cpu cycles not having to do these list fills over and over again.

the ilist had to be changed to include an "end" object, in the default
theme it is at the right. It will use a part named
e/widget/ilist/toggle_end to present the selected state. (The
favorites/heart icon was choosen because it is red and thus easily
visible in both black and white background -- selected/unselected).



SVN revision: 46813
2010-03-03 04:10:04 +00:00
Christopher Michael a5fe371316 Revert frametable change. Need better organization here.
SVN revision: 46812
2010-03-03 03:30:11 +00:00
Christopher Michael 33beae725f Use frametable so we take up less room on smaller resolutions.
SVN revision: 46811
2010-03-03 03:12:08 +00:00
Christopher Michael 0858fa31c2 Add handler for bg update.
When deleting, remove icon objects.



SVN revision: 46808
2010-03-03 00:36:08 +00:00
Carsten Haitzler 07c6e7788d oooold patch from manio! in!
SVN revision: 46807
2010-03-03 00:32:39 +00:00
Christopher Michael ab65175124 Rework config desks dialog for small resolutions.
- Use toolbook.
       - Use new deskpreview widget.
       


SVN revision: 46804
2010-03-02 22:56:36 +00:00
Christopher Michael 8dd6d9fa23 Rework deskpreview widget so play nice w/ toolbook.
- e_widget_aspect has issues when used in toolbook (so we don't use it here).
   - Still a couple of TODOs in this:
       Respect zone aspect.
       Use livethumb for previews.



SVN revision: 46803
2010-03-02 22:56:06 +00:00
Gustavo Sverzut Barbieri 4a4faa95b5 module overhaul, passes -Wextra and reports more errors.
* check_changed for both basic and advanced dialog modes;

 * disable sliders and other widgets that depend on the checkbox;

 * smaller sliders;

 * ensure there is a timer if alert is set;

 * check all fgets() return, report error if format was not expected,
   simplify some cases.



SVN revision: 46802
2010-03-02 21:42:59 +00:00
Gustavo Sverzut Barbieri cada5ccf88 Smaller min size sliders and pass -Wextra
SVN revision: 46800
2010-03-02 19:10:53 +00:00
Gustavo Sverzut Barbieri ef409f030d conf menus with shorter labels, smaller sliders, passes -Wextra
Please review the labels in the dialog context, in my opinion they
make total sense (no need to have "Show $X" in every item).



SVN revision: 46799
2010-03-02 19:05:45 +00:00
Gustavo Sverzut Barbieri fccaf3de73 better alignment, sizing and pass -Wextra
SVN revision: 46796
2010-03-02 18:53:02 +00:00
Massimo Maiurana 29b663723f updating french and italian translations
SVN revision: 46794
2010-03-02 18:38:38 +00:00
Gustavo Sverzut Barbieri c4c50f8505 shorter strings and passes -Wextra
SVN revision: 46793
2010-03-02 18:09:39 +00:00
Gustavo Sverzut Barbieri d6f07a8672 shorter strings and apss -Wextra
Please consider the added note about "slide pointer to window". IMHO
it does not make sense to have this set in lots of places, it should
be a mouse or focus policy, and setting it will set all related
options.



SVN revision: 46792
2010-03-02 16:33:35 +00:00
Gustavo Sverzut Barbieri e7fac83d05 Short some strings, remove -Wextra warnings.
Sorry translators, but at least it is shorter in english now. You
should also keep your translations short (as far as possible).



SVN revision: 46791
2010-03-02 16:22:52 +00:00
Christopher Michael ae0db65fd1 Remove printfs.
SVN revision: 46790
2010-03-02 15:53:12 +00:00
Christopher Michael a9e98d36dd Don't expand..makes things look horrible.
SVN revision: 46789
2010-03-02 15:51:26 +00:00
Gustavo Sverzut Barbieri bf36aae4d2 improve connman control dialog a bit.
* remove the inner toolbook until we actually have proxy, removes
   some clutter;

 * add todo with idea to use pager to simplify the list (actually
   there is the problem on how to reorder elements, same thing in
   other dialogs, such as the startup applications);

 * better scale/expand/fill of elements;

 * remove some warnings.



SVN revision: 46788
2010-03-02 15:48:24 +00:00
Boris Faure 1060dfbd2e e: check whether fork failed
SVN revision: 46787
2010-03-02 15:07:03 +00:00
Carsten Haitzler fd7e0c09df hmmm something screwed with init done events.. remove 1 undone.
SVN revision: 46784
2010-03-02 12:31:20 +00:00
Christopher Michael 8a70d741fb Disable the timer if we are not debugging stringshare usage.
Fix some formatting.



SVN revision: 46778
2010-03-02 07:19:50 +00:00
Christopher Michael c36743d52e Don't free zones till we are done with them.
SVN revision: 46761
2010-03-02 01:23:47 +00:00
Christopher Michael 0884310c53 Rework some code so that llvm is happy.
SVN revision: 46760
2010-03-02 01:15:42 +00:00
Gustavo Sverzut Barbieri aff1d515c4 and make it compile clean with -Wextra
SVN revision: 46749
2010-03-01 23:45:57 +00:00
Gustavo Sverzut Barbieri 5110eca7f8 allow dpms sliders to be smaller.
SVN revision: 46748
2010-03-01 23:44:20 +00:00
Christopher Michael f933b3e993 Formatting.
SVN revision: 46738
2010-03-01 20:40:49 +00:00
Christopher Michael e4ea2191c2 Use toolbook for menu pages...works better on small resolutions.
SVN revision: 46732
2010-03-01 19:28:21 +00:00
Sebastian Dransfeld cdd86db6ac Eet cache for efreet desktop
SVN revision: 46726
2010-03-01 18:16:32 +00:00
Christopher Michael c6b39dff61 Don't expand lists.
Fix formatting.



SVN revision: 46725
2010-03-01 17:57:26 +00:00
Christopher Michael b1c2f79383 Make remember window work for all resolutions.
Fix formatting.



SVN revision: 46723
2010-03-01 17:46:06 +00:00
Christopher Michael 75bcb4c5c1 Don't expand lists.
Fix formatting.



SVN revision: 46722
2010-03-01 17:42:55 +00:00
Christopher Michael 17dedba9b2 Don't expand lists.
Fix formatting.



SVN revision: 46721
2010-03-01 17:39:15 +00:00
Gustavo Sverzut Barbieri 08fcd7e395 improve sizing of basic configuration.
Dave, are the advanced options working? I never tested them but the
dialog seems bit too polluted. Are all those options working? Do they
make sense? Maybe it should be reworked to be simpler and provide some
context (as far as I know, they just apply to "on top" gadgets)?




SVN revision: 46720
2010-03-01 17:35:47 +00:00
Christopher Michael dabc09958a Don't expand lists.
Fix formatting.



SVN revision: 46719
2010-03-01 17:35:40 +00:00
Christopher Michael c2a29d5daa Don't expand lists.
Shorten strings.
Fix formatting.



SVN revision: 46718
2010-03-01 17:32:01 +00:00
Christopher Michael 5cddcaedd6 Don't expand lists.
SVN revision: 46717
2010-03-01 17:24:14 +00:00
Christopher Michael 02fe555296 Don't expand lists...wastes space.
No need to set dialog_resizable to zero. It's zero by default.



SVN revision: 46716
2010-03-01 17:21:39 +00:00
Christopher Michael 5f3b987634 Don't expand lists...makes sliders look ugly.
SVN revision: 46715
2010-03-01 17:09:47 +00:00
Christopher Michael 79f406e33a Don't expand lists.
SVN revision: 46714
2010-03-01 17:08:07 +00:00
Christopher Michael 3677d6ded3 Don't exapnd...wastes space and looks like poo.
SVN revision: 46713
2010-03-01 17:06:30 +00:00
Christopher Michael 443edb0b64 Make applications dialog work with all resolutions.
SVN revision: 46709
2010-03-01 16:59:01 +00:00
Christopher Michael f225f4033e Make Cursor dialog work for other resolutions.
Use Eina_List macros.
Don't expand items...wastes space.



SVN revision: 46707
2010-03-01 16:42:42 +00:00
Gustavo Sverzut Barbieri 405c0d61b5 bit better profile dialogs, at least it is aligned now.
textblock is still ugly, it shows both scrollbars and the .desktops
have stupidly small lines forced with <br> every 2-3 words :-(



SVN revision: 46693
2010-03-01 13:40:23 +00:00
Gustavo Sverzut Barbieri 35e0b9c56a simpler and shorter strings.
The following phrases were too long and were made short since the rest
of the words were obvious or implicit:

- Show window geometry information when moving or resizing
+ Geometry when moving or resizing

- Animate the shading and unshading of windows
+ Animated shading

- Automatically switch to desktop of new window
+ Switch to desktop of new window



SVN revision: 46692
2010-03-01 13:20:04 +00:00
Gustavo Sverzut Barbieri 90a385ff28 fix problem with resizing dialogs that use e_widget_framelist_object_append()
Now we have a new variant that lets you set the box pack
options. Couple of modules need this.



SVN revision: 46691
2010-03-01 13:14:31 +00:00
Gustavo Sverzut Barbieri 20dfdb3334 Almost passes -Wextra
Remains the problem of E_Object->type being int, but types constants
being considered unsigned int.

I guess we could just covert E_Object->type to unsigned, no?



SVN revision: 46689
2010-03-01 12:57:05 +00:00
Gustavo Sverzut Barbieri 6cae71ebda Better settings in menu.
Instead of disabling nice quick access menus (by disabling config/1
augmentation), just add itself as the last submenu named "All", then
with entries.

This looks fine and I guess can even be the default.



SVN revision: 46688
2010-03-01 12:50:44 +00:00
Gustavo Sverzut Barbieri 3d895520f6 trailing whitespaces and indentation.
SVN revision: 46686
2010-03-01 12:36:19 +00:00
Christopher Michael a682db0ef7 Some more documentation.
SVN revision: 46675
2010-03-01 01:51:48 +00:00
Christopher Michael 98e95cc950 Comment whole section as we never make use of it anyway.
SVN revision: 46674
2010-03-01 01:33:44 +00:00
Christopher Michael dcd6a62380 Don't set a min width that is too large. Just use min width returned from
the function. This makes module dialog work nicely w/ smaller resolutions.



SVN revision: 46673
2010-03-01 00:57:06 +00:00
Christopher Michael b921d72f1f Reduce border gap.
SVN revision: 46665
2010-02-28 18:53:17 +00:00
Christopher Michael c86c4bb977 Don't expand list. That causes slider labels to look like poo.
Fix formatting & remove whitespace.



SVN revision: 46664
2010-02-28 18:49:01 +00:00
Christopher Michael dbb48a0a08 Use PATH_MAX.
Don't expand list.
Fix Formatting.
Don't need to set dialog resizable unless you Want it resizable.



SVN revision: 46663
2010-02-28 18:45:07 +00:00
Christopher Michael fe96ced232 Don't expand list.
SVN revision: 46662
2010-02-28 18:42:58 +00:00
Christopher Michael 89d6f49f98 Don't expand list. Wastes space and looks silly.
SVN revision: 46661
2010-02-28 18:39:26 +00:00
Christopher Michael da564fbe60 Don't stretch sliders vertically as they look retarded.
Fix formatting.



SVN revision: 46660
2010-02-28 18:36:20 +00:00
Christopher Michael 34545d01ab Better scale dialog:
- Resolution independant.
       - Sliders don't expand in basic anymore and thus do not look retarded.



SVN revision: 46659
2010-02-28 18:28:20 +00:00
Daniel Kolesa 475068e6ed gettext++, prototypes++
SVN revision: 46645
2010-02-28 14:18:48 +00:00
Vincent Torri fe72331c96 remove -no-undefined in everything
SVN revision: 46638
2010-02-28 07:02:31 +00:00
Christopher Michael 11c9dc57fd Remove printf & some unused variables.
SVN revision: 46635
2010-02-28 02:36:49 +00:00
Christopher Michael bda76a1666 Fix QP zone position bugger...thanks for the report Raster :)
SVN revision: 46634
2010-02-28 02:08:18 +00:00
Carsten Haitzler dd56bcd1ad no... we want undefined symbols :) (thanks vtorri)
SVN revision: 46630
2010-02-28 00:13:21 +00:00
Christopher Michael 3bc257bf8d Fix up formatting.
SVN revision: 46625
2010-02-27 22:51:19 +00:00
Christopher Michael 857baca433 Use custom edj icon if it's specified (for menus & items).
Use EINA_* macros for lists.
Fix formatting.
Remove Whitespace.



SVN revision: 46623
2010-02-27 22:38:35 +00:00
Christopher Michael 28ad67b765 Hook into zone_resize so we can adjust minimum width when zone changes
size.



SVN revision: 46600
2010-02-27 19:50:07 +00:00
Christopher Michael 8294b889c5 Add handler for zone_move_resize so we can adjust minimum width of
indicator when zone size changes.



SVN revision: 46599
2010-02-27 19:41:59 +00:00
Daniel Kolesa fd63280f2e Merge configmenu from extras with Configuration Panel module(after discussion with raster). For this, I added API to disable or enable any augmentation point from any module and later enable it again. Thanks to this merge, you can have configuration panel categories directly in main menu, replacing old items like Gadgets in that submenu. You can easily switch to old style from Advanced->Configuration Panel, if the module is disabled it is the old style of course. Also I removed configmenu from emodules when it is not needed anymore.
SVN revision: 46587
2010-02-27 17:04:55 +00:00
Carsten Haitzler e15c3cc2ed missing eapi's
SVN revision: 46575
2010-02-27 10:06:22 +00:00
Christopher Michael d2a7162547 TAsn's patch for LTR->RTL support in keyboard. (with formatting fixes).
SVN revision: 46550
2010-02-27 04:28:43 +00:00
Gustavo Sverzut Barbieri 7255cc7b32 quaker said valgrind 3.5 just accept a byte value (0-255)
SVN revision: 46537
2010-02-26 23:55:12 +00:00
Christopher Michael 2466083ecd Don't segfault if keyboard has no border.
SVN revision: 46520
2010-02-26 21:04:03 +00:00
Christopher Michael 30af6de375 Add 'UNUSED' to functions for which some parameters are never used.
SVN revision: 46515
2010-02-26 19:58:44 +00:00
Christopher Michael bac3f35172 Rename some more functions to be 'illume' specific so we don't clash.
SVN revision: 46514
2010-02-26 19:44:37 +00:00
Christopher Michael 4b72868092 Oops, don't EAPI those.
SVN revision: 46512
2010-02-26 13:23:31 +00:00
Christopher Michael 2468456d1b Rename some functions to be more 'illume' specific so we don't get any
potential clashes w/ other modules.



SVN revision: 46511
2010-02-26 13:16:10 +00:00
Christopher Michael 301223f66f Remove last remaining round-trip.
Remove some printfs.
Fix some formatting.



SVN revision: 46510
2010-02-26 11:37:01 +00:00
Christopher Michael 22761b568b Don't need to send a layout update when animation is done (it's already send
in the show/hide calls).

Send new keyboard geometry if we are not animating also.



SVN revision: 46509
2010-02-26 11:20:43 +00:00
Christopher Michael f5d8886bad Remove 2 more round-trips. (Tested and did not see any adverse effects, but
left orig code commented out just in case).

Add some additional comments.



SVN revision: 46508
2010-02-26 10:57:26 +00:00
Christopher Michael 85cbec19a7 Better documentation structure.
SVN revision: 46472
2010-02-25 18:46:21 +00:00
Christopher Michael 608650d856 Maximum framerate in advanced should match the maximum in basic.
SVN revision: 46470
2010-02-25 16:54:16 +00:00
Carsten Haitzler cde353aa9b printf--
SVN revision: 46462
2010-02-25 13:09:09 +00:00
Carsten Haitzler 5ffdd6a06a make frameinfo work on env var. export DFI=1
SVN revision: 46461
2010-02-25 12:37:28 +00:00
Carsten Haitzler 4513a24797 no more round trips! bad bad bad!
SVN revision: 46459
2010-02-25 12:26:10 +00:00
Christopher Michael 07062860cb Handle policy activate layer a bit better (don't set so high).
Add an easily adjusted variable in policy.h for POL_ACTIVATE_LAYER.



SVN revision: 46454
2010-02-25 05:45:14 +00:00
Carsten Haitzler 395e679706 fix sync issue.
SVN revision: 46452
2010-02-25 05:12:49 +00:00
Christopher Michael 5fda7b5150 Add some more docs.
Prep some structures for documentation (just modifying the code format).



SVN revision: 46451
2010-02-25 01:17:45 +00:00
Christopher Michael 5180f292dd Fix focus track issue(s) as reported by TAsn.
SVN revision: 46446
2010-02-24 22:48:02 +00:00
Christopher Michael 94df5150d1 Ok, we cannot accept focus on home window...leads to focus track issues.
SVN revision: 46445
2010-02-24 22:46:34 +00:00
Christopher Michael 4bf3e5c772 Check for new_client when laying out indicator. (Needed for elm_indicator
app).



SVN revision: 46438
2010-02-24 18:21:50 +00:00
Christopher Michael 410536ba3d Set illume zone list. Needed for elm_indicator.
SVN revision: 46432
2010-02-24 17:15:22 +00:00
Christopher Michael 5135baa904 Fix structure definition.
SVN revision: 46422
2010-02-24 05:28:57 +00:00
Christopher Michael af5d569cdc Update documentation. (Doxygen now generates docs for structure members too
:))



SVN revision: 46421
2010-02-24 05:15:56 +00:00
Christopher Michael f799583101 Update layout properly when zone changes size or moves. This should fix
xrandr issue for TAsn ;)



SVN revision: 46413
2010-02-23 23:31:46 +00:00
Christopher Michael 9762df18a3 Unhide a border if we are looping through focus.
SVN revision: 46411
2010-02-23 22:37:40 +00:00
Christopher Michael 25859b62f7 Check home count based on current mode and create or focus home window
accordingly.



SVN revision: 46409
2010-02-23 22:25:31 +00:00
Christopher Michael 7a79cfc933 Add sending keyboard geometry for conformant apps.
SVN revision: 46404
2010-02-23 20:54:59 +00:00
Christopher Michael 536cc819b1 Fix NETWM Activate issue where the window would not raise or focus. This
works wrt fullscreen windows also.
Fix issues wrt hide/show race conditions that raster pointed out.
Fix issue where previous window was not shown again.



SVN revision: 46397
2010-02-23 18:15:00 +00:00
Christopher Michael 84301f2dde Believe that home windows can now accept/take focus. Have not seen any
adverse effects with this yet.



SVN revision: 46396
2010-02-23 18:12:43 +00:00
Christopher Michael c96252d83b More doxy for structures...tho they still do not show up in generated output
:(



SVN revision: 46379
2010-02-23 02:33:18 +00:00
Christopher Michael e906cf5918 More doxy for Policy API. (Bonus points to the person who figures out why
doxygen will not generate docs for structure members here).



SVN revision: 46378
2010-02-23 01:41:57 +00:00
Christopher Michael e39cd7f5fb Make indicator work again wrt Scale changes.
SVN revision: 46377
2010-02-23 01:22:05 +00:00
Christopher Michael 28c0c74d6a Make softkey respond again to Scale changes.
SVN revision: 46376
2010-02-23 01:21:47 +00:00
Christopher Michael 134b4f46ef Add some printfs for debugging.
SVN revision: 46375
2010-02-23 01:21:22 +00:00
Christopher Michael c5a9761839 No need to set zone here.
SVN revision: 46364
2010-02-22 20:38:11 +00:00
Carsten Haitzler c5ab22f34a delay order re-load from monitor signal
SVN revision: 46351
2010-02-22 08:04:41 +00:00
Carsten Haitzler 1a705408c8 oooh and free rects before getting!
SVN revision: 46346
2010-02-21 16:15:59 +00:00
Carsten Haitzler 0d9e03416b fix/clean up shape handling in gl engine... with texture from pixmap...
SVN revision: 46345
2010-02-21 15:52:19 +00:00
Christopher Michael 654a62a4de Fix function prototype.
SVN revision: 46313
2010-02-19 16:09:56 +00:00
Christopher Michael 0e67df5730 Add layout sending/updating.
SVN revision: 46312
2010-02-19 15:40:11 +00:00
Christopher Michael 448f5524d6 Don't need to trigger layout update twice.
Set focus to the newly shown border.



SVN revision: 46311
2010-02-19 14:45:10 +00:00
Christopher Michael 2de25e35db Fix case(s) where home window was not showing when another app was visible
and we changed layout mode.



SVN revision: 46310
2010-02-19 14:40:41 +00:00
Carsten Haitzler c843105715 if u want symbols out of the .so or .a or binary u compile.... EAPI them.
SVN revision: 46305
2010-02-19 09:18:11 +00:00
Carsten Haitzler bd1d1e5db5 illume3? wtf?
SVN revision: 46304
2010-02-19 09:08:36 +00:00
Christopher Michael cfd9ea4e21 When showing borders that were hidden, signal a layout update for that border.
SVN revision: 46295
2010-02-19 03:53:43 +00:00
Christopher Michael cdf7c14d90 Oops, that should not have been comitted.
SVN revision: 46294
2010-02-19 03:31:03 +00:00
Christopher Michael 4461057e7a Add illume quickpanel zone fetch to border structure.
SVN revision: 46293
2010-02-19 03:21:30 +00:00
Christopher Michael 0006745e2f Readd new illume2 code (ugg, svn is a pita) ;)
SVN revision: 46290
2010-02-19 03:00:58 +00:00
Christopher Michael 50bac54206 Ok, another stab at adding this to svn. Remove old code.
SVN revision: 46289
2010-02-19 02:59:56 +00:00
Christopher Michael efb5c66c67 New illume2 code in svn now :)
SVN revision: 46286
2010-02-19 02:32:18 +00:00
Christopher Michael 581ada3a3f Remove old illume2 code.
SVN revision: 46285
2010-02-19 02:30:01 +00:00
Gustavo Sverzut Barbieri 61531ed0d3 special case: we don't care for shape of argb windows, don't fetch it.
SVN revision: 46272
2010-02-18 11:56:37 +00:00
Carsten Haitzler e6746ce456 fill un alpha pixels when shape is removed.
SVN revision: 46271
2010-02-18 11:46:15 +00:00
Gustavo Sverzut Barbieri 59a5bdf853 Fix segv with shaped windows on GL composite manager.
When we have shaped windows, we must force it to be converted to
non-native so we can modify it later, setting the alpha byte of the
pixels based on the mask.

This fix segv that was happening with Chromium and other shaped
windows as the evas_object_image_data_get() would return NULL for
native surfaces.



SVN revision: 46264
2010-02-18 02:48:39 +00:00
Gustavo Sverzut Barbieri c4d6295c8c Auto-logout after 60 seconds "logout confirm dialog" shows.
SVN revision: 46246
2010-02-17 14:03:06 +00:00
Carsten Haitzler db323e87f9 work on better shape handling for gl comp
SVN revision: 46231
2010-02-17 03:38:57 +00:00
Gustavo Sverzut Barbieri 9309f0af3f add new status string "online" and "login".
SVN revision: 46192
2010-02-15 16:31:42 +00:00
Hannes Janetzek d9e6eb4b3a 'everything'
- use desktops' label as long as executable is not called with parameters. 
- disable sync of app history  with exehist - could be removed I think.


SVN revision: 46189
2010-02-15 13:32:34 +00:00
Boris Faure 7bd630e8d8 typo
SVN revision: 46188
2010-02-15 13:00:38 +00:00
Massimo Maiurana 9e2ebeae00 updating french and italian translations
SVN revision: 46187
2010-02-15 12:13:25 +00:00
Carsten Haitzler a0874fb2b3 add support for indirect option for gl.
SVN revision: 46179
2010-02-15 05:27:36 +00:00
Carsten Haitzler 60b35967de gl vsync smoother tear-free rendering on desktop (nvidia though only - i am
in no mood to figure out the convoluted vsync stuff for every linux gl drvier
out there!)



SVN revision: 46158
2010-02-14 03:57:43 +00:00
Sebastian Dransfeld b7066f4191 And use e_border_name_get to get name
SVN revision: 46154
2010-02-13 19:11:23 +00:00
Christopher Michael b1804a21eb Don't need the return variable here.
Don't free the title.



SVN revision: 46146
2010-02-13 16:19:41 +00:00
Carsten Haitzler 820d76b53d use netwm name in preference.
SVN revision: 46145
2010-02-13 16:12:28 +00:00
Gustavo Sverzut Barbieri 5a60848741 Use eina_log on econnman
Registry domain 'econnman' and log messages with eina_log instead of
casual printfs.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 46130
2010-02-13 12:16:14 +00:00
Gustavo Sverzut Barbieri e71c7d1453 Use proper error handling on initialization
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 46129
2010-02-13 12:14:44 +00:00
Carsten Haitzler bdb206f5c6 why do a server rount trip for every border to get title when it's already
stored? bad bad bad! this will cause mucho slowness.



SVN revision: 46128
2010-02-13 11:42:28 +00:00
Carsten Haitzler 10cde00bbd fix fd handler del complaint! add events before adding handler for them!
otherwise event id is 0!



SVN revision: 46124
2010-02-13 02:57:01 +00:00
Carsten Haitzler c42497848b fix long-standing bug in exe exit handling! ugh...
SVN revision: 46123
2010-02-13 02:47:21 +00:00
Christopher Michael 30b60b5bd3 No point in running find_by_client_window here as we do nothing with it
anyway.



SVN revision: 46104
2010-02-11 22:05:14 +00:00
Carsten Haitzler 11ddc952af less overhead... maybe.
SVN revision: 46076
2010-02-11 13:33:20 +00:00
Carsten Haitzler 2c22b1f6c1 more overhead. screw u composite! screw you!. i now know what is needed...
and  whats there now is not pretty.



SVN revision: 46074
2010-02-11 11:09:18 +00:00
Carsten Haitzler b98aa59ac4 defer showing a composited window until first render.
SVN revision: 46072
2010-02-11 08:05:19 +00:00
Carsten Haitzler e14a685399 debug. off.
SVN revision: 46071
2010-02-11 07:41:02 +00:00
Carsten Haitzler 4fbe140b50 fade ... OFF!
SVN revision: 46070
2010-02-11 07:40:44 +00:00
Carsten Haitzler 64758733a6 fix some bugs i added to compositing in making gl more solid - software
compositing that is.



SVN revision: 46069
2010-02-11 07:07:58 +00:00
Christopher Michael 2a915fae74 Take into account zone->y when setting position.
Don't need to lock border location unless we are changing zones.



SVN revision: 46056
2010-02-10 17:24:33 +00:00
Christopher Michael fc92b9a9dd Don't set lock_user_location unless we are setting zone.
Remove useless function calls.



SVN revision: 46055
2010-02-10 17:23:15 +00:00
Carsten Haitzler eed1782f5f and some more compositor work - now its looking mroe solid.
SVN revision: 46045
2010-02-10 14:13:29 +00:00
Carsten Haitzler 8296dcf1a2 debug++ and fix small no-re-render case.
SVN revision: 46038
2010-02-10 09:40:44 +00:00
Carsten Haitzler a8a37957c3 some mroe fixes and improvements.
SVN revision: 46037
2010-02-10 08:09:03 +00:00
Carsten Haitzler 218c418dc9 compositing work - make it solid and work in more places. hopefully this
fixes some other issues if u turn on "keep hidden windows".. but that seems
to creat others atm.



SVN revision: 46036
2010-02-10 07:47:59 +00:00
Christopher Michael cecda9c13d Fix for showing windows @ their original size, then resizing them.
Some cleanup of code.



SVN revision: 46034
2010-02-10 04:49:25 +00:00
Christopher Michael 9fc08dd6c4 And adjust size hint when setting icon too. (Same problem as previous commit
wrt text).



SVN revision: 46033
2010-02-10 02:41:39 +00:00
Christopher Michael bdb0df2303 Set min size on button when text is set. (Found this after creating a button
w/ no text, than later setting the text...the size was never adjusted).



SVN revision: 46032
2010-02-10 02:29:09 +00:00
Christopher Michael 3b3ba5fe73 Don't need to feed mouse event here anymore.
SVN revision: 46016
2010-02-09 19:11:33 +00:00
Christopher Michael 1c54bdde06 No point in calling x_window_geometry_get here, we never use the returned
width or height afterwards.



SVN revision: 46014
2010-02-09 17:03:52 +00:00
Christopher Michael 9956b1d406 Respect internal_no_remember flag.
SVN revision: 45994
2010-02-08 22:48:21 +00:00
Christopher Michael 24552e95bf No need to include these anymore. They are included by default w/ Ecore_X.h
SVN revision: 45955
2010-02-06 22:31:17 +00:00
Gustavo Lima Chaves ef3674c073 Enable proper compiling with no -O2.
SVN revision: 45947
2010-02-06 20:54:58 +00:00
Christopher Michael 2d846f27ed Remove .pc file (not used anymore).
SVN revision: 45940
2010-02-06 19:48:00 +00:00
Christopher Michael c466a427b3 Layout fixes for conformant windows (wrt keyboard).
SVN revision: 45936
2010-02-06 17:14:40 +00:00
Christopher Michael 63c874d7a6 Fix quickpanel not showing correctly (this also needs elm_win update).
SVN revision: 45935
2010-02-06 16:58:15 +00:00
Christopher Michael 3e0530d2b2 Cannot enable instant edit just yet. Causes problems w/ our event window.
SVN revision: 45933
2010-02-06 15:49:47 +00:00
Christopher Michael 7d96aaa67f Handle border property change events for Fullscreen/Unfullscreen.
SVN revision: 45932
2010-02-06 15:42:04 +00:00
Carsten Haitzler 814260e35b fix native surface oopsie!
SVN revision: 45931
2010-02-06 10:52:09 +00:00
Carsten Haitzler f274652e1f add sugusr1 to bring uo std config panel
SVN revision: 45929
2010-02-06 09:47:17 +00:00
Carsten Haitzler c14491ffd0 some infra for doing effects later
SVN revision: 45926
2010-02-06 07:04:17 +00:00
Christopher Michael 9260b043d7 Oops, that should have been show/hide bottom panel (according to fixme).
SVN revision: 45924
2010-02-06 01:13:49 +00:00
Christopher Michael f82a3fb67e Address fixme for show/hide indicator window.
SVN revision: 45923
2010-02-06 01:10:10 +00:00
Carsten Haitzler 204cf10765 more opts.
SVN revision: 45899
2010-02-05 13:12:24 +00:00
Carsten Haitzler 1895436210 and set default values for new configs
SVN revision: 45898
2010-02-05 12:28:46 +00:00
Carsten Haitzler 5a6a818195 manh more compositor options... in pareparation for more. use toolbook.
SVN revision: 45897
2010-02-05 12:25:23 +00:00
Carsten Haitzler a5c4d29cb9 fix toolbar bug in sizing
SVN revision: 45896
2010-02-05 12:24:42 +00:00
Carsten Haitzler 00e6bf4bf1 make back./fwd arrow actuall advance items in toolbar
SVN revision: 45894
2010-02-05 10:22:21 +00:00
Carsten Haitzler 83667835bc oh and make indicator instant-edit...
and... better illume-home config with comp enabled...



SVN revision: 45892
2010-02-05 06:17:17 +00:00
Carsten Haitzler 1595840134 some stuff... hmmm.
SVN revision: 45890
2010-02-05 06:12:02 +00:00
Luis Felipe Strano Moraes 77cba40502 Fixing make dist on enlightenment.
SVN revision: 45877
2010-02-04 16:42:04 +00:00
Gustavo Sverzut Barbieri b1462593e1 Registry config dialog into Settings Panel
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45816
2010-02-02 18:29:37 +00:00
Gustavo Sverzut Barbieri d3ac4a7f77 Add dialog to configure connman
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45815
2010-02-02 18:28:50 +00:00
Gustavo Sverzut Barbieri 7d02d75954 Request scan on all technologies upon start
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45814
2010-02-02 17:41:02 +00:00
Gustavo Sverzut Barbieri 91e3640b56 Fix services list not being initialized
Services list must be initialized to NULL, otherwise when turning the
module back bad things may happen.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45813
2010-02-02 17:39:06 +00:00
Gustavo Sverzut Barbieri 5dcd42d899 Add list of enabled technologies
Create a list with the names of enabled technologies and allow user
to determine if a certain technology is enabled.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45812
2010-02-02 17:36:51 +00:00
Gustavo Sverzut Barbieri c99d8c8100 Add list of available technologies
Add E_Connman_Technology struct and create a list inside
E_Connman_Module_Context which will keep track of all available
technologies.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>


SVN revision: 45811
2010-02-02 17:34:40 +00:00
Gustavo Sverzut Barbieri 0384befb49 Create _connman_service_new_list_item()
In order to be able to share item creation with config dialog.



SVN revision: 45810
2010-02-02 17:31:52 +00:00
Gustavo Sverzut Barbieri 0f1322c04b cleaning - remove extra comments and debugs
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45809
2010-02-02 17:29:40 +00:00
Hannes Janetzek 8935019960 everything text plugin: only create item, when there is input
SVN revision: 45808
2010-02-02 16:15:51 +00:00
Hannes Janetzek e609c39dbc awesome new plugin for everything. 'text' creates an item for the text you type (=
SVN revision: 45807
2010-02-02 16:06:42 +00:00
Hannes Janetzek be5679a2a2 provide plugindir for with pkg-config
SVN revision: 45806
2010-02-02 14:03:56 +00:00
Carsten Haitzler a53ae6818e more ecore-txt --
SVN revision: 45797
2010-02-02 07:18:33 +00:00
Carsten Haitzler 16f85793f2 no mroe txt!
SVN revision: 45795
2010-02-02 06:50:38 +00:00
Sebastian Dransfeld 49ef5a77f9 Remove Ecore_Txt
SVN revision: 45791
2010-02-02 04:50:04 +00:00