Giter Site home page Giter Site logo

wheel-encoder-generator's Introduction

Хэлоу дир френдс 👋

wheel-encoder-generator's People

Contributors

shimniok avatar

Watchers

 avatar

Forkers

prasi79

wheel-encoder-generator's Issues

Custom title bar and task bar icon

What steps will reproduce the problem?
1. Launch app

What is the expected output? What do you see instead?
Java icon appears upper left title bar and for app in task bar. Should be a 
custom application icon.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 7:54

OSX: incorrect dock icon

What steps will reproduce the problem?
1. launch app

What is the expected output? What do you see instead?
shows 'exec' terminal icon in dock. should show app icon.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 7:07

Wrong file filter for image export

What steps will reproduce the problem?
1. Export...
2. Enter file name (e.g., blah.png)
3. Look for file where it was saved

What is the expected output? What do you see instead?
On OSX: you're prompted with "incorrect file type"
Windows: automatically appends .weg to the end (e.g., blah.png.weg)

Please use labels and text to provide additional information.
Need to be able to specify different file filter to save file prompt method.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 3:10

Default help window size too small

What steps will reproduce the problem?
1. launch
2. help>help topics

What is the expected output? What do you see instead?
help windows are too small to see text easily.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 26 Oct 2010 at 7:12

Quit-save?-cancel doesn't abort quit

What steps will reproduce the problem?
1. Launch
2. Select Quit/Exit
3. Prompted to save, select cancel

What is the expected output? What do you see instead?
App should abort exit/quit, but instead continues to exit.

Please use labels and text to provide additional information.
Just need to process result of promptForSave() within quit handler method.

Original issue reported on code.google.com by shimniok on 18 Oct 2010 at 5:51

Save button disable not working right

What steps will reproduce the problem?
not positive...
1. Open file, 
2. change resolution, 
3. return to orig resolution

What is the expected output? What do you see instead?
Save should be disabled after #1, enabled after #2 and disabled after #3
Was seeing save enabled when it shouldn't be.

Please use labels and text to provide additional information.

May be OS X specific?

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:38

Different border for main panel

What is the expected output? What do you see instead?

The lowered bevel border looks a little weird on windows and a lot weird on 
OSX.  Would prefer just a single gray line below menu bar on both platforms.

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:48

OSX: Incorrect numeric input on diameter does not change text color

What steps will reproduce the problem?
1. Enter "S" or "" for outer diameter

What is the expected output? What do you see instead?
Text color of box should turn red.  Remains black instead.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:33

Java crash during image exports

What steps will reproduce the problem?
1. Repeated image exports

What is the expected output? What do you see instead?

java(5143,0x7fff70f36c20) malloc: *** error for object 0x1001d59e8: incorrect 
checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Java Result: 134

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 10:15

File overwrite misbehavior

What steps will reproduce the problem?
1. Click Save As
2. Select existing .weg file
3. Click "no" when prompted to overwrite

What is the expected output? What do you see instead?
Save dialog closes upon clicking "no" for overwrite. Instead, should return to 
dialog to let user choose a different file.

Please use labels and text to provide additional information.
Probably need to remove super.cancelSelected() from approveSelected()

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 7:52

Resolution label positioned wrong on Mac OS X

What steps will reproduce the problem?
1.Launch app

What is the expected output? What do you see instead?
Resolution spinner label should be aligned to vertical center of Spinner. Label 
is too high on Mac. Looks ok on Windows.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 8 Oct 2010 at 3:14

OSX: About menu item doesn't show the correct about box

What steps will reproduce the problem?
1. Select CodeWheelGenerator > About...

What is the expected output? What do you see instead?
Don't see the correct About screen.

Please use labels and text to provide additional information.
Missing About handler.

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:32

Windows: Open/Save-As not functioning

What steps will reproduce the problem?
1. Select Open, Save As
2. Select file

What is the expected output? What do you see instead?
App should perform action (open or save as) but instead does nothing.

Please use labels and text to provide additional information.
Logic within com.botthoughts.JFileChooser.approveSelection()

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 3:34

Change "standard" to incremental in UI

Is "standard" or "incremental" or something else the appropriate term for 
encoders that don't provide absolute position?  Change app to reflect correct 
terminology.

Original issue reported on code.google.com by shimniok on 21 Oct 2010 at 6:53

Provide size/resolution controls for image export

Describe the detailed feature you want?
Want control over image resolution and picture format (jpg, png, etc.)

What would this feature help you achieve?
Not sure how useful this actually is, but would be nice to not be forced into 
600x600 png.

Please provide any additional information below.

Original issue reported on code.google.com by shimniok on 16 Oct 2010 at 4:49

Java Exception on select New

What steps will reproduce the problem?
1. launch app
2. click new or select File > New

What is the expected output? What do you see instead?
should create new encoder; does stack trace instead

Please use labels and text to provide additional information.

Exception in thread "AWT-EventQueue-0" java.lang.Error: 
java.lang.IllegalAccessException: Class 
org.jdesktop.application.ApplicationAction can not access a member of class 
wheelencodergenerator.WheelEncoderGeneratorView with modifiers "private"
        at org.jdesktop.application.ApplicationAction.actionFailed(ApplicationAction.java:859)
        at org.jdesktop.application.ApplicationAction.noProxyActionPerformed(ApplicationAction.java:665)
        at org.jdesktop.application.ApplicationAction.actionPerformed(ApplicationAction.java:698)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
        at java.awt.Component.processMouseEvent(Component.java:6263)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
        at java.awt.Component.processEvent(Component.java:6028)
        at java.awt.Container.processEvent(Container.java:2041)
        at java.awt.Component.dispatchEventImpl(Component.java:4630)
        at java.awt.Container.dispatchEventImpl(Container.java:2099)
        at java.awt.Component.dispatchEvent(Component.java:4460)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
        at java.awt.Container.dispatchEventImpl(Container.java:2085)
        at java.awt.Window.dispatchEventImpl(Window.java:2478)
        at java.awt.Component.dispatchEvent(Component.java:4460)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.IllegalAccessException: Class 
org.jdesktop.application.ApplicationAction can not access a member of class 
wheelencodergenerator.WheelEncoderGeneratorView with modifiers "private"
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
        at java.lang.reflect.Method.invoke(Method.java:588)
        at org.jdesktop.application.ApplicationAction.noProxyActionPerformed(ApplicationAction.java:662)
        ... 27 more

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 2:50

Component layout issues

Layout needs refinement. Component alignment and position is oddball across 
platforms.

Original issue reported on code.google.com by shimniok on 11 Oct 2010 at 3:33

Image exports with black background

What steps will reproduce the problem?
1. Export...
2. view image in external editor

What is the expected output? What do you see instead?
Background is black. Should be transparent or white.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 3:05

Create help index

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 27 Oct 2010 at 5:44

Unsafe shutdown/quit on window close

What steps will reproduce the problem?
1. launch app
2. click close button (red x)

What is the expected output? What do you see instead?
App should shut down gracefully; instead it terminates immediately, bypassing 
quit method.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 19 Oct 2010 at 5:44

Invert 0's and 1's / black and white stripes

Describe the detailed feature you want?
Ability to specify whether 0=black or 0=white

What would this feature help you achieve?
Adapt encoders to different hardware configurations (active high, active low, 
etc)

Please provide any additional information below.

Original issue reported on code.google.com by shimniok on 25 Oct 2010 at 7:39

Window launch location

What steps will reproduce the problem?
1. Launch app

What is the expected output? What do you see instead?
Window should initially start in upper left corner, then maintain position on 
subsequent launches. Not sure this is happening.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 21 Oct 2010 at 4:08

Distribute application as .dmg

Bundle the application as a convenient .dmg file

Original issue reported on code.google.com by shimniok on 19 Oct 2010 at 4:03

OSX: Dialogs have goofy app icon

What steps will reproduce the problem?
1. attempt to save a file with extension .txt

What is the expected output? What do you see instead?
dialog comes up with java application icon. Looks lame.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 6:25

OSX: bundle as .app

Describe the detailed feature you want?
Want the application bundled as a standard Mac .app

What would this feature help you achieve?


Please provide any additional information below.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 7:08

Save of untitled doesn't prompt for file

What steps will reproduce the problem?
1. Launch app
2. Click save

What is the expected output? What do you see instead?
Save icon grays out. No file prompt. File doesn't appear to be saved 
anywhere...?

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 6:46

absolute: clockwise/counter-clockwise

Describe the detailed feature you want?
Specify which 'direction' of rotation is preferred, CW, or CCW.

What would this feature help you achieve?
Two encoders on opposite dual wheels will generate same pattern going forward.

Please provide any additional information below.
Will need to refactor WheelEncoderPanel and WheelEncoder to bury more of the 
encoder construction details (number of stripes and offset) into the 
WheelEncoder object.

Original issue reported on code.google.com by shimniok on 25 Oct 2010 at 4:55

Display splash screen on launch

Describe the detailed feature you want?
When launching app, display a splash screen

What would this feature help you achieve?
it'd make me really happy.

Please provide any additional information below.

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:35

Arrow keys don't work on dialogs

What steps will reproduce the problem?
1. Launch app
2. Click New
3. At yes/no/cancel prompt, try using left/right arrows

What is the expected output? What do you see instead?
On native Windows app, arrows will select different default buttons.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 21 Oct 2010 at 4:06

OSX: open file filter doesn't work

What steps will reproduce the problem?
1. Launch app
2. Click open
3. Browse to where a .weg file exists

What is the expected output? What do you see instead?
Open dialog displays .weg file as disabled.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 6:47

Program window too small on Mac OS X

What steps will reproduce the problem?
1. launch app

What is the expected output? What do you see instead?
Window is too small, cuts off buttons and part of encoder.  Should launch with 
window big enough to see all widgets.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 8 Oct 2010 at 3:15

Toolbar can be pulled out of window

What steps will reproduce the problem?
1. click and drag toolbar

What is the expected output? What do you see instead?
Toolbar created in new window. Removed from main window. Must close toolbar 
window to restore.  Toolbar really should be stationary.  Even if not, toolbar 
is too 'compressed' horizontally.

Please use labels and text to provide additional information.
may be cross platform. need to test.

Original issue reported on code.google.com by shimniok on 16 Oct 2010 at 3:31

Without extension specified, file overwrite prompt not generated

What steps will reproduce the problem?
1. Click Save As...
2. Type in filename of an existing .weg file, but leave off extension

What is the expected output? What do you see instead?
App should prompt whether to overwrite file.  Instead, file is overwritten 
without prompting.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 7:49

Print ruler and permit scaling configuration to correct printer error

Describe the detailed feature you want?
1. Scaling configuration/preferences to correct printer errors
2. Print a ruler along with encoder to make it easier to check scale

What would this feature help you achieve?
Correct printing scale errors

Please provide any additional information below.

Original issue reported on code.google.com by shimniok on 25 Oct 2010 at 11:08

Add help documentation

Describe the detailed feature you want?
Help documentation for using the application + tips on encoders, printing 
encoders, etc.


Original issue reported on code.google.com by shimniok on 21 Oct 2010 at 6:51

OSX: Quit not prompting to save

What steps will reproduce the problem?
1. Open app
2. Select WheelEncoderGenerator > Quit (or Command-Q)

What is the expected output? What do you see instead?
Application quits without asking to save first.

Please use labels and text to provide additional information.
Need a Quit handler for OSX

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:34

Switches to Absolute encoder occasionally upon click

What steps will reproduce the problem?
1. Launch app
2. Click just below right of encoder preview

What is the expected output? What do you see instead?
Encoder (tab, settings) switch to Absolute encoder -- but only occasionally
Not sure if...
- it happens only right after launch or after New
- it happens clicking anywhere else
- what other conditions

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 19 Oct 2010 at 8:54

Preserve previous Open directory within session

What steps will reproduce the problem?
1. Choose save/save as
2. Select save directory
3. Save as

What is the expected output? What do you see instead?
Directory not preserved from last save (or open)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:30

Save menu / button disable not working

What steps will reproduce the problem?
1. Open weg file
2. Make a change
3. Click Save toolbar

What is the expected output? What do you see instead?
Save button should grey out after successful save.
Instead if you change then revert the change, it will grey out.
Not sure if this is cross platform or OSX specific.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 6:28

OSX: Save As button label not visible

What is the expected output? What do you see instead?
Save as button's label shows "Save..."  Not enough width to display text.

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 6:50

Absolute position encoders

Describe the detailed feature you want?
Enhance app to create absolute encoder discs-- grey and binary codes

What would this feature help you achieve?
Absolute positioning of rotational mechanisms on robots

Please provide any additional information below.

Original issue reported on code.google.com by shimniok on 8 Oct 2010 at 2:18

Error saving unsaved file after quit/new/open

What steps will reproduce the problem?
1. launch app
2. select new/quit/open
3. when prompted to save, select 'yes'

What is the expected output? What do you see instead?
Receive error saving file error. Should prompt user for save

Please use labels and text to provide additional information.
promptSaveFirst() is directly calling doSave which blindly sends the current 
encoderFile to encoder.save()

Original issue reported on code.google.com by shimniok on 19 Oct 2010 at 8:08

Issues selecting/repainting Incremental encoder

What steps will reproduce the problem?
1. Launch
2. Select absolute encoder
3. Select incremental encoder

What is the expected output? What do you see instead?
Incremental encoder won't display.

Please use labels and text to provide additional information.

There's also an issue where neither incremental/absolute are selected on launch.

Original issue reported on code.google.com by shimniok on 25 Oct 2010 at 8:23

Image export not scaled correctly

What steps will reproduce the problem?
1. Export...
2. view image file in external editor

What is the expected output? What do you see instead?
Encoder should be scaled to full size of image. It isn't.

Please use labels and text to provide additional information.
Problem with scaling within EncoderPanel

Original issue reported on code.google.com by shimniok on 15 Oct 2010 at 3:04

Windows: menu icons and mnemonics

Describe the detailed feature you want?
add proper icons and mnemonics to menus for Windows

Original issue reported on code.google.com by shimniok on 16 Oct 2010 at 5:27

Fix absolute, gray code pattern

Gray code pattern, inner two tracks are wrong.  Oops.  I am so embarrassed...

Original issue reported on code.google.com by shimniok on 25 Oct 2010 at 3:46

File Chooser not consistent with OS X look and feel

What steps will reproduce the problem?
1. Select Save or Save As

What is the expected output? What do you see instead?
Missing icons on left bar; missing view selector (icons, details, etc)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 14 Oct 2010 at 2:29

Menu bar inconsistent with Mac look and feel

What steps will reproduce the problem?
1.launch app

What is the expected output? What do you see instead?
menu bar appears in application window instead of at top of screen on Mac.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 8 Oct 2010 at 3:22

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.