diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-05 17:47:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-05 17:47:20 -0400 |
| commit | 753f4316e23239c62d510240372d9a8cbba5e0f0 (patch) | |
| tree | 999852469320f98ef6a241db3117520256b2afc6 | |
| parent | ae0246d6a72eeb28e6e89dfb7beb747f04441f1d (diff) | |
Removed the GTK+ indefinite progressbar TODO; the choppiness is correct for GTK+ <= 3.10: http://blogs.gnome.org/mclasen/2013/11/10/smooth-progress/ - mclasen and Company suggest timing with the frame, but this blog post says this will be automatic in 3.12+, so we're good.
| -rw-r--r-- | todo.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ super ultra important things: - this also happens in real windows (press the windows key to open the start menu); there's something I'm not handling and I'm not sure what it is - oh hey would you look at that http://blogs.msdn.com/b/oldnewthing/archive/2014/05/21/10527168.aspx how timely - part 2 http://blogs.msdn.com/b/oldnewthing/archive/2014/05/22/10527522.aspx -- GTK+ indefinite progress bar animation is choppy: make sure the speed we have now is the conventional speed for GTK+ programs (HIG doesn't list any) and that the choppiness is correct - Message boxes that belong to agiven parent are still application-modal on all platforms except Mac OS X because the whole system waits... we'll need to use a channel for this, I guess :S - [12:55] <myklgo> pietro10: I meant to mention: 1073): Gtk-WARNING **: Theme parsing error: gtk.css:72:20: Not using units is deprecated. Assuming 'px'. twice. |
