aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-21Add layout.qrc to CMake BuildAlexis La Goutte1-0/+1
2013-01-21Modify name of Preferences windowAlexis La Goutte1-1/+1
2013-01-21Add layout_preferences_frame.ui.Gerald Combs1-0/+1
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs11-10/+728
2013-01-20Update French translations with last change and update of QtsharkAlexis La Goutte3-193/+2108
2013-01-20tr() not work with #defineAlexis La Goutte1-6/+5
2013-01-20Add Some missing text to translateAlexis La Goutte4-21/+21
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs10-12/+527
2013-01-18Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs1-2/+1
2013-01-18Add more AirPcap code, disabled for now.Gerald Combs1-0/+8
2013-01-18Don't call prefs_airpcap_update() for now. Remove some debugging code.Gerald Combs1-1/+1
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs10-55/+222