summaryrefslogtreecommitdiff
path: root/ui/qt/progress_bar.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Windows Qt: Add taskbar progress supportGerald Combs1-3/+33
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Include ui/progress_dlg.h to get the declaration ofGuy Harris1-0/+2
2014-01-14#if 0 out an unused routine.Guy Harris1-0/+2
2013-10-31Set the progress bar animation behavior to match other parts of theGerald Combs1-1/+2
2013-09-03Add a note about making the behavior more native on Windows and OS X.Gerald Combs1-0/+4
2013-09-03Use more consistent naming.Gerald Combs1-8/+8
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-2/+2
2012-10-26Minor cleanup.Gerald Combs1-4/+2
2012-10-13Always initiailize member variables in constructors, even if it's just to NULL.Evan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-08-01More style tweaks.Gerald Combs1-1/+8
2012-08-01Adjust the text size on OS X. This introduces an artifact that affectsGerald Combs1-0/+12
2012-07-19Remove some debugging statements. Fix the fade-in animation.Gerald Combs1-10/+9
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-0/+145