aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Layout fixes for conformant windows (wrt keyboard).Christopher Michael2010-02-061-8/+8
| | | | SVN revision: 45936
* Fix quickpanel not showing correctly (this also needs elm_win update).Christopher Michael2010-02-062-10/+4
| | | | SVN revision: 45935
* Cannot enable instant edit just yet. Causes problems w/ our event window.Christopher Michael2010-02-061-1/+1
| | | | SVN revision: 45933
* Handle border property change events for Fullscreen/Unfullscreen.Christopher Michael2010-02-065-0/+43
| | | | SVN revision: 45932
* fix native surface oopsie!Carsten Haitzler2010-02-061-8/+7
| | | | SVN revision: 45931
* add sugusr1 to bring uo std config panelCarsten Haitzler2010-02-061-0/+24
| | | | SVN revision: 45929
* some infra for doing effects laterCarsten Haitzler2010-02-062-42/+337
| | | | SVN revision: 45926
* Oops, that should have been show/hide bottom panel (according to fixme).Christopher Michael2010-02-061-2/+2
| | | | SVN revision: 45924
* Address fixme for show/hide indicator window.Christopher Michael2010-02-061-2/+6
| | | | SVN revision: 45923
* disable automagic to find exchange.Gustavo Sverzut Barbieri2010-02-051-1/+12
| | | | | | | | | This allows build systems to forcefully disable build using exchange library, even if it was found in the system during compile. SVN revision: 45917
* more opts.Carsten Haitzler2010-02-053-0/+46
| | | | SVN revision: 45899
* and set default values for new configsCarsten Haitzler2010-02-051-0/+6
| | | | SVN revision: 45898
* manh more compositor options... in pareparation for more. use toolbook.Carsten Haitzler2010-02-054-35/+123
| | | | SVN revision: 45897
* fix toolbar bug in sizingCarsten Haitzler2010-02-051-2/+4
| | | | SVN revision: 45896
* and make arrows emit signals for advance itemsCarsten Haitzler2010-02-051-4/+2
| | | | SVN revision: 45895
* make back./fwd arrow actuall advance items in toolbarCarsten Haitzler2010-02-051-0/+59
| | | | SVN revision: 45894
* oh and make indicator instant-edit...Carsten Haitzler2010-02-052-234/+306
| | | | | | | | and... better illume-home config with comp enabled... SVN revision: 45892
* some stuff... hmmm.Carsten Haitzler2010-02-052-2/+11
| | | | SVN revision: 45890
* Fixing make dist on enlightenment.Luis Felipe Strano Moraes2010-02-045-0/+16
| | | | SVN revision: 45877
* Add default keybindings for audio buttons to work on laptops and multimedia ↵toma2010-02-041-0/+27
| | | | | | keyboards. SVN revision: 45860
* updating catalan translationsMassimo Maiurana2010-02-031-1456/+939
| | | | SVN revision: 45845
* Registry config dialog into Settings PanelGustavo Sverzut Barbieri2010-02-021-1/+22
| | | | | | | | By: Lucas De Marchi <lucas.demarchi@profusion.mobi> SVN revision: 45816
* Add dialog to configure connmanGustavo Sverzut Barbieri2010-02-024-51/+657
| | | | | | | | By: Lucas De Marchi <lucas.demarchi@profusion.mobi> SVN revision: 45815
* Request scan on all technologies upon startGustavo Sverzut Barbieri2010-02-021-0/+11
| | | | | | | | By: Lucas De Marchi <lucas.demarchi@profusion.mobi> SVN revision: 45814
* Fix services list not being initializedGustavo Sverzut Barbieri2010-02-021-0/+1
| | | | | | | | | | | 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
* Add list of enabled technologiesGustavo Sverzut Barbieri2010-02-021-0/+49
| | | | | | | | | | | 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
* Add list of available technologiesGustavo Sverzut Barbieri2010-02-022-0/+81
| | | | | | | | | | | 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
* Create _connman_service_new_list_item()Gustavo Sverzut Barbieri2010-02-021-38/+48
| | | | | | | | In order to be able to share item creation with config dialog. SVN revision: 45810
* cleaning - remove extra comments and debugsGustavo Sverzut Barbieri2010-02-021-32/+1
| | | | | | | | By: Lucas De Marchi <lucas.demarchi@profusion.mobi> SVN revision: 45809
* everything text plugin: only create item, when there is inputHannes Janetzek2010-02-021-5/+9
| | | | SVN revision: 45808
* awesome new plugin for everything. 'text' creates an item for the text you ↵Hannes Janetzek2010-02-022-0/+59
| | | | | | type (= SVN revision: 45807
* provide plugindir for with pkg-configHannes Janetzek2010-02-021-0/+1
| | | | SVN revision: 45806
* more fixes! broke temp modules tempgetCarsten Haitzler2010-02-021-1/+8
| | | | SVN revision: 45798
* more ecore-txt --Carsten Haitzler2010-02-021-1/+1
| | | | SVN revision: 45797
* no mroe txt!Carsten Haitzler2010-02-021-1/+1
| | | | SVN revision: 45795
* Remove Ecore_TxtSebastian Dransfeld2010-02-022-12/+3
| | | | SVN revision: 45791
* loose syncing option. in reality it will work fine. but not clean.Carsten Haitzler2010-02-014-21/+52
| | | | SVN revision: 45776
* and dont set sync for your own windows! deadlock in compositing otherwiseCarsten Haitzler2010-02-011-0/+1
| | | | SVN revision: 45774
* and now actually do the sync thing! awesomeness. this should mean (forCarsten Haitzler2010-02-014-20/+179
| | | | | | | | | borderless apps for now - using efl (ecore-evas/elm) tear-free rendeirng in compositor. SVN revision: 45773
* fix commentHannes Janetzek2010-02-011-1/+1
| | | | SVN revision: 45768
* Move setting window type until after window is shown.Christopher Michael2010-02-012-3/+5
| | | | SVN revision: 45765
* Seems we cannot set the window type (for indicator) until After the windowChristopher Michael2010-02-012-3/+5
| | | | | | | | is shown, else E just overwrites whatever type we set. SVN revision: 45764
* Remove unused variable.Christopher Michael2010-01-311-2/+1
| | | | | | | | Use PATH_MAX. SVN revision: 45760
* find plugins for "everything" in $HOME/.e/e/everything_pluginsHannes Janetzek2010-01-311-0/+14
| | | | SVN revision: 45758
* allow the "limit compositor framerate to fixed e framerate" to be optionalCarsten Haitzler2010-01-314-15/+66
| | | | SVN revision: 45754
* updating french and italian translationsMassimo Maiurana2010-01-312-0/+4
| | | | SVN revision: 45751
* Ecore_Str.h -> EinaSebastian Dransfeld2010-01-3021-57/+56
| | | | SVN revision: 45740
* Don't segfault if keyboard has no border.Christopher Michael2010-01-301-9/+12
| | | | SVN revision: 45738
* Fix keyboard dictionary list not showing on other zones.Christopher Michael2010-01-301-13/+2
| | | | | | | | Remove debugging (printfs). SVN revision: 45729
* Remove unused variables.Christopher Michael2010-01-301-4/+4
| | | | | | | | Remove commented block (confirmed working without it). SVN revision: 45727