aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/progress_frame.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-16/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-17Qt: Simplify some version checks.Gerald Combs1-6/+6
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke1-1/+1
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2016-07-22Qt: Don't force a repaint in update_progress_dlg.Gerald Combs1-3/+0
2016-07-19Qt: Fix Windows taskbar progress behavior.Gerald Combs1-2/+3
2016-07-16Use timers instead of packet counts to update our UI.Gerald Combs1-8/+0
2016-03-21Qt: Normalize timerEventsGerald Combs1-0/+2
2016-02-16const gpointer -> gconstpointerJoão Valverde1-2/+3
2015-09-24UI QT: fix unused variable 'show_delay_' errorJuan Matias1-0/+3
2015-09-18Sync GTK+ and Qt progress timer logic.Gerald Combs1-4/+4
2015-09-18When we're updating the progress bar, ask that it be updated (redrawn) too.Jeff Morriss1-0/+3
2015-09-17Qt: Add an event processing timer.Gerald Combs1-1/+8
2015-09-11Fix a bunch of leaks found by Valgrind.Gerald Combs1-9/+14
2015-09-11Make StockIconToolButton independent.Gerald Combs1-19/+13
2015-08-28Don't show a progress frame if our file was closed.Gerald Combs1-0/+12
2015-08-26Add per-dialog progress frames.Gerald Combs1-9/+62
2015-07-20show_timer_ isn't used on OS X with Qt < 5.0.0.Guy Harris1-0/+2
2015-07-20Add general a busy progress indicator.Gerald Combs1-0/+266