aboutsummaryrefslogtreecommitdiffstats
path: root/ui/progress_dlg.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
| | | | | | | | | | (Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus2013-04-261-2/+2
| | | | svn path=/trunk/; revision=49053
* Add Modelines info for new common ui source file(s)Alexis La Goutte2012-10-241-0/+13
| | | | svn path=/trunk/; revision=45767
* Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs2012-07-191-17/+21
| | | | | | | | | | | | | | | 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. svn path=/trunk/; revision=43833
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
| | | | | | (COPYING will be updated in next commit) svn path=/trunk/; revision=43536
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-0/+102
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529