My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Sep 27, 2008
    r18 (Added partial qwerty keyboard support) committed by aramju   -   Added partial qwerty keyboard support
    Added partial qwerty keyboard support
  • Sep 22, 2008
    r17 (Traducción de interfaz de usuario del Manager a Ingles.) committed by aramju   -   Traducción de interfaz de usuario del Manager a Ingles.
    Traducción de interfaz de usuario del Manager a Ingles.
  • Sep 16, 2008
    issue 3 (Should provide quick way to switch to-from languages) reported by gmatht   -   What steps will reproduce the problem? 1. Go into Search 2. Note that there is a button labeled Search and Back 3. Note that there is no button labeled Switch language, and you need to press back, down enter down* accept up enter to switch from e.g. French-English to English-French What is the expected output? What do you see instead? I have four buttons on the right of my Nokia 9500. Only two of them are used (for Search and Back) It would be nice if there was a quick way of switching from e.g French-English to English-French. This is very useful if e.g. if you are in France but are a native English speaker What version of the product are you using? On what operating system? OmniDic 1.0 Please provide any additional information below.
    What steps will reproduce the problem? 1. Go into Search 2. Note that there is a button labeled Search and Back 3. Note that there is no button labeled Switch language, and you need to press back, down enter down* accept up enter to switch from e.g. French-English to English-French What is the expected output? What do you see instead? I have four buttons on the right of my Nokia 9500. Only two of them are used (for Search and Back) It would be nice if there was a quick way of switching from e.g French-English to English-French. This is very useful if e.g. if you are in France but are a native English speaker What version of the product are you using? On what operating system? OmniDic 1.0 Please provide any additional information below.
  • Sep 16, 2008
    issue 2 (Does not recognise A-Z keys) commented on by gmatht   -   Also \b (backspace) should be recognized as a textchar and should cause contenido.delete(cursorPos-1,cursorPos); to be called from the function gestionarEvento in visual/DTextField
    Also \b (backspace) should be recognized as a textchar and should cause contenido.delete(cursorPos-1,cursorPos); to be called from the function gestionarEvento in visual/DTextField
  • Sep 16, 2008
    issue 2 (Does not recognise A-Z keys) commented on by gmatht   -   FYI, here are the changes I think need to be made: When a key is pressed it is handled by SearchCanvas as below if ( Keyboard.isTextButtonPushed(keyCode)){ txtBuscar.gestionarEvento(keyCode); }else{ See: http://code.google.com/p/omnidic/source/browse/trunk/src/ub/es/ubictionary/visual/SearchCanvas.java#83 isTextButtonPushed in logic/Keyboard only considers 0-9 to be text keys. This should presumably also allow A-Z to be text keys. See: http://code.google.com/p/omnidic/source/browse/trunk/src/ub/es/ubictionary/logic/Keyboard.java#29 visual/DTextField should have something like if (cod >= ´a´ && cod <= ´z´) { contenido.insert(cursorPos-1, cod); } added to the function gestionarEvento See: http://code.google.com/p/omnidic/source/browse/trunk/src/ub/es/ubictionary/visual/DTextField.java#80
    FYI, here are the changes I think need to be made: When a key is pressed it is handled by SearchCanvas as below if ( Keyboard.isTextButtonPushed(keyCode)){ txtBuscar.gestionarEvento(keyCode); }else{ See: http://code.google.com/p/omnidic/source/browse/trunk/src/ub/es/ubictionary/visual/SearchCanvas.java#83 isTextButtonPushed in logic/Keyboard only considers 0-9 to be text keys. This should presumably also allow A-Z to be text keys. See: http://code.google.com/p/omnidic/source/browse/trunk/src/ub/es/ubictionary/logic/Keyboard.java#29 visual/DTextField should have something like if (cod >= ´a´ && cod <= ´z´) { contenido.insert(cursorPos-1, cod); } added to the function gestionarEvento See: http://code.google.com/p/omnidic/source/browse/trunk/src/ub/es/ubictionary/visual/DTextField.java#80
  • Sep 16, 2008
    issue 2 (Does not recognise A-Z keys) reported by gmatht   -   What steps will reproduce the problem? 1. Install Omnidic on a device that has an keyboard (e.g. the Nokia 9500) 2. Attempt to enter (search for) a word using A-Z keys 3. See nothing appear on screen What is the expected output? What do you see instead? I would expect the A-Z keys and backspace to function as normal. They have no effect. What version of the product are you using? On what operating system? Omnidic 1.0 on Symbian 80 Please provide any additional information below. My device is a Nokia Communicator 9500. OmniDic seems very handy, but this bug makes it rather frustrating, especially as the interior number keys on the Communicator are not labeled with the letters they produce.
    What steps will reproduce the problem? 1. Install Omnidic on a device that has an keyboard (e.g. the Nokia 9500) 2. Attempt to enter (search for) a word using A-Z keys 3. See nothing appear on screen What is the expected output? What do you see instead? I would expect the A-Z keys and backspace to function as normal. They have no effect. What version of the product are you using? On what operating system? Omnidic 1.0 on Symbian 80 Please provide any additional information below. My device is a Nokia Communicator 9500. OmniDic seems very handy, but this bug makes it rather frustrating, especially as the interior number keys on the Communicator are not labeled with the letters they produce.
  • Aug 06, 2008
    issue 1 (Interest in this project's usefulness for minority languages) commented on by te...@email.de   -   Hope my posting is not completely misplaced ... @dcoschroeder: on my search for Filipono dictionaries I just stumbled over your posting ! I am working on the DictionaryForMIDs Open Source project (which seems to have quite a few things in common with Omnidic). Anyone can set up his dictionaries with DictionaryForMIDs. For the moment we have two Filipino dictionaries, and it would be great if someone could add more. If you are interested: http://dictionarymid.sourceforge.net
    Hope my posting is not completely misplaced ... @dcoschroeder: on my search for Filipono dictionaries I just stumbled over your posting ! I am working on the DictionaryForMIDs Open Source project (which seems to have quite a few things in common with Omnidic). Anyone can set up his dictionaries with DictionaryForMIDs. For the moment we have two Filipino dictionaries, and it would be great if someone could add more. If you are interested: http://dictionarymid.sourceforge.net
 
Hosted by Google Code