platform/upstream/enlightenment.git
16 years agoe:
Carsten Haitzler [Fri, 11 Jan 2008 07:33:57 +0000 (07:33 +0000)]
e:
1. configure/build changes to allow cross-compiling painlessly
2. pager module namespace changes - this was still dirty afdter the namespace
cleanup, so clean it up
3. add a powersave subsystem - doesnt have an "automatic" way to turn on and
off right now, this i think is best provided by modules (that do things like
monitor acpi status's (eg close lid of laptop), AC power status etc. etc.
this allows e to nicely defer "power" expensive actions to avoid disk
spinups etc.
4. move to use the new ecore poller system  - discussed long ago as part of
power management/saving issues. now it exists
5. add a canvas idle flush call that helsp cope with the new shm greedy
software x11 engine stuff
6. use the new powersave subsystem where appropriate
7. fix non-zeroed/initted memory access in e_fm_main
8. fix mem leak for e menus
9. remove ipc handlers for changed/removed config values
10. use animaotr not timer for menu scrolls - then menu scrolls obey the fps
config
11. fix up timer/poll happienss of cursor idle stuff
12. remove avoid damage from popups for now - causing problems
13. change battery and temp readouts to b e shorter so they fit
14. pager can emit signals on focus change for mini-windows now
15. temperature module now uses a slave process and uses stdin/out to talk to
it and get output - this makes e smoother as in my expereicne i found getting
the temp on my laptop actually took like 200ms so e "hang" for 200ms while
reading the acpi files - so now the subprocess does it and just writesa back
to e when it gets it.

ecore:
1. add ecore_pollers. see the documentation on them in doxygen comments :)
2. fix timers to only go off when they have to - bug there that made e's
select time out a LOT more than it needed to. defensive coding hid the
problem. now fixed. e should be much more power friendly now.
3. formatting/niceness in ecore_exe stuff
4. some comments on comments with SIGIO ideas vs. select
5. add call to be able to add an idle enterer at the start of the list of
them, not just the end (as has been the default)
6. fix ecore_evas to support auto evas idler calls after 0.5 secs of idle in
all canvases - and to do it right
7. if argb destination - set the shape EVENT shape (to mask out events in
transparent regions much like shape does withotu translucency)
8. in ecore_x add support for the event shape

evas:
1. fix cache to work properly and not just always fill up (as it seemed to
like to think cahce useage dropped below 0 when it didnt and thus just
over-fill)
2. software x11 engine now ONLY uses shm segments - no ximages over the
socket. this ximage hack was there to avoid the 2 round trips involved in
setting up an shm image - now i mitigated that wih an shm image cache pool.
it keeps shm images around and repurposes them for new update regions if
appropriate. this means many fewer shm creates (about 1/100th the number) and
since we recycle the memory less 0 memory page filling by the kernel - in the
end, i recorded about a 10-20% speedup over the old software x11 engine.
simple tests i have seen up to 120% speedups. idle flush now does something -
it frees all the cached shm segments. it has a hard-coded limit of 4mb worth
of shm segments (or 32 segments - whichever comes first) to keep around. once
can never complain much about speedups methinks :). also evas will defer sync
until the NEXT frame is written - this means evas can calculate the next
frame of data while x dma's/copies the images to the screen at the same time
(if you hve a dual core or multi-cpu machnike or your xserver is able to use
DMA to copy image data to the screen/video ram then this should see a decent
speedup).

SVN revision: 33448

16 years agoRemove unused variable.
Sebastian Dransfeld [Thu, 10 Jan 2008 17:24:02 +0000 (17:24 +0000)]
Remove unused variable.

SVN revision: 33437

16 years agoCreate a define which can be used to wrap internal E stuff. This works as
Sebastian Dransfeld [Thu, 10 Jan 2008 07:43:01 +0000 (07:43 +0000)]
Create a define which can be used to wrap internal E stuff. This works as
the define is created in config.h which isn't exported.

This will break modules which still uses _() to wrap NLS strings. It is an
error that they use it as modules strings wont be defined in E's domain.
Modules should use D_() and define it to lock up strings in their own
domain.

SVN revision: 33426

16 years agoFix compiler warnings.
Sebastian Dransfeld [Thu, 10 Jan 2008 07:40:25 +0000 (07:40 +0000)]
Fix compiler warnings.

SVN revision: 33423

16 years agoHandle corner cases where popup X may be less than the zone X.
Christopher Michael [Tue, 8 Jan 2008 19:33:48 +0000 (19:33 +0000)]
Handle corner cases where popup X may be less than the zone X.

SVN revision: 33396

16 years agoyea, looks nicer without substraction
Hannes Janetzek [Tue, 8 Jan 2008 16:26:14 +0000 (16:26 +0000)]
yea, looks nicer without substraction

SVN revision: 33391

16 years agoCenter gadcon popups over their respective gadgets, not aligned to the left.
Christopher Michael [Tue, 8 Jan 2008 06:12:22 +0000 (06:12 +0000)]
Center gadcon popups over their respective gadgets, not aligned to the left.

SVN revision: 33390

16 years agoNo need to subtract 1
Sebastian Dransfeld [Tue, 8 Jan 2008 06:01:24 +0000 (06:01 +0000)]
No need to subtract 1

SVN revision: 33389

16 years agoremove unused variable
Hannes Janetzek [Tue, 8 Jan 2008 00:52:37 +0000 (00:52 +0000)]
remove unused variable

SVN revision: 33384

16 years agoFix formatting.
Christopher Michael [Tue, 8 Jan 2008 00:45:12 +0000 (00:45 +0000)]
Fix formatting.

SVN revision: 33383

16 years agoadd mouse wheel control to pager popup
Hannes Janetzek [Tue, 8 Jan 2008 00:30:21 +0000 (00:30 +0000)]
add mouse wheel control to pager popup

SVN revision: 33382

16 years agobetter naming for actions
Hannes Janetzek [Mon, 7 Jan 2008 02:31:52 +0000 (02:31 +0000)]
better naming for actions
replace whitespaces with tabs

SVN revision: 33379

16 years agodont show urgent popup if the border is iconified
Hannes Janetzek [Mon, 7 Jan 2008 01:46:53 +0000 (01:46 +0000)]
dont show urgent popup if the border is iconified

SVN revision: 33378

16 years agoadded keybindings to trigger to show the pager popup and to cycle through
Hannes Janetzek [Mon, 7 Jan 2008 01:30:02 +0000 (01:30 +0000)]
added keybindings to trigger to show the pager popup and to cycle through
desks without immediately switching to another desk. one switches the selected
desk if all modifier keys are left. (just think of the winlist behaviour :)
it is also possible to manipulate the pager popup by mouse like a shelf pager

SVN revision: 33376

16 years agoupdated german translation
Andreas Volz [Sun, 6 Jan 2008 18:19:46 +0000 (18:19 +0000)]
updated german translation

SVN revision: 33368

16 years ago*** empty log message ***
Massimo Maiurana [Sun, 6 Jan 2008 14:18:52 +0000 (14:18 +0000)]
*** empty log message ***

SVN revision: 33363

16 years agoFor now, use the same toolbar for each new efm window.
Christopher Michael [Fri, 4 Jan 2008 20:59:10 +0000 (20:59 +0000)]
For now, use the same toolbar for each new efm window.

SVN revision: 33344

16 years agoBetter Shelf Contents Dialog.
Christopher Michael [Fri, 4 Jan 2008 09:18:42 +0000 (09:18 +0000)]
Better Shelf Contents Dialog.
  - Allows multi-select so we don't have to constently reload the shelf.
  - Provides descriptions for the modules just like the module dialog.

SVN revision: 33342

16 years agoFix check for correct pager popup.
Sebastian Dransfeld [Fri, 4 Jan 2008 07:40:17 +0000 (07:40 +0000)]
Fix check for correct pager popup.
Add return values.

SVN revision: 33340

16 years agoChange char to const char to avoid compiler warning.
Christopher Michael [Fri, 4 Jan 2008 03:47:27 +0000 (03:47 +0000)]
Change char to const char to avoid compiler warning.

SVN revision: 33337

16 years agoRemove unused function prototype.
Christopher Michael [Thu, 3 Jan 2008 22:06:56 +0000 (22:06 +0000)]
Remove unused function prototype.

SVN revision: 33335

16 years agoCannot use mouse_down on the input windows to pop the menu because of the
Christopher Michael [Thu, 3 Jan 2008 22:05:40 +0000 (22:05 +0000)]
Cannot use mouse_down on the input windows to pop the menu because of the
input_window's layer. This was causing menus to popup over applications.

SVN revision: 33334

16 years agoRemove commented lines.
Christopher Michael [Sun, 30 Dec 2007 21:20:41 +0000 (21:20 +0000)]
Remove commented lines.

SVN revision: 33313

16 years agoFix up module descriptions for new width of description box.
Christopher Michael [Sun, 30 Dec 2007 19:34:57 +0000 (19:34 +0000)]
Fix up module descriptions for new width of description box.

SVN revision: 33306

16 years agoFix module desktop description.
Christopher Michael [Sun, 30 Dec 2007 19:06:33 +0000 (19:06 +0000)]
Fix module desktop description.

SVN revision: 33304

16 years agoFix battery module description to fit width of new description box.
Christopher Michael [Sun, 30 Dec 2007 19:04:58 +0000 (19:04 +0000)]
Fix battery module description to fit width of new description box.
There will be a bunch more of these commits coming.

SVN revision: 33303

16 years agoMove description area to be below both loaded & unloaded because
Christopher Michael [Sun, 30 Dec 2007 19:01:33 +0000 (19:01 +0000)]
Move description area to be below both loaded & unloaded because
descriptions can be shown for either.

SVN revision: 33302

16 years agoFix some formatting issues.
Christopher Michael [Sun, 30 Dec 2007 18:48:29 +0000 (18:48 +0000)]
Fix some formatting issues.
Move the terminal command entry widget to be closer to the label.

SVN revision: 33300

16 years agoNo need to expand the preview frame as the preview doesn't change size anyway.
Christopher Michael [Sun, 30 Dec 2007 18:37:50 +0000 (18:37 +0000)]
No need to expand the preview frame as the preview doesn't change size anyway.

SVN revision: 33299

16 years agoRemove whitespace.
Christopher Michael [Sun, 30 Dec 2007 18:33:34 +0000 (18:33 +0000)]
Remove whitespace.
Remove extra list widget, not needed.

SVN revision: 33298

16 years agoGive the entry widget focus when showing the entry dialog.
Christopher Michael [Sun, 30 Dec 2007 15:26:33 +0000 (15:26 +0000)]
Give the entry widget focus when showing the entry dialog.

SVN revision: 33297

16 years agoRemove check for compositing available and just use whatever the user
Christopher Michael [Sat, 29 Dec 2007 23:00:52 +0000 (23:00 +0000)]
Remove check for compositing available and just use whatever the user
selected. Not entirely safe nor correct tho.

SVN revision: 33292

16 years agoAs per some irc discussion, Display a confirm dialog when user selects to
Christopher Michael [Sat, 29 Dec 2007 22:59:51 +0000 (22:59 +0000)]
As per some irc discussion, Display a confirm dialog when user selects to
use composite, but not composite engine is running.

SVN revision: 33291

16 years agoBetter check for composite support.
Christopher Michael [Sat, 29 Dec 2007 22:02:10 +0000 (22:02 +0000)]
Better check for composite support.

SVN revision: 33290

16 years agoWhen trying todo composite for popups, check that 1) the user wanted to use
Christopher Michael [Sat, 29 Dec 2007 21:43:59 +0000 (21:43 +0000)]
When trying todo composite for popups, check that 1) the user wanted to use
it AND 2) X can actually do it (ie: composite is enabled).

SVN revision: 33289

16 years agoChange name for consistency
Eric Schuele [Fri, 28 Dec 2007 22:58:48 +0000 (22:58 +0000)]
Change name for consistency

SVN revision: 33271

16 years agoAllows to focus a specified window on start using the remember settings.
Miculcy Brian [Fri, 28 Dec 2007 03:18:37 +0000 (03:18 +0000)]
Allows to focus a specified window on start using the remember settings.
This is for the users who don't want to give new windows by default the focus.

SVN revision: 33268

16 years agoWhen a window is closed, the focus was given to a window on the wrong desktop. Fixies.
Miculcy Brian [Fri, 28 Dec 2007 02:49:39 +0000 (02:49 +0000)]
When a window is closed, the focus was given to a window on the wrong desktop. Fixies.

SVN revision: 33267

16 years agoAdd support for themeing X cursor type "plus".
Christopher Michael [Thu, 27 Dec 2007 22:53:30 +0000 (22:53 +0000)]
Add support for themeing X cursor type "plus".

SVN revision: 33266

16 years agoSet proper icon for Inset.
Christopher Michael [Thu, 27 Dec 2007 21:05:35 +0000 (21:05 +0000)]
Set proper icon for Inset.

SVN revision: 33265

16 years agoMake sure xrandr is present before using it to change the display resolution during...
Eric Schuele [Thu, 27 Dec 2007 06:38:28 +0000 (06:38 +0000)]
Make sure xrandr is present before using it to change the display resolution during a fullcreen operation.

SVN revision: 33262

16 years agotest for xrandr presence on this display before bringing up the Display Configuration...
Eric Schuele [Thu, 27 Dec 2007 06:36:49 +0000 (06:36 +0000)]
test for xrandr presence on this display before bringing up the Display Configuration dialog

SVN revision: 33261

16 years agoDelete edge input windows when we free the zone.
Christopher Michael [Thu, 27 Dec 2007 03:42:04 +0000 (03:42 +0000)]
Delete edge input windows when we free the zone.
Handle mouse clicks inside the edge input windows so that menus & such can
still be shown if a user clicks the mouse down while on top of one of the
edge windows.

SVN revision: 33258

16 years agoEntry dialog now supports "Return" key which will call the "Ok" function.
Christopher Michael [Tue, 25 Dec 2007 18:15:26 +0000 (18:15 +0000)]
Entry dialog now supports "Return" key which will call the "Ok" function.

SVN revision: 33243

16 years ago*** empty log message ***
Massimo Maiurana [Sun, 23 Dec 2007 09:11:31 +0000 (09:11 +0000)]
*** empty log message ***

SVN revision: 33223

16 years agoFix missing Value= in desktop file.
Christopher Michael [Sun, 23 Dec 2007 05:36:55 +0000 (05:36 +0000)]
Fix missing Value= in desktop file.

SVN revision: 33222

16 years agoAllow to disable mouse slide on newly focused windows. This is consistent with sloppy...
Miculcy Brian [Sat, 22 Dec 2007 01:46:22 +0000 (01:46 +0000)]
Allow to disable mouse slide on newly focused windows. This is consistent with sloppy and mouse
focus but some users don't like it much, so here is the option...
Remember: It breaks the focus logic when you for example have sloppy focus mode, pointer over a
window but focus on another window!

SVN revision: 33202

16 years agoRemove FIXME comment as it's handled one line above.
Christopher Michael [Sat, 22 Dec 2007 00:20:53 +0000 (00:20 +0000)]
Remove FIXME comment as it's handled one line above.

SVN revision: 33201

16 years agoFix pager config dialog (thanks jeffdameth).
Christopher Michael [Wed, 19 Dec 2007 20:07:01 +0000 (20:07 +0000)]
Fix pager config dialog (thanks jeffdameth).
(darn fat-finger copy/paste) :)

SVN revision: 33187

16 years agoand actually USE the path calculated if relative
Carsten Haitzler [Tue, 18 Dec 2007 10:43:03 +0000 (10:43 +0000)]
and actually USE the path calculated if relative

SVN revision: 33179

16 years agoSome minor formatting fixes.
Christopher Michael [Tue, 18 Dec 2007 02:01:27 +0000 (02:01 +0000)]
Some minor formatting fixes.
This dialog needs some work as it does not fit into 640x480.

SVN revision: 33177

16 years agoFormatting fixes & whitespace removal.
Christopher Michael [Tue, 18 Dec 2007 01:49:45 +0000 (01:49 +0000)]
Formatting fixes & whitespace removal.

SVN revision: 33176

16 years agoMake menu advanced settings fit into 640x480.
Christopher Michael [Tue, 18 Dec 2007 01:42:56 +0000 (01:42 +0000)]
Make menu advanced settings fit into 640x480.

SVN revision: 33175

16 years agoallow relative path for icon files in .desktops
Carsten Haitzler [Tue, 18 Dec 2007 01:42:08 +0000 (01:42 +0000)]
allow relative path for icon files in .desktops

SVN revision: 33174

16 years agoReduce mouse slider width in basic dialog.
Christopher Michael [Tue, 18 Dec 2007 01:32:26 +0000 (01:32 +0000)]
Reduce mouse slider width in basic dialog.
Remove calls to dialog_resizable_set(0) because by default dialogs are not
resizable anyway.

SVN revision: 33173

16 years agoSliders for mouse accel don't need to be that long. Decrease slider size.
Christopher Michael [Tue, 18 Dec 2007 01:29:26 +0000 (01:29 +0000)]
Sliders for mouse accel don't need to be that long. Decrease slider size.

SVN revision: 33172

16 years agoCheck that the ecore_lists are valid before traversing. This eliminates a
Christopher Michael [Tue, 18 Dec 2007 01:27:44 +0000 (01:27 +0000)]
Check that the ecore_lists are valid before traversing. This eliminates a
warning when opening "Favorite Apps" about ecore_list_next w/ list == NULL.

SVN revision: 33171

16 years agoBetter pager module config dialog. Now fits in 640x480.
Christopher Michael [Tue, 18 Dec 2007 00:46:46 +0000 (00:46 +0000)]
Better pager module config dialog. Now fits in 640x480.

SVN revision: 33170

16 years agoSmall patch from jeffdameth to not allow other keyactions while winlist is
Christopher Michael [Mon, 17 Dec 2007 21:52:27 +0000 (21:52 +0000)]
Small patch from jeffdameth to not allow other keyactions while winlist is
active.

SVN revision: 33169

16 years ago*** empty log message ***
Massimo Maiurana [Sun, 16 Dec 2007 11:46:14 +0000 (11:46 +0000)]
*** empty log message ***

SVN revision: 33162

16 years agoModified Patch from hannes Janetzek (jeffdame1h) for fixing pager popup always having
Christopher Michael [Fri, 14 Dec 2007 22:30:44 +0000 (22:30 +0000)]
Modified Patch from hannes Janetzek (jeffdame1h) for fixing pager popup always having
same size as shelf & problem of having 2 pagers in one zone.

SVN revision: 33139

16 years agoForgot to commit this w/ new View menu option.
Christopher Michael [Fri, 14 Dec 2007 20:44:59 +0000 (20:44 +0000)]
Forgot to commit this w/ new View menu option.

SVN revision: 33138

16 years agoNo need to expand width on the preview frame because the actual preview
Christopher Michael [Fri, 14 Dec 2007 17:11:09 +0000 (17:11 +0000)]
No need to expand width on the preview frame because the actual preview
never changes size anyway.

SVN revision: 33133

16 years agoDon't use View Menu in fileman. It has a config dialog for that.
Christopher Michael [Fri, 14 Dec 2007 17:09:47 +0000 (17:09 +0000)]
Don't use View Menu in fileman. It has a config dialog for that.

SVN revision: 33132

16 years agoBetter resize for wallpaper dialog. Uses less tables & lists too :)
Christopher Michael [Fri, 14 Dec 2007 16:34:47 +0000 (16:34 +0000)]
Better resize for wallpaper dialog. Uses less tables & lists too :)

SVN revision: 33131

16 years agoContext menu for setting View Mode (list/grid). Used in wallpaper & theme
Christopher Michael [Fri, 14 Dec 2007 16:32:20 +0000 (16:32 +0000)]
Context menu for setting View Mode (list/grid). Used in wallpaper & theme
dialogs.

SVN revision: 33130

16 years agopatches, caching fixes, zone dynamic creation/deletion handling, stuff.
Carsten Haitzler [Fri, 14 Dec 2007 05:57:16 +0000 (05:57 +0000)]
patches, caching fixes, zone dynamic creation/deletion handling, stuff.

SVN revision: 33127

16 years agoSet popup layer == layer of the exebuf.
Christopher Michael [Thu, 13 Dec 2007 19:27:02 +0000 (19:27 +0000)]
Set popup layer == layer of the exebuf.
Fix some formatting issues.

SVN revision: 33124

16 years agoDon't add the new Create/Add menu entries if the conf_apps module is not
Christopher Michael [Thu, 13 Dec 2007 13:25:10 +0000 (13:25 +0000)]
Don't add the new Create/Add menu entries if the conf_apps module is not
loaded.

SVN revision: 33123

16 years agoAdd more icon create/add options to the menu.
Christopher Michael [Thu, 13 Dec 2007 00:56:31 +0000 (00:56 +0000)]
Add more icon create/add options to the menu.

SVN revision: 33120

16 years agoDeleting Ecore_IMF event handlers on _e_entry_smart_del.
andrunko [Wed, 12 Dec 2007 19:00:48 +0000 (19:00 +0000)]
Deleting Ecore_IMF event handlers on _e_entry_smart_del.

SVN revision: 33112

16 years agoStart of panning the e_fm while selecting. Not working quite correct so
Christopher Michael [Wed, 12 Dec 2007 15:59:14 +0000 (15:59 +0000)]
Start of panning the e_fm while selecting. Not working quite correct so
leave commented out for now.
Remove some extra printfs to quiet down e_fm.

SVN revision: 33111

16 years agoSpawn new fwin next to icon that was selected.
Christopher Michael [Tue, 11 Dec 2007 14:59:18 +0000 (14:59 +0000)]
Spawn new fwin next to icon that was selected.

SVN revision: 33098

16 years agoAdd convenience function for getting an icon's geometry. This is used in
Christopher Michael [Tue, 11 Dec 2007 14:57:46 +0000 (14:57 +0000)]
Add convenience function for getting an icon's geometry. This is used in
placing the new fwin next to the icon that spawned it.

SVN revision: 33097

16 years ago*** empty log message ***
Massimo Maiurana [Tue, 11 Dec 2007 11:50:29 +0000 (11:50 +0000)]
*** empty log message ***

SVN revision: 33096

16 years agoDo not enable Titlebar font class by default on new configs. This overrides
Christopher Michael [Mon, 10 Dec 2007 23:55:09 +0000 (23:55 +0000)]
Do not enable Titlebar font class by default on new configs. This overrides
any titlbar font set in a theme.

SVN revision: 33085

16 years agoFixes for screen lock dialog.
Christopher Michael [Mon, 10 Dec 2007 16:24:19 +0000 (16:24 +0000)]
Fixes for screen lock dialog.
- Fix Personal/System radios
- Fix Login Box Settings widget spacing
- Fix Wallpaper Module widget spacing

SVN revision: 33080

16 years ago*** empty log message ***
Massimo Maiurana [Sun, 9 Dec 2007 17:48:54 +0000 (17:48 +0000)]
*** empty log message ***

SVN revision: 33071

16 years agoadded fr_CH localization
Massimo Maiurana [Sun, 9 Dec 2007 17:32:22 +0000 (17:32 +0000)]
added fr_CH localization

SVN revision: 33070

16 years agoFormatting & whitespace removal.
Christopher Michael [Sun, 9 Dec 2007 15:57:11 +0000 (15:57 +0000)]
Formatting & whitespace removal.

SVN revision: 33067

16 years agoFix fullscreen on desktop change (patch by Hannes Janetzek).
Sebastian Dransfeld [Sun, 9 Dec 2007 15:40:14 +0000 (15:40 +0000)]
Fix fullscreen on desktop change (patch by Hannes Janetzek).

SVN revision: 33066

16 years agoDelay assignment of es->win, as e_popup_edje_bg_object_set might change
Sebastian Dransfeld [Sun, 9 Dec 2007 15:38:03 +0000 (15:38 +0000)]
Delay assignment of es->win, as e_popup_edje_bg_object_set might change
the window (patch from jeffdameth).

SVN revision: 33065

16 years agoNo need to use a switch when detecting mouse button. A simple one-line if
Christopher Michael [Sun, 9 Dec 2007 15:35:41 +0000 (15:35 +0000)]
No need to use a switch when detecting mouse button. A simple one-line if
will work instead.

SVN revision: 33064

16 years agoMinor fix for Skip Pager menu entry. It wasn't always updating some borders
Christopher Michael [Sun, 9 Dec 2007 00:23:50 +0000 (00:23 +0000)]
Minor fix for Skip Pager menu entry. It wasn't always updating some borders
based on skip_pager property change.

SVN revision: 33056

16 years agoSome shelf fixes.
Christopher Michael [Sat, 8 Dec 2007 23:40:57 +0000 (23:40 +0000)]
Some shelf fixes.
- Use -1 during a call to evas_list_sort rather than evas_list_count. -1
will sort the whole list anyway, and we avoid the extra call to list_count.
- Don't sort shelves during every add. They are sorted when e_shelf_list is
called anyway.
- Fix shelf numbering in the shelf list dialog.

SVN revision: 33054

16 years agoUpdate many desktop files with some translations. Courtesy of tokyo.
Eric Schuele [Thu, 6 Dec 2007 05:07:33 +0000 (05:07 +0000)]
Update many desktop files with some translations.  Courtesy of tokyo.

SVN revision: 33009

16 years agoChinese Simplified is said to be working as well.
Eric Schuele [Thu, 6 Dec 2007 04:58:39 +0000 (04:58 +0000)]
Chinese Simplified is said to be working as well.

SVN revision: 33008

16 years agomake sure es.po gets taken care of
Eric Schuele [Thu, 6 Dec 2007 04:51:57 +0000 (04:51 +0000)]
make sure es.po gets taken care of

SVN revision: 33007

16 years agoFormatting fixes.
Christopher Michael [Wed, 5 Dec 2007 11:37:40 +0000 (11:37 +0000)]
Formatting fixes.

SVN revision: 32997

16 years agoNew es.po, courtesy of tokyo
Eric Schuele [Wed, 5 Dec 2007 06:50:05 +0000 (06:50 +0000)]
New es.po, courtesy of tokyo

SVN revision: 32996

16 years agoFix typo.
Christopher Michael [Wed, 5 Dec 2007 02:39:48 +0000 (02:39 +0000)]
Fix typo.

SVN revision: 32994

16 years agoCleanup module_update handler a little better.
Christopher Michael [Wed, 5 Dec 2007 02:37:36 +0000 (02:37 +0000)]
Cleanup module_update handler a little better.

SVN revision: 32993

16 years agoSimplify Fonts Advanced dialog code a bit.
Christopher Michael [Wed, 5 Dec 2007 02:08:54 +0000 (02:08 +0000)]
Simplify Fonts Advanced dialog code a bit.
Dialog Resize looks/works better now.

SVN revision: 32992

16 years agoFixes needed for new Font Config dialog.
Christopher Michael [Wed, 5 Dec 2007 02:07:07 +0000 (02:07 +0000)]
Fixes needed for new Font Config dialog.

SVN revision: 32991

16 years agoBetter resizing. Fix some formatting issues.
Christopher Michael [Tue, 4 Dec 2007 22:44:55 +0000 (22:44 +0000)]
Better resizing. Fix some formatting issues.
Dialog still needs work.

SVN revision: 32988

16 years agoMuch better resizing on the Paths dialog.
Christopher Michael [Tue, 4 Dec 2007 22:44:24 +0000 (22:44 +0000)]
Much better resizing on the Paths dialog.
Some formatting fixes.

SVN revision: 32987

16 years agoFix resizing of config_list widget.
Christopher Michael [Tue, 4 Dec 2007 22:43:53 +0000 (22:43 +0000)]
Fix resizing of config_list widget.
Some formatting fixes.

SVN revision: 32986

16 years agoFormatting & whitespace removal.
Christopher Michael [Tue, 4 Dec 2007 22:20:25 +0000 (22:20 +0000)]
Formatting & whitespace removal.

SVN revision: 32985

16 years agoAllow more space for moving/placeing items in the toolbar. This removes the
Christopher Michael [Tue, 4 Dec 2007 19:39:00 +0000 (19:39 +0000)]
Allow more space for moving/placeing items in the toolbar. This removes the
large "gap" at the begining & end of the toolbar.
Also remove the "shaped" option as it's not needed in default theme.

SVN revision: 32982

16 years agoAdd ability to edit/add mime types for a desktop file.
Christopher Michael [Tue, 4 Dec 2007 17:48:28 +0000 (17:48 +0000)]
Add ability to edit/add mime types for a desktop file.
Fix some formatting.
(This dialog really needs a rewrite...may do that later)

SVN revision: 32981