Christopher Michael
4c0a3810f9
Fix missing Value= in desktop file.
...
SVN revision: 33222
16 years ago
Miculcy Brian
7bb7bb21dd
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 ago
Christopher Michael
ee70beaa35
Remove FIXME comment as it's handled one line above.
...
SVN revision: 33201
16 years ago
Christopher Michael
6ddfee5511
Fix pager config dialog (thanks jeffdameth).
...
(darn fat-finger copy/paste) :)
SVN revision: 33187
16 years ago
Carsten Haitzler
20dae06a93
and actually USE the path calculated if relative
...
16 years ago
Christopher Michael
b4c940cad4
Some minor formatting fixes.
...
This dialog needs some work as it does not fit into 640x480.
SVN revision: 33177
16 years ago
Christopher Michael
252965d8e1
Formatting fixes & whitespace removal.
...
SVN revision: 33176
16 years ago
Christopher Michael
8ea02572ae
Make menu advanced settings fit into 640x480.
...
SVN revision: 33175
16 years ago
Carsten Haitzler
6d69f2cd7f
allow relative path for icon files in .desktops
...
16 years ago
Christopher Michael
032ee2c2cb
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 ago
Christopher Michael
8fcc8e14d7
Sliders for mouse accel don't need to be that long. Decrease slider size.
...
SVN revision: 33172
16 years ago
Christopher Michael
9d91832842
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 ago
Christopher Michael
1dcd16286c
Better pager module config dialog. Now fits in 640x480.
...
SVN revision: 33170
16 years ago
Christopher Michael
b7959ead2b
Small patch from jeffdameth to not allow other keyactions while winlist is
...
active.
SVN revision: 33169
16 years ago
Christopher Michael
9cf5076159
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 ago
Christopher Michael
73fe916ef6
Forgot to commit this w/ new View menu option.
...
SVN revision: 33138
16 years ago
Christopher Michael
c5748c99a0
No need to expand width on the preview frame because the actual preview
...
never changes size anyway.
SVN revision: 33133
16 years ago
Christopher Michael
5486f1a797
Don't use View Menu in fileman. It has a config dialog for that.
...
SVN revision: 33132
16 years ago
Christopher Michael
05f9121adf
Better resize for wallpaper dialog. Uses less tables & lists too :)
...
SVN revision: 33131
16 years ago
Christopher Michael
b33225621e
Context menu for setting View Mode (list/grid). Used in wallpaper & theme
...
dialogs.
SVN revision: 33130
16 years ago
Carsten Haitzler
4a2bc0e79c
patches, caching fixes, zone dynamic creation/deletion handling, stuff.
...
16 years ago
Christopher Michael
1e54439422
Set popup layer == layer of the exebuf.
...
Fix some formatting issues.
SVN revision: 33124
16 years ago
Christopher Michael
d088021b5a
Don't add the new Create/Add menu entries if the conf_apps module is not
...
loaded.
SVN revision: 33123
16 years ago
Christopher Michael
68e71129f6
Add more icon create/add options to the menu.
...
SVN revision: 33120
16 years ago
andrunko
9f42fdc4dd
Deleting Ecore_IMF event handlers on _e_entry_smart_del.
...
SVN revision: 33112
16 years ago
Christopher Michael
85bf3a8e33
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 ago
Christopher Michael
629f2c8e24
Spawn new fwin next to icon that was selected.
...
SVN revision: 33098
16 years ago
Christopher Michael
8b7fec175f
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
Christopher Michael
4b690ff9aa
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 ago
Christopher Michael
0740156d70
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
Christopher Michael
6a738b717a
Formatting & whitespace removal.
...
SVN revision: 33067
16 years ago
Sebastian Dransfeld
e9e513b86b
Fix fullscreen on desktop change (patch by Hannes Janetzek).
...
SVN revision: 33066
16 years ago
Sebastian Dransfeld
36e5670541
Delay assignment of es->win, as e_popup_edje_bg_object_set might change
...
the window (patch from jeffdameth).
SVN revision: 33065
16 years ago
Christopher Michael
a78f33109f
No need to use a switch when detecting mouse button. A simple one-line if
...
will work instead.
SVN revision: 33064
16 years ago
Christopher Michael
207802377b
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 ago
Christopher Michael
27b2feab69
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 ago
Eric Schuele
552cd506a5
Update many desktop files with some translations. Courtesy of tokyo.
...
SVN revision: 33009
16 years ago
Christopher Michael
7fd7a20249
Formatting fixes.
...
SVN revision: 32997
16 years ago
Christopher Michael
a9a166f0ea
Fix typo.
...
SVN revision: 32994
16 years ago
Christopher Michael
a6aafc0831
Cleanup module_update handler a little better.
...
SVN revision: 32993
16 years ago
Christopher Michael
1f7e8e7611
Simplify Fonts Advanced dialog code a bit.
...
Dialog Resize looks/works better now.
SVN revision: 32992
16 years ago
Christopher Michael
bfd61db58f
Fixes needed for new Font Config dialog.
...
SVN revision: 32991
16 years ago
Christopher Michael
be9f2dc275
Better resizing. Fix some formatting issues.
...
Dialog still needs work.
SVN revision: 32988
16 years ago
Christopher Michael
df97016321
Much better resizing on the Paths dialog.
...
Some formatting fixes.
SVN revision: 32987
16 years ago
Christopher Michael
68d332ad0d
Fix resizing of config_list widget.
...
Some formatting fixes.
SVN revision: 32986
16 years ago
Christopher Michael
9335742e16
Formatting & whitespace removal.
...
SVN revision: 32985
16 years ago
Christopher Michael
03b404c979
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
16 years ago
Christopher Michael
eea4898bb5
Don't sort the menu/order list based on alpha. Use the existing order from
...
the menu/order file.
SVN revision: 32980
16 years ago
Christopher Michael
bc3dd78cc0
No Need to store app & sel as they are not used in the code.
...
SVN revision: 32979
16 years ago
Christopher Michael
a1a43917d7
Add missing vim format info.
...
SVN revision: 32978
16 years ago