summaryrefslogtreecommitdiff
path: root/ui/qt/QtShark.pro
AgeCommit message (Expand)AuthorFilesLines
2013-02-10Use the same destination directory everywhere. If we're building an NSISGerald Combs1-6/+11
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 ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs1-1/+4
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-26/+34
2013-02-02Reflect recent.c moving from the top-level directory to the uiGuy Harris1-1/+0
2013-02-01Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs1-3/+6
2013-01-31Use the name "Wireshark" instead of "qtshark" on OS X.Gerald Combs1-1/+6
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-5/+6
2013-01-23Add column preferences.Gerald Combs1-3/+6
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs1-4/+8
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-3/+6
2013-01-18Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs1-2/+1
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-3/+6
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-3/+5
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-0/+3
2012-12-21Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs1-8/+13
2012-12-19Try using the system-supplied zlib on OS X.Gerald Combs1-3/+5
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs1-3/+5
2012-12-15Link qtshark with libui_dirty on unix.Evan Huus1-1/+1
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-3/+6
2012-11-22Add cfutils.c + capture_unix_ifnames.c + SystemConfiguration. Sort ourGerald Combs1-8/+11
2012-11-19Attempt to fix the Windows Qt builds.Jeff Morriss1-0/+1
2012-11-05Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs1-3/+6
2012-11-01Add a print dialog to the Qt UI. Add support for null page element Gerald Combs1-3/+6
2012-10-24Disable Auto-generate *.qm file (Need some work...)Alexis La Goutte1-2/+2
2012-10-21Include ui/win32/console_win32.c.Guy Harris1-0/+1
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-3/+6
2012-10-16Use $${INSTALL_DIR} instead of wireshark-gtk2.Gerald Combs1-1/+1
2012-10-15Try a experimental gtk3 buildAnders Broman1-0/+1
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs1-3/+8
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs1-1/+1
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-70/+65
2012-10-06Get QMake to build our .qm files.Gerald Combs1-0/+22
2012-10-02Move the main window slots to main_window_slots.cpp.Gerald Combs1-0/+1
2012-10-01Implement file sets.Gerald Combs1-3/+4
2012-10-01There is no longer the need to define HAVE_CONFIG_H.Jeff Morriss1-1/+1
2012-09-19Use guilibsdll and htmlhelp.lib in the Qt build.Gerald Combs1-1/+1
2012-09-17Add a text import dialog. Use libui.Gerald Combs1-6/+10
2012-09-05The Qt documentation is mysteriously silent about where qmake can findGerald Combs1-4/+4
2012-08-17Lay out the welcome screen using Qt Designer.Gerald Combs1-1/+2
2012-08-16Copy over the C runtime DLLs if MSVCR_DLL is defined.Gerald Combs1-0/+4
2012-08-14Copy the QtCore and QtGui DLLs to the Qt staging directory.Gerald Combs1-0/+10
2012-08-14Don't copy over the entire contents of the GnuTLS bin directory. MoveGerald Combs1-2/+2
2012-08-13Include console.lua with the build.Gerald Combs1-2/+6
2012-08-06Add Id header (and the standard copyright headers) to some files.Jörg Mayer1-0/+23
2012-08-06Fix Unknown test function: packagesExist when launch qmake QtShark.proAlexis La Goutte1-0/+19
2012-08-04Qt Creator put sparkline_delegate.{cpp,h} in their own special sections.Gerald Combs1-10/+6
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-2/+12
2012-08-02Pick up PortAudio dynamically.Gerald Combs1-1/+5