aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/progress_bar.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-01More style tweaks.gerald1-1/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44189 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-01Adjust the text size on OS X. This introduces an artifact that affectsgerald1-0/+12
the expert indicator. Maybe we should use SVG icons instead of PNGs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44176 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-19Remove some debugging statements. Fix the fade-in animation.gerald1-10/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43835 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowgerald1-0/+145
so that we can properly associate a widget with create, update, and destroy events. Only used by Qt so far but it should be easy enough to add to GTK+. Rename ui/qt/progress_dialog.{h,cpp} to progress_bar.{h,cpp}. Show a progress bar in the status bar of the main window instead of creating a separate dialog. Note that we still need to add a "cancel" mechanism and display the task and item titles somewhere. Thus began the War Against Gratuitous Dialogs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43833 f5534014-38df-0310-8fa8-9805f1628bb7