summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-7/+7
2013-02-08Add module_preferences_scroll_area.*.Gerald Combs1-0/+4
2013-02-06Add filter expressions frame entries.Gerald Combs1-0/+4
2013-02-01Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs1-0/+4
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-2/+4
2013-01-23Add column preferences.Gerald Combs1-0/+4
2013-01-21Add UI_FILES list (more easy to use when add a new ui files...)Alexis La Goutte1-0/+22
2013-01-21Add layout.qrc to QRC_FILES (otherwise it is not include to compressed source...Alexis La Goutte1-0/+1
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs1-0/+3
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-0/+3
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-0/+3
2012-12-31It might help for the Qt version of Wireshark to link against the QtGerald Combs1-4/+5
2012-12-31Update Makefile to add packet_comment_dialog filesAlexis La Goutte1-0/+2
2012-12-29Add profile_dialog.Gerald Combs1-0/+3
2012-12-23Add ui_packet_comment_dialog.h and ui_time_shift_dialog.h.Gerald Combs1-1/+3
2012-12-23Add the time shift dialog.Gerald Combs1-0/+2
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs1-0/+2
2012-12-15Add a missing backslash.Gerald Combs1-1/+1
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-0/+3
2012-12-05Add some generated header files to GENERATED_NODIST_HEADER_FILES (to fixJeff Morriss1-0/+3
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte1-0/+15
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte1-1/+6
2012-11-05Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs1-1/+4
2012-11-01Add a print dialog to the Qt UI. Add support for null page element Gerald Combs1-1/+4
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs1-0/+4
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-1/+7
2012-10-02Move the main window slots to main_window_slots.cpp.Gerald Combs1-0/+1
2012-10-01Implement file sets.Gerald Combs1-2/+2
2012-09-15Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want toGuy Harris1-4/+1
2012-08-18ui_main_welcome.h is another file generated by uic, so list it inGuy Harris1-0/+1
2012-08-04Try to copy over the changes to QtShark.pro to automake and cmake.Jörg Mayer1-0/+2
2012-08-01Make the changes of r44165 build with autofoo and cmake as wellJörg Mayer1-2/+3
2012-07-31(Attempt to) reflect the file moves from r44165.Jeff Morriss1-17/+0
2012-07-19Reflect the name change of progress_dialog.{cpp,h} to progress_bar.{cpp,h}.Guy Harris1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15Don't install the Qt resource images. They get converted to C arrays inGerald Combs1-0/+18
2012-03-19We don't use a GENERATED_H_FILES macro anywhere else, we useGuy Harris1-6/+1
2012-03-19Don't distribute the output of various Qt preprocessing tools. We don'tGuy Harris1-2/+19
2012-03-19Another generated file.Guy Harris1-1/+2
2012-03-19Call the UI library in the Qt directory libqtui, not libui, to match theGuy Harris1-4/+8
2012-03-18Add automake support for Qt - use --with-qt as a configure scriptGuy Harris1-0/+134