cppcheck/gui
Kimmo Varis 643d400716 GUI: Refactoring progress/finished handling.
Progress signal had also item count with it and then the handler determined
that check is ready when max count of progress was done. Also progressbar
was practically reset in every progress signal. This was simply fragile
code.

After this patch progress signal has only the current progress count. Total
count of items is given when initializing the checking. And there is
separate function for handling check finishing.

This also fixes the bug that progressbar was not hidden after checking
or when interrupting the checking.
2010-07-04 18:54:41 +03:00
..
images GUI: Add new toolbar for error/warning categories. 2010-07-03 14:19:02 +03:00
about.ui Gui: Update year in about dialog to 2010. 2010-01-17 20:41:26 +02:00
aboutdialog.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
aboutdialog.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
application.ui eliedebrauwer: fix typo (#755) 2009-10-01 18:01:54 +02:00
applicationdialog.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
applicationdialog.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
applicationlist.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
applicationlist.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkthread.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkthread.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
common.h GUI: Refactoring toolbar member names to be more consistent. 2010-07-03 20:03:53 +03:00
cppcheck-gui.rc Fix Windows GUI resource file. 2009-12-19 16:53:47 +02:00
cppcheck.ico GUI: Add application icon for Windows. 2009-05-28 17:54:07 +03:00
cppcheck_de.ts GUI: Fixup TS translation files after they got messed up earlier. 2010-07-04 01:15:09 +03:00
cppcheck_en.ts GUI: Fixup TS translation files after they got messed up earlier. 2010-07-04 01:15:09 +03:00
cppcheck_fi.ts GUI: Fixup TS translation files after they got messed up earlier. 2010-07-04 01:15:09 +03:00
cppcheck_fr.ts Added french translation 2010-06-04 06:57:21 +02:00
cppcheck_nl.ts GUI: Fixup TS translation files after they got messed up earlier. 2010-07-04 01:15:09 +03:00
cppcheck_pl.ts GUI: Fixup TS translation files after they got messed up earlier. 2010-07-04 01:15:09 +03:00
cppcheck_ru.ts GUI: Fixup TS translation files after they got messed up earlier. 2010-07-04 01:15:09 +03:00
cppcheck_se.ts GUI: Fixup TS translation files after they got messed up earlier. 2010-07-04 01:15:09 +03:00
csvreport.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
csvreport.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
file.ui Fileview dialogs now use Qt Designer ui files. 2009-07-02 19:46:26 +03:00
fileviewdialog.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
fileviewdialog.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
gui.cppcheck GUI: Remove code for automatic deallocated classes. 2010-07-04 00:15:19 +03:00
gui.pro GUI: Remove tabs from project file. 2010-02-27 21:38:39 +02:00
gui.qrc GUI: Add new toolbar for error/warning categories. 2010-07-03 14:19:02 +03:00
icon.png renamed the logo files to icon instead 2009-05-25 18:54:15 +02:00
icon.svg renamed the logo files to icon instead 2009-05-25 18:54:15 +02:00
main.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
main.ui GUI: Change UI file to LF EOLs. 2010-07-03 20:29:09 +03:00
mainwindow.cpp GUI: Refactoring progress/finished handling. 2010-07-04 18:54:41 +03:00
mainwindow.h GUI: Refactoring toolbar member names to be more consistent. 2010-07-03 20:03:53 +03:00
projectfile.cpp GUI: Remove code for automatic deallocated classes. 2010-07-04 00:15:19 +03:00
projectfile.h GUI: Remove code for automatic deallocated classes. 2010-07-04 00:15:19 +03:00
projectfile.txt Fixed #1698 (Add define support to GUI) 2010-05-20 07:22:19 +02:00
report.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
report.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
resultstree.cpp GUI: Remove remains of "possible error". 2010-07-03 12:58:56 +03:00
resultstree.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
resultsview.cpp GUI: Refactoring progress/finished handling. 2010-07-04 18:54:41 +03:00
resultsview.h GUI: Refactoring progress/finished handling. 2010-07-04 18:54:41 +03:00
resultsview.ui Fix EOL style for gui/resultsview.ui that got converted to Windows style. 2009-07-03 13:44:45 +03:00
settings.ui GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
settingsdialog.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
settingsdialog.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
threadhandler.cpp GUI: Refactoring progress/finished handling. 2010-07-04 18:54:41 +03:00
threadhandler.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
threadresult.cpp GUI: Refactoring progress/finished handling. 2010-07-04 18:54:41 +03:00
threadresult.h GUI: Refactoring progress/finished handling. 2010-07-04 18:54:41 +03:00
translationhandler.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
translationhandler.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
txtreport.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
txtreport.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
xmlreport.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
xmlreport.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00