aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
Commit message (Expand)AuthorAgeFilesLines
* More icon updates. Gerald Combs2013-03-261-2/+2
* Add support for software updates. Remove qtshark.rc and useGerald Combs2013-03-068-9/+43
* Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss2013-03-051-1/+1
* Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard2013-03-051-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-0/+1
* Only call create_app_running_mutex on Windows.Gerald Combs2013-02-201-0/+3
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+1
* main_window_slots.cpp includes ui_main_window.h, so make sure we buildGuy Harris2013-02-141-1/+1
* Use the same destination directory everywhere. If we're building an NSISGerald Combs2013-02-101-6/+11
* Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris2013-02-092-12/+12
* Fix EXTRA_BINFILES for CMake + OS X.Gerald Combs2013-02-091-1/+1
* Try to figure out if we built the rest of the project using Autotools orGerald Combs2013-02-091-3/+25
* Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs2013-02-084-17/+102
* Add module_preferences_scroll_area.*.Gerald Combs2013-02-083-0/+9
* Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs2013-02-086-39/+664
* Remove some unnecessary definitions.Gerald Combs2013-02-061-3/+0
* Add filter expressions frame entries.Gerald Combs2013-02-063-0/+9
* Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs2013-02-0619-83/+747
* Prettify Qt build output.Gerald Combs2013-02-051-3/+18
* Sigh. At least on my Fedora 16 with KDE, the Qt 4 versions of uic andGuy Harris2013-02-031-3/+3
* Reflect recent.c moving from the top-level directory to the uiGuy Harris2013-02-021-1/+0
* Move the GUI-independent window geometry stuff to ui/recent.c, so weGuy Harris2013-02-021-128/+0
* In Qt 4, C strings are, by default, treated as 7-bit ASCII whenGuy Harris2013-02-021-0/+7
* Fix [ 68%] Building CXX object ui/qt/CMakeFiles/qtui.dir/font_color_preferenc...Alexis La Goutte2013-02-011-1/+1
* Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs2013-02-0110-11/+376
* Use the name "Wireshark" instead of "qtshark" on OS X.Gerald Combs2013-01-311-1/+6
* Copy over r47277 from ui/gtk.Gerald Combs2013-01-301-1/+7
* Add back the X11 substitutes.Gerald Combs2013-01-241-3/+3
* Clean up font initialization a bit.Gerald Combs2013-01-241-20/+18
* Separate Time Shift item from Time Reference items. From Cal Turney viaChris Maynard2013-01-241-0/+1
* Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs2013-01-2417-311/+666
* Update our column information even if we don't have a capture file loaded.Gerald Combs2013-01-231-5/+3
* Add column preferences.Gerald Combs2013-01-2314-10/+663
* GTK+:Gerald Combs2013-01-224-1/+157
* For menu consistency and shortcut simplification, change some "Ignore" relate...Chris Maynard2013-01-221-2/+2
* Update the ignore shortcuts to match r47194.Gerald Combs2013-01-211-3/+3
* And (Q_)init resources (otherwise the images don't display when build with CM...Alexis La Goutte2013-01-211-0/+1
* Add UI_FILES list (more easy to use when add a new ui files...)Alexis La Goutte2013-01-212-16/+23
* Add layout.qrc to QRC_FILES (otherwise it is not include to compressed source...Alexis La Goutte2013-01-211-0/+1
* Add layout.qrc to CMake BuildAlexis La Goutte2013-01-211-0/+1
* Modify name of Preferences windowAlexis La Goutte2013-01-211-1/+1
* Add layout_preferences_frame.ui.Gerald Combs2013-01-211-0/+1
* Add an initial layout preference pane. Set SVN properties.Gerald Combs2013-01-2111-10/+728
* Update French translations with last change and update of QtsharkAlexis La Goutte2013-01-203-193/+2108
* tr() not work with #defineAlexis La Goutte2013-01-201-6/+5
* Add Some missing text to translateAlexis La Goutte2013-01-204-21/+21
* Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs2013-01-1910-12/+527
* Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs2013-01-181-2/+1
* Add more AirPcap code, disabled for now.Gerald Combs2013-01-181-0/+8
* Don't call prefs_airpcap_update() for now. Remove some debugging code.Gerald Combs2013-01-181-1/+1