summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-1/+0
2013-11-10Use the correct event filter.Gerald Combs1-1/+1
2013-10-31Try to make the animation a little more natural.Gerald Combs1-0/+2
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs1-3/+5
2013-10-30Fix maximized geometry behavior on non-OS X systems.Gerald Combs1-5/+5
2013-10-30Fix a comparison.Gerald Combs1-1/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-13/+89
2013-10-14PacketList and ProtoTree need access to MainWindow at initializationGerald Combs1-6/+2
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-2/+4
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs1-1/+2
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs1-6/+13
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs1-3/+1
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs1-0/+2
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+36
2013-09-03Respect the other layout preference in qtshark: which pane goes in which spot.Evan Huus1-0/+16
2013-09-03Fix forJörg Mayer1-2/+2
2013-09-03Correctly update the pane layout whenever the preferences are changed, you noEvan Huus1-77/+2
2013-09-03Separate window creation from the laying out of the list/tree/byte panes. ThisEvan Huus1-15/+22
2013-09-03Parent the list, tree and byte panes from the main UI rather than theEvan Huus1-4/+4
2013-09-02Respect the layout preference (just the horizontal/vertical splitting of theEvan Huus1-24/+87
2013-08-23When we close a main window, delete the welcome screen, which in turnGerald Combs1-0/+3
2013-08-08Add initial capture filter support.Gerald Combs1-1/+10
2013-07-15Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs1-5/+3
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-2/+24
2013-06-13On OS X set the toolbar icon size to match our current icons.Gerald Combs1-1/+2
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs1-2/+12
2013-05-22More capture_options -> capture_session changes.Guy Harris1-14/+15
2013-05-20From Richard Turner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Alexis La Goutte1-25/+42
2013-05-20From report of mot990-8omk7tp8mio8ro via https://bugs.wireshark.org/bugzilla/...Alexis La Goutte1-0/+5
2013-05-13Add Some missing text to translateAlexis La Goutte1-4/+4
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-1/+1
2013-04-02OK, if we're setting the file path for the window - which we want to do,Guy Harris1-7/+60
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris1-3/+3
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-35/+9
2013-04-01Add a setTitlebarForCaptureInProgress() method to MainWindow, and use itGuy Harris1-0/+14
2013-03-31Add a setTitlebarForCaptureFile() and have it set the titlebar and theGuy Harris1-2/+20
2013-03-31Rename set_display_filename() to set_titlebar_for_capture_file(), asGuy Harris1-1/+2
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs1-0/+7
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-1/+6
2013-01-23Add column preferences.Gerald Combs1-0/+2
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-1/+3
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-0/+4
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs1-13/+0
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs1-0/+6
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-18/+17
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs1-11/+13
2012-12-04Fix up a comment.Gerald Combs1-2/+1
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs1-3/+2
2012-12-04Rename utilityToolBar to displayFilterToolbar and move the displayGerald Combs1-4/+22