aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-2/+2
2012-03-30gcc 4.7 would complain that the getopt stuff was not declared.Jörg Mayer1-17/+19
2012-03-25Give qmake a VERSION it will accept.Gerald Combs1-2/+2
2012-03-25Fix the Qt build for Win64.Gerald Combs1-2/+6
2012-03-19We don't use a GENERATED_H_FILES macro anywhere else, we useGuy Harris2-9/+4
2012-03-19Remove the generated-but-not-distributed source files on "makeGuy Harris1-0/+3
2012-03-19Add main.cpp as an EXTRA_DIST file; for now, we don't build it as partGuy Harris1-0/+1
2012-03-19Don't distribute the output of various Qt preprocessing tools. We don'tGuy Harris2-3/+27
2012-03-19Another generated file.Guy Harris1-1/+2
2012-03-19Get rid of blank line at the end.Guy Harris1-1/+0
2012-03-19Call the UI library in the Qt directory libqtui, not libui, to match theGuy Harris2-13/+19
2012-03-19Until someone creates a .vcproj file for QT, don't try to distribute it.Jeff Morriss1-2/+3
2012-03-19Add ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing gtk strings with qt)....Jeff Morriss1-0/+68
2012-03-18Add in the Makefile_custom.common file.Guy Harris1-0/+13
2012-03-18Add automake support for Qt - use --with-qt as a configure scriptGuy Harris2-0/+255
2012-03-16Fix some Gui Text not translate and update french translationAlexis La Goutte5-13/+33
2012-03-10Fix QtShark build after the move of alert_box.c in ui folderAlexis La Goutte1-1/+1
2012-03-07Comment fix: i10n -> i18nJörg Mayer1-1/+1
2012-03-07From Joerg MayerAlexis La Goutte2-0/+9
2012-03-07Add i18n to QtSharkAlexis La Goutte13-23/+284
2012-02-29Fix compile for QtShark (../../util.c => ../../ui/util.c)Alexis La Goutte1-1/+1
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-1/+1
2012-02-08When building QtShark on Windows: Don't (re)compile Wireshark .c filesBill Meier1-45/+56
2012-02-04Add the magic incantation to get icons into the cmake build.Jörg Mayer1-0/+4
2012-02-04Rename the binary Wireshark -> qtsharkJörg Mayer1-1/+1
2012-02-03Don't forget about the .qrc files.Jörg Mayer1-16/+19
2012-02-02Add a comment about automoc (but don't use it as this wouldJörg Mayer1-0/+5
2012-02-02Fix make install for qtshark.Jörg Mayer1-2/+7
2012-02-02Make out-of-tree builds work.Jörg Mayer1-0/+5
2012-02-02- Move setting _U_ into config.h, becauseJörg Mayer1-41/+6
2012-02-02Update svn:ignore for existing qtshark build processJörg Mayer1-0/+171
2012-02-01Fix some Windows qmake and Qt Wireshark build issues:Bill Meier1-44/+16
2012-02-01Fix a typoBill Meier1-1/+1
2012-01-30Compile .cpp files with CXXFLAGS the same as CFLAGS used for compiling .c files.Bill Meier1-2/+13
2012-01-30Rework Windows Wireshark Qt build configuration a bit:Bill Meier1-1/+67
2012-01-27FixAlexis La Goutte1-1/+1
2012-01-25The proper scope / spec name for OS X is "macx".Gerald Combs1-2/+2
2012-01-25Put back an "explicit" for now. I'm not sure it's necessary but QtGerald Combs1-3/+3
2012-01-25Add a comment discussing what it will take to have native file dialogsGerald Combs1-1/+25
2012-01-24Compile PortAudio if it's available.Gerald Combs1-12/+35
2012-01-24Use wtap_get_file_extensions_list(), and prepare to useGuy Harris1-1/+83
2012-01-21Fix -v for QtSharkAlexis La Goutte2-3/+64
2012-01-20Add more configuration information to config.pri which lets us removeGerald Combs1-14/+1
2012-01-20Try copying our plugins to an accessible directory. This assumes you've setGerald Combs1-15/+23
2012-01-20Remove or mark unused variables.Gerald Combs3-9/+14
2012-01-18Get rid of no-longer-applicable comments.Guy Harris1-8/+0
2012-01-18Get rid of some redeclarations, include "ui/recent_utils.h" to get thoseGuy Harris2-17/+1
2012-01-18Another fix for the move of recent.h.Guy Harris1-1/+1
2012-01-18Following the move of recent.*Alexis La Goutte1-6/+6
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris5-16/+15