Giter Club home page Giter Club logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Tillin9 fixed this issue, waiting on the commit changes... for now setting this 
issue
to fixed.

Original comment by [email protected] on 22 Apr 2008 at 5:36

  • Changed state: Fixed

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Don't set it to fixed until the code is tested and committed to trunk.

Original comment by [email protected] on 22 Apr 2008 at 6:07

  • Changed state: Started

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Transferring this to Tillin9 since okaygo said he's working on the fix.

Original comment by [email protected] on 22 Apr 2008 at 6:08

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Commit 271 addresses this. 

Everything seems to work fine, but I no longer have as many GoodNames. I don't 
see 
how my code could have caused this though.

Original comment by [email protected] on 22 Apr 2008 at 1:13

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Commit 272 fixes this, there was a collision as the Gtk GUI was updated 
inbetween 
my local branch and the svn that I didn't detected at first. Setting to fixed.

Original comment by [email protected] on 22 Apr 2008 at 1:58

  • Changed state: Fixed

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
This is a great feature, thanks for implementing it! I changed the filter so it
filters as the user types instead of requiring them to press enter.

I did hit one issue with the change. Call me crazy, but I can't type the letter 
'p'
into the filter textbox. It just won't appear. If I have time later, I'll try to
debug it. I've used GtkEntry's in other dialogs and never seen this problem...

Original comment by [email protected] on 22 Apr 2008 at 3:03

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I'm glad you like ti! The lowercase p is from SDL taking it for pause / 
continue. I 
suggest we might want to change that to another key combination. 

As far as types, I didn't do that since it takes a lot of CPU overhead, well, 
at 
least on my machine. Remember that since GtkTreeModelSort can't wrap 
GtkTreeModelFilter we need to manually copy the ROM list every time we filter. 
If 
you have the whole GoodROM set (which is why I added sorting and filtering to 
the 
GUI in the first place) this introduces noticeable slowdown.

Anyway... its trivial to change back and forth, and if users like it better, I 
have 
no problem.

Original comment by [email protected] on 22 Apr 2008 at 3:55

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
oh ouch, you're right, it's because I set 'p' as the gtk accelerator for
pause/continue. That sucks that gtk doesn't also forward the 'p' to the entry 
widget.
I'll need to look into working this out. Not being able to type 'p' into the 
filter
sucks.

Original comment by [email protected] on 22 Apr 2008 at 3:55

from mupen64plus.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
we should probably add a configuration switch to allow the user to set "live 
search"
or not.

Original comment by [email protected] on 22 Apr 2008 at 3:57

from mupen64plus.

Related Issues (20)

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.