platform/upstream/enlightenment.git
14 years agoif fullscreen border was moved between desks, update desk fullscreen count.
Gustavo Sverzut Barbieri [Fri, 28 May 2010 18:54:25 +0000 (18:54 +0000)]
if fullscreen border was moved between desks, update desk fullscreen count.

just happened to notice this possible error, no idea if paths could
really trigger it, but was simple enough to fix.

SVN revision: 49249

14 years agoMake sure the data in the list is valid. (Ran into an odd segv here,
Christopher Michael [Fri, 28 May 2010 16:20:31 +0000 (16:20 +0000)]
Make sure the data in the list is valid. (Ran into an odd segv here,
so added this catch to trap it).

SVN revision: 49248

14 years agofix segv on double click when actions were not already fetched
Hannes Janetzek [Thu, 27 May 2010 21:10:20 +0000 (21:10 +0000)]
fix segv on double click when actions were not already fetched
cleanups

SVN revision: 49241

14 years ago- fix sliding back from list with no items
Hannes Janetzek [Thu, 27 May 2010 20:25:09 +0000 (20:25 +0000)]
- fix sliding back from list with no items
- allow direct sliding back. i.e. no need for mouse up and down again
- fix theme path to /modules/everything

SVN revision: 49236

14 years agooops - typo typo typo
Carsten Haitzler [Thu, 27 May 2010 16:00:28 +0000 (16:00 +0000)]
oops - typo typo typo

SVN revision: 49235

14 years agofix app sorting
Hannes Janetzek [Thu, 27 May 2010 14:38:51 +0000 (14:38 +0000)]
fix app sorting

SVN revision: 49234

14 years agomake return behavior consistent: always browse item.
Hannes Janetzek [Thu, 27 May 2010 14:30:12 +0000 (14:30 +0000)]
make return behavior consistent: always browse item.
cleanup selectors_switch: dont switch automatically back to subj selector
cleanups

SVN revision: 49233

14 years agocheck strings not null
Hannes Janetzek [Thu, 27 May 2010 12:45:41 +0000 (12:45 +0000)]
check strings not null

SVN revision: 49230

14 years agodont use mouse out hide timer for edge popup. add config option later
Hannes Janetzek [Thu, 27 May 2010 09:42:16 +0000 (09:42 +0000)]
dont use mouse out hide timer for edge popup. add config option later
reduce slide resistance

SVN revision: 49227

14 years agodrag-n-slide fixes.
Hannes Janetzek [Wed, 26 May 2010 23:57:48 +0000 (23:57 +0000)]
drag-n-slide fixes.
animate slideing to next selector

SVN revision: 49220

14 years agosort command with params to front
Hannes Janetzek [Wed, 26 May 2010 23:28:01 +0000 (23:28 +0000)]
sort command with params to front

SVN revision: 49219

14 years agofix last commit
Hannes Janetzek [Wed, 26 May 2010 21:06:25 +0000 (21:06 +0000)]
fix last commit

SVN revision: 49217

14 years ago- dont drag-slide back from last selector to first
Hannes Janetzek [Wed, 26 May 2010 21:01:30 +0000 (21:01 +0000)]
- dont drag-slide back from last selector to first
- cleanup

SVN revision: 49214

14 years agodont install desktop for wizard. it's fucking to easy to kill ones profile with it -
Hannes Janetzek [Wed, 26 May 2010 20:12:03 +0000 (20:12 +0000)]
dont install desktop for wizard. it's fucking to easy to kill ones profile with it -
 just too easy to use multiple select and have it loaded by accident

SVN revision: 49213

14 years agoallow also drag-n-slide for non browsable items. goes to action selector then
Hannes Janetzek [Wed, 26 May 2010 15:54:07 +0000 (15:54 +0000)]
allow also drag-n-slide for non browsable items. goes to action selector then
fix aggregator

SVN revision: 49212

14 years agofix zoom level 2
Hannes Janetzek [Wed, 26 May 2010 15:38:59 +0000 (15:38 +0000)]
fix zoom level 2

SVN revision: 49210

14 years agofsck
Hannes Janetzek [Wed, 26 May 2010 15:34:31 +0000 (15:34 +0000)]
fsck

SVN revision: 49209

14 years agofix config
Hannes Janetzek [Wed, 26 May 2010 15:33:43 +0000 (15:33 +0000)]
fix config

SVN revision: 49208

14 years agoadded e action for edge bindings. preferable to be used with theme from trunk/THEMES...
Hannes Janetzek [Wed, 26 May 2010 15:09:51 +0000 (15:09 +0000)]
added e action for edge bindings. preferable to be used with theme from trunk/THEMES/evry-theme
thumb mode zoom now between 96/128/256
dont sort non-tolevel plugins in front of other items
make text plugin non-top level, so that it is always reachable. e.g. when you want to search the type text with google etc

SVN revision: 49207

14 years agoBus id can be longer than 4 chars, so fix scanf.
Christopher Michael [Wed, 26 May 2010 02:29:48 +0000 (02:29 +0000)]
Bus id can be longer than 4 chars, so fix scanf.

SVN revision: 49201

14 years agofix: enable config options for actions and aggregator
Hannes Janetzek [Tue, 25 May 2010 19:37:53 +0000 (19:37 +0000)]
fix: enable config options for actions and aggregator

SVN revision: 49200

14 years agodon't show "Lost Windows" on main menu. It is already in "Windows" submenu.
Gustavo Sverzut Barbieri [Tue, 25 May 2010 18:22:48 +0000 (18:22 +0000)]
don't show "Lost Windows" on main menu. It is already in "Windows" submenu.

This makes the first level of the menu simpler. If you want the "Lost
windows" on the main menu back, make sure you remove the "if (dat)"
branch inside _e_int_menus_clients_pre_cb() otherwise you get duplicated menus.

SVN revision: 49199

14 years agoset dat as client's sub menu so it does not show the title.
Gustavo Sverzut Barbieri [Tue, 25 May 2010 18:00:36 +0000 (18:00 +0000)]
set dat as client's sub menu so it does not show the title.

SVN revision: 49198

14 years agoblinking cursor
Hannes Janetzek [Tue, 25 May 2010 16:14:44 +0000 (16:14 +0000)]
blinking cursor
fix theme path

SVN revision: 49197

14 years agoFix po file generation for missing everything file.
Christopher Michael [Tue, 25 May 2010 15:37:22 +0000 (15:37 +0000)]
Fix po file generation for missing everything file.

SVN revision: 49196

14 years agopatch from T_UNIX:
Hannes Janetzek [Tue, 25 May 2010 02:45:00 +0000 (02:45 +0000)]
patch from T_UNIX:
theme import: unlink existing theme file before replacing with new

wallpaper import: dont try filenames to infinity

SVN revision: 49193

14 years agoreuse _evry_view_slide_clear
Hannes Janetzek [Mon, 24 May 2010 23:00:04 +0000 (23:00 +0000)]
reuse _evry_view_slide_clear

SVN revision: 49191

14 years agoremove testing code
Hannes Janetzek [Mon, 24 May 2010 22:48:19 +0000 (22:48 +0000)]
remove testing code

SVN revision: 49190

14 years agoeverything-wallpaper not in core e anymore - so remove from standard
Carsten Haitzler [Mon, 24 May 2010 22:43:27 +0000 (22:43 +0000)]
everything-wallpaper not in core e anymore - so remove from standard
config.

SVN revision: 49189

14 years agocleanup
Hannes Janetzek [Mon, 24 May 2010 22:35:46 +0000 (22:35 +0000)]
cleanup

SVN revision: 49188

14 years agomake sure sliding views are freed in evry_hide
Hannes Janetzek [Mon, 24 May 2010 22:20:26 +0000 (22:20 +0000)]
make sure sliding views are freed in evry_hide

SVN revision: 49187

14 years ago- do slide animation in theme
Hannes Janetzek [Mon, 24 May 2010 22:08:15 +0000 (22:08 +0000)]
- do slide animation in theme
- cleanups

SVN revision: 49186

14 years agowell that was dumb of me
Mike Blumenkrantz [Mon, 24 May 2010 17:23:03 +0000 (17:23 +0000)]
well that was dumb of me

SVN revision: 49183

14 years agoupdating french and italian translations
Massimo Maiurana [Mon, 24 May 2010 15:43:17 +0000 (15:43 +0000)]
updating french and italian translations

SVN revision: 49182

14 years agoadded F1, F2 bindings for name/date sorting in files plugin
Hannes Janetzek [Mon, 24 May 2010 12:27:10 +0000 (12:27 +0000)]
added F1, F2 bindings for name/date sorting in files plugin

SVN revision: 49181

14 years ago- set it->icon automatically when icon is in theme or full path, no need for icon_get...
Hannes Janetzek [Mon, 24 May 2010 11:49:46 +0000 (11:49 +0000)]
- set it->icon automatically when icon is in theme or full path, no need for icon_get func
- keep current view when browsing
- theme tweaks

SVN revision: 49179

14 years agoSet config dialog for match (was missing and causing segfaults in the
Christopher Michael [Sun, 23 May 2010 23:17:26 +0000 (23:17 +0000)]
Set config dialog for match (was missing and causing segfaults in the
Over section of Styles).

SVN revision: 49169

14 years agoFix potential segfault when loading/unloading modules.
Christopher Michael [Sun, 23 May 2010 23:05:51 +0000 (23:05 +0000)]
Fix potential segfault when loading/unloading modules.

SVN revision: 49168

14 years agoDon't need tempget for udev processing.
Christopher Michael [Sun, 23 May 2010 22:23:14 +0000 (22:23 +0000)]
Don't need tempget for udev processing.
Don't need exe data handlers for udev processing.
Cut down on the number of rogue tempget processes (if using Internal
method).
Fix some formatting.
Use PATH_MAX and E_FREE.

SVN revision: 49167

14 years ago- show plugin actions for non-toplevel plugins
Hannes Janetzek [Sun, 23 May 2010 22:01:15 +0000 (22:01 +0000)]
- show plugin actions for non-toplevel plugins
- fix alt+w shortcut for 'return'

SVN revision: 49165

14 years agoFix Gadgets segfaulting when modules are unloaded.
Christopher Michael [Sun, 23 May 2010 21:38:29 +0000 (21:38 +0000)]
Fix Gadgets segfaulting when modules are unloaded.
This removes lots of unnecessary gadget object deletes and lots of
other sillyness. Ideally, this module needs a much much cleaner &
nicer rewrite.

SVN revision: 49164

14 years agoFix segfault if gadget has no zone.
Christopher Michael [Sun, 23 May 2010 20:39:51 +0000 (20:39 +0000)]
Fix segfault if gadget has no zone.

SVN revision: 49163

14 years agoDelete the proper item when unloading the module.
Christopher Michael [Sun, 23 May 2010 16:43:59 +0000 (16:43 +0000)]
Delete the proper item when unloading the module.

SVN revision: 49160

14 years agowarp pointer. same behavior and config as winlist
Hannes Janetzek [Sun, 23 May 2010 14:02:29 +0000 (14:02 +0000)]
warp pointer. same behavior and config as winlist

SVN revision: 49158

14 years agoadded plugin specific actions p->actions which can be triggered in context of a plugin
Hannes Janetzek [Sun, 23 May 2010 13:54:44 +0000 (13:54 +0000)]
added plugin specific actions p->actions which can be triggered in context of a plugin
- added sort action for files plugin. finally sort by date. one reason less for me to open a fm (=

- added alt+(shift)+tab up/down, alt+q:exit, alt+w: enter shortcuts

SVN revision: 49157

14 years agoupdating french and italian translations
Massimo Maiurana [Sun, 23 May 2010 07:37:06 +0000 (07:37 +0000)]
updating french and italian translations

SVN revision: 49156

14 years agomake plugin module loading completely independent of evry being loaded
Hannes Janetzek [Sun, 23 May 2010 07:35:48 +0000 (07:35 +0000)]
make plugin module loading completely independent of evry being loaded
cleanups

SVN revision: 49154

14 years agoweed out stupid fake values and add a 4th sensor
Mike Blumenkrantz [Sun, 23 May 2010 00:50:36 +0000 (00:50 +0000)]
weed out stupid fake values and add a 4th sensor

SVN revision: 49150

14 years agoscrew it, I'm just going to make this an aggregate of ALL temp sensors regardless...
Mike Blumenkrantz [Sun, 23 May 2010 00:27:31 +0000 (00:27 +0000)]
screw it, I'm just going to make this an aggregate of ALL temp sensors regardless of what they are. people with crazy hardware rejoice!

SVN revision: 49149

14 years agoCall _e_fm2_dbus_mount_fail instead of _e_fm2_dbus_unmount_ok when
Rafael Antognolli [Sun, 23 May 2010 00:18:38 +0000 (00:18 +0000)]
Call _e_fm2_dbus_mount_fail instead of _e_fm2_dbus_unmount_ok when
mount fails.

SVN revision: 49148

14 years agooooh fix segv on initial run with no prior config
Carsten Haitzler [Sat, 22 May 2010 16:21:17 +0000 (16:21 +0000)]
oooh fix segv on initial run with no prior config

SVN revision: 49141

14 years agoshow in config which plugin are loaded
Hannes Janetzek [Sat, 22 May 2010 13:04:44 +0000 (13:04 +0000)]
show in config which plugin are loaded

SVN revision: 49137

14 years agodont forget to wakeup
Hannes Janetzek [Sat, 22 May 2010 08:41:58 +0000 (08:41 +0000)]
dont forget to wakeup

SVN revision: 49136

14 years agocleanup. EAPI no longer required
Hannes Janetzek [Sat, 22 May 2010 08:05:25 +0000 (08:05 +0000)]
cleanup. EAPI no longer required

SVN revision: 49134

14 years agomatch eeze changes, add init/shutdown calls to illume2 keyboard
Mike Blumenkrantz [Sat, 22 May 2010 07:04:26 +0000 (07:04 +0000)]
match eeze changes, add init/shutdown calls to illume2 keyboard

SVN revision: 49130

14 years agofix warning. help view may call this
Hannes Janetzek [Sat, 22 May 2010 06:46:54 +0000 (06:46 +0000)]
fix warning. help view may call this

SVN revision: 49127

14 years agoevry: bumb config version to reset to defaults
Hannes Janetzek [Sat, 22 May 2010 06:38:35 +0000 (06:38 +0000)]
evry: bumb config version to reset to defaults

SVN revision: 49126

14 years ago- exebuf: only create param items for executables that exist
Hannes Janetzek [Sat, 22 May 2010 06:35:46 +0000 (06:35 +0000)]
- exebuf: only create param items for executables that exist
- calc/aspell, dont show in agregator. looks bad to have only text items in icon view
- calc: show plugin item in aggregator
- files: fix files plugin to provide items for 'object'
- files: make browse action show inheriting folder for files, content for dirs
- help: hide view on input (other than up/down)

SVN revision: 49125

14 years agoFix code formatting.
Christopher Michael [Sat, 22 May 2010 03:05:45 +0000 (03:05 +0000)]
Fix code formatting.

SVN revision: 49123

14 years agoFix shelf settings dialog always resetting the shelf style to
Christopher Michael [Sat, 22 May 2010 02:52:05 +0000 (02:52 +0000)]
Fix shelf settings dialog always resetting the shelf style to
'alternate'.

SVN revision: 49121

14 years agoadd a digit to format string for hilarious people that use degrees F (HI DEVILHORNS...
Mike Blumenkrantz [Sat, 22 May 2010 02:19:02 +0000 (02:19 +0000)]
add a digit to format string for hilarious people that use degrees F (HI DEVILHORNS!!!!!!!!!!!!!)

SVN revision: 49120

14 years agoupdates to match eeze changes
Mike Blumenkrantz [Sat, 22 May 2010 01:55:28 +0000 (01:55 +0000)]
updates to match eeze changes

SVN revision: 49119

14 years agoAdd acpi_bindings dialog to build process.
Christopher Michael [Fri, 21 May 2010 20:38:09 +0000 (20:38 +0000)]
Add acpi_bindings dialog to build process.

SVN revision: 49115

14 years agoAdd skeleton acpi_bindings dialog (not complete yet and not
Christopher Michael [Fri, 21 May 2010 20:37:45 +0000 (20:37 +0000)]
Add skeleton acpi_bindings dialog (not complete yet and not
useful...just blank).

SVN revision: 49114

14 years agodont use bg pixmap if compositing (or async rendering).
Carsten Haitzler [Fri, 21 May 2010 17:08:22 +0000 (17:08 +0000)]
dont use bg pixmap if compositing (or async rendering).

SVN revision: 49108

14 years agocomp module gets icon that ... doesnt suck.
Carsten Haitzler [Fri, 21 May 2010 15:23:54 +0000 (15:23 +0000)]
comp module gets icon that ... doesnt suck.

SVN revision: 49105

14 years agoengines - no point selecting them, only softwre x11 is complete enough to work
Carsten Haitzler [Fri, 21 May 2010 15:01:55 +0000 (15:01 +0000)]
engines - no point selecting them, only softwre x11 is complete enough to work

SVN revision: 49103

14 years agoset use_composite when comp module enabled
Carsten Haitzler [Fri, 21 May 2010 15:00:22 +0000 (15:00 +0000)]
set use_composite when comp module enabled

SVN revision: 49102

14 years agooops - that'll caus segvs. fix.
Carsten Haitzler [Fri, 21 May 2010 14:22:29 +0000 (14:22 +0000)]
oops - that'll caus segvs. fix.

SVN revision: 49101

14 years agofix previous commit
Hannes Janetzek [Fri, 21 May 2010 11:30:10 +0000 (11:30 +0000)]
fix previous commit

SVN revision: 49094

14 years agodefer popup creation. fixes popup being unresposive with composite
Hannes Janetzek [Fri, 21 May 2010 11:28:13 +0000 (11:28 +0000)]
defer popup creation. fixes popup being unresposive with composite

SVN revision: 49093

14 years agoalso make comp config reset to default on ctrl+alt+shift+home
Carsten Haitzler [Fri, 21 May 2010 10:04:54 +0000 (10:04 +0000)]
also make comp config reset to default on ctrl+alt+shift+home

SVN revision: 49092

14 years agoctrl+alt+shift+home unloaads comp module, saves config and restarts e -
Carsten Haitzler [Fri, 21 May 2010 09:34:58 +0000 (09:34 +0000)]
ctrl+alt+shift+home unloaads comp module, saves config and restarts e -
emergency escape valve in case comp fucks your display up

SVN revision: 49090

14 years agoadd svn revision tracking into src. about dialog shows it now.
Carsten Haitzler [Fri, 21 May 2010 05:42:27 +0000 (05:42 +0000)]
add svn revision tracking into src. about dialog shows it now.

SVN revision: 49086

14 years agoUse proper formatting for parens() *cough*
Christopher Michael [Fri, 21 May 2010 05:27:04 +0000 (05:27 +0000)]
Use proper formatting for parens() *cough*
Remove white & fix other formatting.

SVN revision: 49085

14 years agospacing.
Carsten Haitzler [Fri, 21 May 2010 05:10:10 +0000 (05:10 +0000)]
spacing.

SVN revision: 49083

14 years agofix bug with popups no showing up when using composite. seems to happen only on ...
Hannes Janetzek [Fri, 21 May 2010 04:30:44 +0000 (04:30 +0000)]
fix bug with popups no showing up when using composite. seems to happen only on 'slow' machines

SVN revision: 49082

14 years agochange calculation to require less calls, possibly fix a bug
Mike Blumenkrantz [Fri, 21 May 2010 02:00:41 +0000 (02:00 +0000)]
change calculation to require less calls, possibly fix a bug

SVN revision: 49080

14 years agoupdate for multicpu sensors
Mike Blumenkrantz [Thu, 20 May 2010 21:31:44 +0000 (21:31 +0000)]
update for multicpu sensors

SVN revision: 49079

14 years agoI'm really bad at this whole subversion thing...
Mike Blumenkrantz [Thu, 20 May 2010 17:13:14 +0000 (17:13 +0000)]
I'm really bad at this whole subversion thing...

SVN revision: 49070

14 years agoprintf--
Carsten Haitzler [Thu, 20 May 2010 16:42:19 +0000 (16:42 +0000)]
printf--

SVN revision: 49069

14 years agowow. that took some time. comp now have full gui config for matches.
Carsten Haitzler [Thu, 20 May 2010 16:38:08 +0000 (16:38 +0000)]
wow. that took some time. comp now have full gui config for matches.

SVN revision: 49068

14 years agoadded input_type to plugins:
Hannes Janetzek [Thu, 20 May 2010 15:41:27 +0000 (15:41 +0000)]
added input_type to plugins:
 using it automatically creates an action
 that allows to browse any selected item
 of that type.

move plugin functions in separate file

text_plugin reuses current item so that it doesnt flicker
 while typing

use e_fm function for path to uri espace

remove duplicated macros in evry_api.h and e_mod_main.h

fix set usage of exebuf items

SVN revision: 49066

14 years agostick in dummy file so it compile... bad disco! bad!
Carsten Haitzler [Thu, 20 May 2010 11:47:07 +0000 (11:47 +0000)]
stick in dummy file so it compile... bad disco! bad!

SVN revision: 49064

14 years agoupdating french and italian translations
Massimo Maiurana [Thu, 20 May 2010 11:34:09 +0000 (11:34 +0000)]
updating french and italian translations

SVN revision: 49063

14 years agoadd full udev support for temp module:
Mike Blumenkrantz [Thu, 20 May 2010 10:12:41 +0000 (10:12 +0000)]
add full udev support for temp module:
if e is compiled with eeze as the preferred backend, a new config page will appear in the settings for the temperature module where internal and udev are selectable options.
udev mode should support ALL possible hardware, so if you've been having issues with the current temp module, try udev mode!
also note that udev mode provides an extra amount of precision for hahas; it also still obeys the configurable polling intervals.
please test and report all bugs!

SVN revision: 49062

14 years agofix stringshare delete
Mike Blumenkrantz [Thu, 20 May 2010 10:05:52 +0000 (10:05 +0000)]
fix stringshare delete

SVN revision: 49061

14 years agomake src utf8.
Carsten Haitzler [Thu, 20 May 2010 09:19:26 +0000 (09:19 +0000)]
make src utf8.

SVN revision: 49060

14 years agoprintf--
Hannes Janetzek [Thu, 20 May 2010 06:51:29 +0000 (06:51 +0000)]
printf--

SVN revision: 49057

14 years agoswitch back selector when current plugin provides no more items. (e.g. after remove...
Hannes Janetzek [Thu, 20 May 2010 06:14:04 +0000 (06:14 +0000)]
switch back selector when current plugin provides no more items. (e.g. after remove action performed)
smaller match lag

SVN revision: 49056

14 years agokeep input text after plugin trigger
Hannes Janetzek [Thu, 20 May 2010 05:02:24 +0000 (05:02 +0000)]
keep input text after plugin trigger

SVN revision: 49052

14 years agogoto end; after input completion
Hannes Janetzek [Thu, 20 May 2010 04:44:56 +0000 (04:44 +0000)]
goto end; after input completion

SVN revision: 49049

14 years agoreorder get_file_icon to get theme icons for mount points
Hannes Janetzek [Thu, 20 May 2010 04:38:53 +0000 (04:38 +0000)]
reorder get_file_icon to get theme icons for mount points

SVN revision: 49048

14 years agoupdate to handle new watch filter
Mike Blumenkrantz [Thu, 20 May 2010 04:28:30 +0000 (04:28 +0000)]
update to handle new watch filter

SVN revision: 49046

14 years agomake battery popup go away automatically when time goes above warning threshold
Mike Blumenkrantz [Wed, 19 May 2010 17:57:17 +0000 (17:57 +0000)]
make battery popup go away automatically when time goes above warning threshold

SVN revision: 49013

14 years agopopup tweak #2
Mike Blumenkrantz [Wed, 19 May 2010 17:53:16 +0000 (17:53 +0000)]
popup tweak #2

SVN revision: 49012

14 years agofix annoying battery popups with 99% battery
Mike Blumenkrantz [Wed, 19 May 2010 17:51:31 +0000 (17:51 +0000)]
fix annoying battery popups with 99% battery

SVN revision: 49011

14 years agoevry theme tweak
Hannes Janetzek [Wed, 19 May 2010 14:53:22 +0000 (14:53 +0000)]
evry theme tweak

SVN revision: 49010

14 years agouse plugin instance macro
Hannes Janetzek [Wed, 19 May 2010 14:47:12 +0000 (14:47 +0000)]
use plugin instance macro

SVN revision: 49008

14 years agoBIG cleanup
Hannes Janetzek [Wed, 19 May 2010 14:46:37 +0000 (14:46 +0000)]
BIG cleanup
- moved executables from apps plugin to exebuf plugin
  running commands should now be simpler, keeps also
  track of previous comands

SVN revision: 49007