a much requested feature: drag-only edge bindings
[platform/upstream/enlightenment.git] / ChangeLog
1 2013-02-05 Mike Blumenkrantz
2
3         * improve load time of apps dialogs
4         * fix bug where edge flips would stop functioning after dragging to an invalid edge containing a shelf
5         * edge bindings can now be set to "drag only"
6
7 2013-02-04 Mike Blumenkrantz
8
9         * optimize use of edje_file_collection_list
10         * add support for edje files in filepreview widget
11         * fix possible crash in xkb rule parsing
12         * fix list update on deletion of personal app launchers
13         * fix button toggling in personal app launchers dialog
14
15 2013-02-01 Mike Blumenkrantz
16
17         * split out binding configs into separate config domain
18         * added functions for freeing binding config structs
19         * E_Config_DD structs are now tracked and retrievable through e_config_descriptor_find
20         * fixed leak in profile list dbus method
21         * binding dialogs are now able to reset bindings to the system profile file bindings
22         * fixed behavior of Up/Down keys in filemanager when typebuf was visible
23         * "No listable items" in Navigate menu is now clickable
24
25 2013-01-31 Mike Blumenkrantz
26
27         * fixed window autoraise triggering from pointer slide
28         * fixed opening of links in filemanager in some cases
29         * filemanager now ignores changes to .part files
30         * fixed a number of bugs where keyboard layouts could not be applied or selected
31
32 2013-01-29 Brian Miculcy
33
34         * IBar menu didn't allow to configure different icon sources, show contents menu even on empty IBar.
35
36 2013-01-29 Carsten Haitzler
37
38         * fix map then unmap race condition for borders
39
40 2013-01-29 Mike Blumenkrantz
41
42         * fixed bug where dragging files into sidebar would move them instead of creating links
43
44 2013-01-23 Chris Michael
45
46         * add support for AltGr in illume2's E_Kbd_Buf_Key, fix related leak
47
48 2013-01-23 Mike Blumenkrantz
49
50         * module error dialog is no longer remembered across restarts
51         * fixed small leak in efm when performing dnd onto mounted drive icon
52         * fixed small leak in e_import_config_dialog_show during failure case
53         * fixed small leak in e_import_dialog_show during failure case
54         * fixed small leak in illume2 policy config
55         * fixed path setting in import dialog
56         * fixed possible NULL deref in desktop editor
57         * fixed possible NULL deref in e_sys when debugging
58
59 2013-01-22 Mike Blumenkrantz
60
61         * No longer build illume edj files
62         * fixed gadget dragging on desktop near screen edges
63         * fixed bug where "don't composite fullscreen windows" option would cause some windows to stop appearing
64
65 2013-01-15 Mike Blumenkrantz
66
67         * Removed old comp hook and msgbus API, replacing with new e_comp namespaced API and events
68
69 2013-01-17 Chidambar Zinnoury (ilLogict)
70         * Mixer and battery modules: reuse notifications.
71
72 2013-01-16 Brian Miculcy
73         * Shelf option 'overlapping' made clearer and disabled when window automatic movement on shelf hide isn't set.
74
75 2013-01-15 Mike Blumenkrantz
76
77         * prevent windows dragged from one screen to another from being larger than the destination screen
78         * add new APIs for getting module .desktop files
79         * track module directories
80         * improve module config dialog load speed
81
82 2013-01-14 Brian Miculcy
83
84         * Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that.
85
86 2013-01-14 Mike Blumenkrantz
87
88         * compositor now applies focus/urgency state to windows on first show
89
90 2013-01-12 Mike Blumenkrantz
91
92         * split comp window match settings into separate dialog
93
94 2013-01-11 Mike Blumenkrantz
95
96         * e_manager_comp_set() is no longer accessible by modules
97         * added option to disable comp effects on screen
98         * fixed bug where backlight settings would try to update dummy backlight devices
99         * added focus-out color class and functionality to default theme
100         * added options and functionality for "fast" composite effects
101         * added fallback timer for system actions
102
103 2013-01-10 Carsten Haitzler
104
105         * fixed bug where starting with a nonexistent config could cause a crash instead of simply restarting
106         * fixed window border hide bug where after iconification hides leave ghosts
107
108 2013-01-10 Mike Blumenkrantz
109
110         * E_LIST_HANDLER_APPEND macro now asserts the event handler to make debugging easier
111         * fixed bug where internal dialogs would not redraw after unfullscreening
112         * config submenu now sets "config" category
113         * e_menu_category_callback create callback parameter order has been changed
114         * composite settings dialog is now accessible from Settings menu
115         * modules no longer require shutdown or save functions
116         * comp settings now uses the "e_comp" config domain
117         * added options to disable comp effects on types of windows
118
119 2013-01-10 Deon Thomas
120
121         * Fixed bug with desktop config profile where conf module version variable was misnamed
122
123 2013-01-09 Lucas De Marchi
124
125         * Merged comp module into core
126
127 2013-01-09 Mike Blumenkrantz
128
129         * geometry_auto_move option now also corrects applications which fail in their attempts to center windows
130         * fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly
131
132 2013-01-08 David H. Bronke
133
134         * Added new config option for disabling pointer warping when performing directional focus changes using winlist
135
136 2013-01-08 Thanatermesis
137
138         * "System Default" language in wizard now displays which language it is and no longer removes language from list
139
140 2013-01-08 Mike Blumenkrantz
141
142         * Fixed bug where keyboard resizing of windows would not be possible if timeout was set to zero
143         * Fixed crash when clicking apply in wallpaper settings dialog and no wallpaper is selected
144         * Fixed bug where disabled slider widgets could be changed with mouse wheel
145         * Fixed bug where fileman config slider widgets were not properly disabled
146         * Tasks gadgets now apply the selected style
147         * Desktop->Shelves menu now shows shelf names
148         * Added elm win trap callback for base size setting, calling this causes ICCCM hints to be applied
149
150 2013-01-07 Tom "TAsn" Hacohen
151         * e_entry + e_scrollable: Fixed issues with smart members.
152
153 2013-01-07 Brian Miculcy
154         * Added option for doing desklock, blanking or dimming even when showing fullscreen windows.
155         * No backlight dimming when in presentation mode.
156         * Backlight fade time only applies to dimming - undimming is fixed 0.5 .
157
158 2013-01-07 Mike Blumenkrantz
159
160         * Added option for disabling icons in menus
161         * Restore default keybindings no longer restores two bindings for ctrl+alt+f
162
163 2013-01-07 Thomas Petazzoni
164
165         * Fix build with uClibc.
166
167 2013-01-04 Lucas De Marchi
168
169         * Fixed crash when changing desktop configuration while clock popup was present
170
171 2013-01-04 Lucas Jóia
172
173         * Added bluez4 module: control bluetoothd daemon
174
175 2013-01-03 Lucas Jóia
176
177         * Added appmenu module: show application menu in shelf
178
179 2013-01-03 José Roberto de Souza
180
181         * Modules ported to edbus: battery, connman, mixer, notification,
182           illume-indicator
183         * Fileman and Wizard also ported to edbus
184         * HAL backend for EFM removed
185         * Systray: added DBus notification
186         * Added music-control module: control any mpris2-compatible music
187           player
188
189 2013-01-03  Mike Blumenkrantz
190
191         * Added e_win_elm_available()
192         * Added conf2 module
193         * Added e_configure_option API
194
195 2013-01-03 Cedric Bail
196
197         * Fix restart of E17 after manually monitoring it.
198
199 2012-12-31 Mike Blumenkrantz
200
201         * Added function to hide all active menus
202         * Always hide menus on desklock
203         * e_win now traps elm_win_activate to ensure that internal elm
204           windows don't fail to raise as expected if user has configured
205           E to ignore activate hints
206         * Various #defines in e_int_menus.h are now enums
207         * Added enum for deskflip animation mode
208
209 2012-12-29 Mike Blumenkrantz
210
211         * Fix incorrect config value clamping for window autoraise delay
212         * Fix border(less) style of internal elm tooltip windows
213
214 2012-12-28 Tomas Cech
215
216         * Fix construction of variant list for setxkbmap
217
218 2012-12-27 Mike Blumenkrantz
219
220         * Added action to reset filemanager
221
222 2012-12-28  Carsten Haitzler
223
224         * Mixer settings dialog is now resizable
225         * Increased maximum menu size, improved menu autoscrolling
226
227
228 2012-12-28  Hannes Janetzek
229
230         * Fixed error in Evry when trying to call edje functions on non-edje object
231
232 2012-12-27 Mike Blumenkrantz
233
234         * Filemanager now uses global setting option for showing desktop
235           icons
236
237 2012-12-26 Chidambar Zinnoury (ilLogict)
238
239         * Notification settings: add check changed.
240         * Fileman settings: fix values reading, check changed, apply,
241           and title (“Fileman”→“File Manager”).
242         * Pager settings: fix check changed and strings (“px”→“pixels”).
243         * Language settings: add check changed and cleanup code.
244
245 2012-12-25 Chidambar Zinnoury (ilLogict)
246
247         * Clock settings: date formats are now internationalizable.
248         * Desktop environment settings: add check changed.
249         * Gadcon settings: add icons.
250         * Startup theme: add check changed.
251         * Desk settings: improve UI.
252         * Clientlist settings: add check changed.
253         * Engine settings: force check changed upon confirmation dialog
254           closure.
255
256 2012-12-24  Mike Blumenkrantz
257
258         * Fixed crash when changing ibar source
259
260 2012-12-24  Boris Faure
261
262         * Fixed SIGFPE in tiling module and functionality of toggle_rows_count
263
264 2012-12-21
265
266         Initial release