kicad/cvpcb
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements.
The GTK+ file dialog is case sensitive however it does support regular
expressions.  Most of the file dialog wildcards are lower case so only
files with the lower case extensions will show up in the file dialog.
This code adds a method to convert file extensions of any case to the
appropriate (sch -> [sS][cC][hH]) regular expression on GTK+ builds so
all file extension case combinations will show up in the file dialog.

A note to developers: make sure to add a file extension when setting
when setting the default file argument.  If you do don't set an
extension, the GTK+ file dialog will happily append the regular
expression as the file extension which is surely not what you want.

There are still a few known places (mostly gerbview) where there are
some complex wildcard code that has not been converted.

Fixes lp:1720542

https://bugs.launchpad.net/kicad/+bug/1720542
2017-11-11 19:32:26 -05:00
..
dialogs GTK+ file dialog wildcard improvements. 2017-11-11 19:32:26 -05:00
CMakeLists.txt Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
autosel.cpp Cvpcb: auto-selection of footprints: better algo to find a candidate. 2017-06-10 19:02:00 +02:00
autosel.h Make footprint ID into a generic library ID. 2016-11-20 18:35:08 -05:00
cfg.cpp CvPcb, filtering fp list by wildcard: Remove dialog to enter the filtering pattern. Use a wxTextCtrl permanently shown in toolbar. The fplist is updated immediately after editing the pattern. 2016-02-25 14:57:59 +01:00
class_DisplayFootprintsFrame.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 2017-11-03 20:02:06 +01:00
class_DisplayFootprintsFrame.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
class_components_listbox.cpp CvPcb: serious code cleanup (work in progress): Remove dead or outdated code. Fix a lot of coding style issues. Use better code in many places. No new features. 2016-02-25 10:52:29 +01:00
class_footprints_listbox.cpp Fix crash in cvpcb when filtering by component with no components 2017-03-26 18:48:50 -04:00
class_library_listbox.cpp CvPcb: serious code cleanup (work in progress): Remove dead or outdated code. Fix a lot of coding style issues. Use better code in many places. No new features. 2016-02-25 10:52:29 +01:00
common_help_msg.h Cvpcb: minro fixes: fix an outdated help message, and remove dead code. 2015-06-12 16:30:36 +02:00
cvpcb.cpp GTK+ file dialog wildcard improvements. 2017-11-11 19:32:26 -05:00
cvpcb.h Pull existing settings into Doxygen module 2016-05-12 15:45:47 -04:00
cvpcb.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
cvpcb.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
cvpcb_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
cvpcb_id.h CvPcb, filtering fp list by wildcard: Remove dialog to enter the filtering pattern. Use a wxTextCtrl permanently shown in toolbar. The fplist is updated immediately after editing the pattern. 2016-02-25 14:57:59 +01:00
cvpcb_mainframe.cpp Rewrite class UTF8 to contain rather than extend std::string storage. 2017-07-26 08:30:12 -04:00
cvpcb_mainframe.h Fix a few doxygen warnings 2017-06-15 13:13:24 +02:00
listboxes.cpp CvPcb: serious code cleanup (work in progress): Remove dead or outdated code. Fix a lot of coding style issues. Use better code in many places. No new features. 2016-02-25 10:52:29 +01:00
listview_classes.h Doxygen comment improvements. 2017-06-13 19:47:46 -04:00
menubar.cpp library option reviewed and renamed, minor menu text changes 2017-09-19 08:11:24 -04:00
readwrite_dlgs.cpp Reverse commit 4011ed4e31. 2017-07-26 08:26:56 -04:00
tool_cvpcb.cpp Changed AUI toolbars background from gradient to solid 2017-09-27 23:23:06 +02:00