2004-04-30 Remus Draica <
[email protected]>
* configure.in:
Update version to 0.9.1.
* NEWS:
Updated.
2004-04-28 Remus Draica <
[email protected]>
* srlow/libsrlow/SRLow.c:
(srle_is_for_focused_ancestor_acc):
Do not check for SPI_ROLE_HTML_CONTAINER.
2004-04-28 Dana Ormenisan <
[email protected]>
* srlow/libsrlow/SRLow.c:
(srl_is_window_event):
Don't report events for role SPI_ROLE_WINDOW as "window:xxx"
(bug 122713).
2004-04-28 Remus Draica <
[email protected]>
* srlow/libsrlow/SRLow.c:
(srle_is_for_focused_ancestor):
Added.
(srle_change_type):
Convert a caret-moved event to a focus event only if the object has a
focused ancestor.
2004-04-27 Dragan Sarbut <
[email protected]>
* magnifier/libmag/mag_ctrl.c:
(magnifier_set_source_screen):
(magnifier_set_target_screen):
Retaining the values of source and target screen.
(magrect_clip_to_source):
Verify if the source and target are the same.
If they are do not aply patch.
* schemas/gnopernicus.schemas:
Setting the default values of the source and target to be :0.0.
* srconft/libsrconf/libsrconf.h:
Setting the default values of the source and target to be :0.0.
* srcore/srmag.c:
Decommenting a line that verifies if the target is NULL.
Fix for bug 136771.
2004-04-27 Dragan Sarbut <
[email protected]>
* gnopi/magui.c:
(magui_magnification_options_save_changed):
(magui_set_smoothing):
(magui_set_mouse_tracking):
Marked some text for translation.
Changed some code to compare the translated values ,
not the english ones.
* gnopi/spvoiceui.c:
(spui_voice_add_modify_speaker_values_modify):
Marked some text for translation.
(Fix for bug 140634).
2004-04-27 Dana Ormenisan <
[email protected]>
* srlow/libsrlow/SRObject.c,h:
(sro_get_app_name):
(sro_get_window_name):
Added.
* srcore/srctrl.c:
(src_surroundings_logic):
Changed: "Describe my surroundings" command also provide the name of
the current focused object, the window/dialog name and the application
name.
(Fixies for bug 140698).
2004-04-27 Dana Ormenisan <
[email protected]>
* README:
* gnopi/cmdmapconf.c:
* gnopi/cmdmapui.c:
* schemas/gnopernicus.schemas:
* srcore/srctrl.c:
"window hiwrarchy flat" command was renamed. The new name is
"read whole window".
2004-04-23 Dana Ormenisan <
[email protected]>
* gnopi/bmui.c:
* gnopi/brlui.c:
* gnopi/cmdmapui.c:
* gnopi/findui.c:
* gnopi/genui.c:
* gnopi/kbui.c:
* gnopi/magui.c:
* gnopi/presui.c:
* gnopi/scrui.c:
* gnopi/spdictui.c:
* gnopi/spui.c:
* gnopi/spvoiceui.c:
Made help pages accessible.
(Fixies for bug #140658).
2004-04-21 Remus Draica <
[email protected]>
* srcore/srpres.c:
Marked role for translation.
* srcore/srspc.c:
Marked a string for translation.
2004-04-20 Remus Draica <
[email protected]>
* srconf/libsrconf/libsrconf.h:
Changed the default value for active setting from "Default" to
"default".
* srcore/srmain.c:
(src_process_change_for_presentation):
Use a constant value instead of a hard coded string for default value
for active setting.
Fixies for #139278.