Fix a comparison.
[metze/wireshark/wip.git] / ui / qt / main_window.cpp
2013-10-30 Gerald CombsFix a comparison.
2013-10-30 Gerald CombsAdd initial support for geometry settings in the main...
2013-10-14 Gerald CombsPacketList and ProtoTree need access to MainWindow...
2013-10-11 Gerald CombsTry to fix Qt compilation when libpcap is disabled.
2013-10-11 Gerald CombsRemove GTK+ and global cfile dependencies from file_dlg...
2013-10-05 Gerald CombsFix the white-rectangle-at-startup artifact with the...
2013-09-25 Gerald CombsDelete extra_split if we're not using it. This keeps...
2013-09-11 Gerald CombsMove a lot of includes from follow_stream_dialog.h to
2013-09-09 Alexis La GoutteFrom Thomas ERSFELD (GSoC13)
2013-09-03 Evan HuusRespect the other layout preference in qtshark: which...
2013-09-03 Jörg MayerFix for
2013-09-03 Evan HuusCorrectly update the pane layout whenever the preferenc...
2013-09-03 Evan HuusSeparate window creation from the laying out of the...
2013-09-03 Evan HuusParent the list, tree and byte panes from the main...
2013-09-02 Evan HuusRespect the layout preference (just the horizontal...
2013-08-23 Gerald CombsWhen we close a main window, delete the welcome screen...
2013-08-08 Gerald CombsAdd initial capture filter support.
2013-07-15 Gerald CombsSet the menuRole for actionCaptureOptions to NoRole...
2013-07-09 Alexis La GoutteFrom Thomas ERSFELD (GSOC13) via https://bugs.wireshark...
2013-06-13 Gerald CombsOn OS X set the toolbar icon size to match our current...
2013-06-10 Gerald CombsCheck for QtMacExtras, and if we have it use it to...
2013-05-22 Guy HarrisMore capture_options -> capture_session changes.
2013-05-20 Alexis La GoutteFrom Richard Turner via https://bugs.wireshark.org...
2013-05-20 Alexis La GoutteFrom report of mot990-8omk7tp8mio8ro via https://bugs...
2013-05-13 Alexis La GoutteAdd Some missing text to translate
2013-04-24 Jörg MayerThe porting guide for Qt5 requires that Q_OS_ be used...
2013-04-02 Guy HarrisOK, if we're setting the file path for the window ...
2013-04-02 Guy HarrisRename cf_not_saved() to cf_has_unsaved_data() to clari...
2013-04-01 Guy HarrisAdd routines to file.c to indicate whether:
2013-04-01 Guy HarrisAdd a setTitlebarForCaptureInProgress() method to MainW...
2013-03-31 Guy HarrisAdd a setTitlebarForCaptureFile() and have it set the...
2013-03-31 Guy HarrisRename set_display_filename() to set_titlebar_for_captu...
2013-03-06 Gerald CombsAdd support for software updates. Remove qtshark.rc...
2013-02-06 Gerald CombsAdd Filter Expressions^WButton^WShortcut^WBookmark...
2013-01-23 Gerald CombsAdd column preferences.
2013-01-18 Gerald CombsRename the "saved_val" preference element to "stashed_v...
2012-12-29 Gerald CombsRemove some duplicate code from ui/profile.c and move...
2012-12-18 Gerald CombsAdd an AccordionFrame class which can animate showing...
2012-12-17 Gerald CombsImplement the frame mark, ignore, and time reference...
2012-12-15 Gerald CombsRename the search type menu items to more accurately...
2012-12-07 Gerald CombsImplement the items under "Edit→Copy", "Analyze→Apply...
2012-12-04 Gerald CombsFix up a comment.
2012-12-04 Gerald CombsReplace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in...
2012-12-04 Gerald CombsRename utilityToolBar to displayFilterToolbar and move...
2012-12-03 Gerald CombsUpdate the interface list to reflect the recent interfa...
2012-11-01 Gerald CombsEnable and disable the File→Print and Go menu items...
2012-10-30 Gerald CombsUpdate the Qt byte view widget to reflect the recent...
2012-10-18 Gerald CombsMove ui-independent object export routines to the commo...
2012-10-16 Gerald CombsAdd "Export Packet Bytes".
2012-10-13 Evan HuusReduce variable scopes where possible.
2012-10-13 Gerald CombsFix Windows compilation problems from r45513. #ifdef...
2012-10-12 Gerald CombsAdd a packet format group box, similar to the packet...
2012-10-08 Gerald CombsAdd a PacketRangeGroupBox widget. Use it to implement...
2012-10-04 Guy HarrisFix tpyo.
2012-10-04 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-10-02 Gerald CombsMove the main window slots to main_window_slots.cpp.
2012-10-01 Gerald CombsDon't bother setting a background gradient in the toolb...
2012-10-01 Gerald CombsImplement file sets.
2012-09-26 Gerald CombsFix compilation on Windows.
2012-09-26 Gerald CombsImplement "Save" and "Save As".
2012-09-25 Alexis La GoutteUse "common help_url function" for qtshark
2012-09-18 Gerald CombsRemove a debugging mesage.
2012-09-18 Gerald Combsimport_text_dialog.cpp: Use the common help URL routines.
2012-09-17 Gerald CombsAdd a text import dialog. Use libui.
2012-09-10 Gerald CombsShow our packets after we've loaded a file.
2012-09-06 Gerald CombsImplement File→Merge.
2012-09-04 Alexis La GoutteAdd modelines for Qtshark file
2012-09-01 Evan HuusTemporarilly comment out param names while they're...
2012-09-01 Evan HuusFix part of build on latest GCC.
2012-08-31 Gerald CombsDon't try to read from our input pipe on Windows after...
2012-08-31 Gerald CombsConnect and disconnect our signals correctly.
2012-08-31 Gerald CombsFix compilation on Windows.
2012-08-31 Gerald CombsInitialize a variable so that we can quit. Remove some...
2012-08-31 Gerald CombsIt ain't Wireshark unless we can capture.
2012-08-31 Alexis La GoutteFile => Open (Ctrl+O) on Qtshark (broke with last chang...
2012-08-23 Gerald CombsCatch key events where needed and direct them to the...
2012-08-22 Gerald CombsHandle return/enter/escape in the Go to Packet QLineEdit.
2012-08-21 Gerald CombsFix compilation.
2012-08-20 Gerald CombsRestore the previous focus when we're done going to...
2012-08-20 Gerald CombsStylize the "go to packet" bar.
2012-08-20 Gerald CombsBasic "Go to Packet" implementation.
2012-08-17 Gerald CombsMore welcome screen layout updates. Instantiate the...
2012-08-17 Gerald CombsLay out the welcome screen using Qt Designer.
2012-08-14 Gerald CombsProperly enable and disable "View/Expand Subtrees"...
2012-08-14 Gerald CombsAdd a "View" menu along with actions+slots for expandin...
2012-08-14 Gerald CombsMinor cleanup: Get rid of unnecessary signal+slot custo...
2012-08-13 Gerald CombsAdd keyboard shortcuts for the packet list.
2012-07-31 Gerald CombsAdd an expert level indicator. Move a bunch of resource...
2012-07-25 Alexis La GoutteAdd some link (URL) to Help Menu in QtShark
2012-07-19 Gerald CombsTry to fix compilation on non-Windows systems.
2012-07-19 Gerald CombsPass {delayed_}create_progress_dlg a pointer the top...
2012-07-18 Gerald CombsUpdate qtshark to match the recent file dialog changes.
2012-07-12 Gerald CombsUse win32_open_file in qtshark on Windows.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-23 Guy HarrisIn Windows, in the Save As and Export Selected Packets...
2012-03-16 Alexis La GoutteFix some Gui Text not translate and update french trans...
2012-03-07 Jörg MayerComment fix: i10n -> i18n
2012-03-07 Alexis La GoutteAdd i18n to QtShark
2012-01-27 Alexis La GoutteFix
2012-01-24 Guy HarrisUse wtap_get_file_extensions_list(), and prepare to use
next