aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2013-04-05Add checkbox for the direction indication to the "Import from Hex Dump" dialog.Irene RĂ¼ngeler3-0/+23
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-02Only enable Edit->Packet Comment... if we can save the file withoutGuy Harris1-1/+1
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-35/+9
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-6/+1
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-25/+33
2013-04-01Add a setTitlebarForCaptureInProgress() method to MainWindow, and use itGuy Harris3-1/+21
2013-03-31Add a setTitlebarForCaptureFile() and have it set the titlebar and theGuy Harris3-4/+22
2013-03-31Rename set_display_filename() to set_titlebar_for_capture_file(), asGuy Harris2-2/+3
2013-03-31Make the menu item for importing a hex dump text file be "Import fromGuy Harris6-8/+8
2013-03-26More icon updates. Gerald Combs1-2/+2
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs8-9/+43
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss1-1/+1
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
2013-02-20Only call create_app_running_mutex on Windows.Gerald Combs1-0/+3
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2013-02-14main_window_slots.cpp includes ui_main_window.h, so make sure we buildGuy Harris1-1/+1
2013-02-10Use the same destination directory everywhere. If we're building an NSISGerald Combs1-6/+11
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris2-12/+12
2013-02-09Fix EXTRA_BINFILES for CMake + OS X.Gerald Combs1-1/+1
2013-02-09Try to figure out if we built the rest of the project using Autotools orGerald Combs1-3/+25
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs4-17/+102
2013-02-08Add module_preferences_scroll_area.*.Gerald Combs3-0/+9
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs6-39/+664
2013-02-06Remove some unnecessary definitions.Gerald Combs1-3/+0
2013-02-06Add filter expressions frame entries.Gerald Combs3-0/+9
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs19-83/+747
2013-02-05Prettify Qt build output.Gerald Combs1-3/+18
2013-02-03Sigh. At least on my Fedora 16 with KDE, the Qt 4 versions of uic andGuy Harris1-3/+3
2013-02-02Reflect recent.c moving from the top-level directory to the uiGuy Harris1-1/+0
2013-02-02Move the GUI-independent window geometry stuff to ui/recent.c, so weGuy Harris1-128/+0
2013-02-02In Qt 4, C strings are, by default, treated as 7-bit ASCII whenGuy Harris1-0/+7
2013-02-01Fix [ 68%] Building CXX object ui/qt/CMakeFiles/qtui.dir/font_color_preferenc...Alexis La Goutte1-1/+1
2013-02-01Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs10-11/+376
2013-01-31Use the name "Wireshark" instead of "qtshark" on OS X.Gerald Combs1-1/+6
2013-01-30Copy over r47277 from ui/gtk.Gerald Combs1-1/+7
2013-01-24Add back the X11 substitutes.Gerald Combs1-3/+3
2013-01-24Clean up font initialization a bit.Gerald Combs1-20/+18
2013-01-24Separate Time Shift item from Time Reference items. From Cal Turney viaChris Maynard1-0/+1
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs17-311/+666
2013-01-23Update our column information even if we don't have a capture file loaded.Gerald Combs1-5/+3
2013-01-23Add column preferences.Gerald Combs14-10/+663
2013-01-22GTK+:Gerald Combs4-1/+157
2013-01-22For menu consistency and shortcut simplification, change some "Ignore" relate...Chris Maynard1-2/+2
2013-01-21Update the ignore shortcuts to match r47194.Gerald Combs1-3/+3
2013-01-21And (Q_)init resources (otherwise the images don't display when build with CM...Alexis La Goutte1-0/+1
2013-01-21Add UI_FILES list (more easy to use when add a new ui files...)Alexis La Goutte2-16/+23
2013-01-21Add layout.qrc to QRC_FILES (otherwise it is not include to compressed source...Alexis La Goutte1-0/+1