Bwidget Source Code
Ticket Change Details
Not logged in
Overview

Artifact ID: d2bf4a33637206f00beff2305f021b3677af2c9c01bee87d2eee1e0125ae0ca0
Ticket: c1054975019dbfd6d5d3aadb6584a207bc860808
BWman
User & Date: lindblad 2025-06-18 20:31:10
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    It seems oehhar that the GitHub mirror is not being updated.
    
    https://github.com/tcltk/bwidget
    
    Perhaps cached rather than catched was the intention here.
    
    $ sed -n '92p' bwidget/BWman/DropSite.html
    While a drag occurs, events <Enter>, <Motion> and <Leave> are catched.
    $ 
    
    If cached is correct then this would be the fix.
    
    
    $ sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html
    $
    
    Please uncomment (and possibly correct if indicated) that GNU sed line in this script.
    
    $ cat bwidget.sh
    #!/bin/sh
    
    sed -i "s/ADRESS/ADDRESS/g" bwidget/BWman/PasswdDlg.html
    sed -i "s/additionnal/additional/g" bwidget/BWman/MainFrame.html
    sed -i "s/ballon/balloon/g" bwidget/BWman/DynamicHelp.html
    sed -i "s/beetween/between/g" bwidget/BWman/Widget.html
    # sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html
    sed -i "s/choosen/chosen/g" bwidget/BWman/ListBox.html
    sed -i "s/choosen/chosen/g" bwidget/BWman/Tree.html
    sed -i "s/conjuntion/conjunction/g" bwidget/BWman/Button.html
    sed -i "s/conjuntion/conjunction/g" bwidget/BWman/ArrowButton.html
    sed -i "s/constists/consists/g" bwidget/BWman/PanedWindow.html
    sed -i "s/diffferent/different/g" bwidget/BWman/PanedWindow.html
    sed -i "s/exitence/existence/g" bwidget/BWman/DynamicHelp.html
    sed -i "s/idenfier/identifier/g" bwidget/BWman/ListBox.html
    sed -i "s/idenfier/identifier/g" bwidget/BWman/Tree.html
    sed -i "s/immediatly/immediately/g" bwidget/BWman/ProgressDlg.html
    sed -i "s/immediatly/immediately/g" bwidget/BWman/Dialog.html
    sed -i "s/infromation/information/g" bwidget/BWman/Label.html
    sed -i "s/infromation/information/g" bwidget/BWman/ListBox.html
    sed -i "s/infromation/information/g" bwidget/BWman/Entry.html
    sed -i "s/infromation/information/g" bwidget/BWman/Tree.html
    sed -i "s/intergers/integers/g" bwidget/BWman/SpinBox.html
    sed -i "s/minimun/minimum/g" bwidget/BWman/ArrowButton.html
    sed -i "s/mininum/minimum/g" bwidget/BWman/SpinBox.html
    sed -i "s/modifer/modifier/g" bwidget/BWman/DropSite.html
    sed -i "s/positionned/positioned/g" bwidget/BWman/LabelFrame.html
    sed -i "s/usefull/useful/g" bwidget/BWman/ProgressBar.html
    sed -i "s/usefull/useful/g" bwidget/BWman/DropSite.html
    $
    
  5. is_private changed to: "0"
  6. login: "lindblad"
  7. priority changed to: "5 Medium"
  8. private_contact changed to: "00b194c9cf73de67b245c0cf8a150f3e77f452cf"
  9. resolution changed to: "None"
  10. severity changed to: "Minor"
  11. status changed to: "Open"
  12. submitter changed to: "lindblad"
  13. subsystem changed to: "(unused)"
  14. title changed to: "BWman"
  15. type changed to: "RFE"