1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 20:52:56 +03:00
gmenu2x/src
Maarten ter Huurne 90ec4b9ace Ignore OPK files of which the name starts with a dot
These are not actual OPK files, but metadata (I assume) storage that
Mac OS X adds to vfat file systems. The current version of libopk has
extremely poor error handling, so ignoring these files avoids a crash.
But even when libopk is fixed, not trying to open these files as OPKs
will be useful since it saves time.
2013-01-24 23:26:30 +01:00
..
.gitignore Let git ignore files we expect to be generated during the build. 2010-06-17 18:45:52 +02:00
asfont.cpp Explicitly convert 32-bit integers to 16-bit. 2012-04-10 23:01:16 +02:00
asfont.h Explicitly convert 32-bit integers to 16-bit. 2012-04-10 23:01:16 +02:00
browsedialog.cpp Explicitly convert 32-bit integers to 16-bit. 2012-04-10 23:01:16 +02:00
browsedialog.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
button.cpp Give Button a direct reference to the Touchscreen object instead of fetching it from the GMenu2X object. 2010-07-27 22:12:28 +02:00
button.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
buttonbox.cpp The ButtonBox now features a clear() function which empties the list of buttons. 2011-09-15 20:12:02 +02:00
buttonbox.h The ButtonBox now features a clear() function which empties the list of buttons. 2011-09-15 20:12:02 +02:00
cpu.cpp Replaced every message output by calls to the log macros. 2010-09-17 22:31:09 +02:00
cpu.h Set CPU frequency through sysfs. 2010-07-04 03:04:42 +02:00
debug.h Changed text color of warnings from yellow to magenta 2012-12-20 17:54:15 +01:00
dialog.cpp Introduced enums for text alignment in the ASFont class. 2011-05-09 05:17:25 +02:00
dialog.h Move methods only used by dialogs from the GMenu2x class to a common base class 2010-05-05 14:35:52 +02:00
dirdialog.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
dirdialog.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
FastDelegate.h Fixed most warnings. 2010-06-19 03:15:20 +02:00
filedialog.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
filedialog.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
filelister.cpp More header cleanups. 2011-10-23 16:43:56 +02:00
filelister.h More header cleanups. 2011-10-23 16:43:56 +02:00
gmenu2x.cpp Made GMenu2X::menu private 2012-12-20 22:01:30 +01:00
gmenu2x.h Made GMenu2X::menu private 2012-12-20 22:01:30 +01:00
gp2x.h initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
iconbutton.cpp Explicitly convert 32-bit integers to 16-bit. 2012-04-10 23:01:16 +02:00
iconbutton.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
imagedialog.cpp Use function getSkinPath() instead of reading the dir of the binary 2012-06-24 23:18:02 +02:00
imagedialog.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
imageio.cpp Update to use the latest libopk API, and simplify loadPNG 2012-11-05 18:48:48 -03:00
imageio.h PNG: Make loadPNG() responsible for creating an RGBA surface. 2011-06-02 06:19:21 +02:00
inputdialog.cpp Explicitly convert 32-bit integers to 16-bit. 2012-04-10 23:01:16 +02:00
inputdialog.h InputDialog: header cleanup. 2011-10-23 12:46:52 +02:00
inputmanager.cpp InputManager: prevent unmapped buttons from generating events. 2012-01-22 21:49:52 +01:00
inputmanager.h InputManager: prevent unmapped buttons from generating events. 2012-01-22 21:49:52 +01:00
link.cpp Use function getSkinPath() instead of reading the dir of the binary 2012-06-24 23:18:02 +02:00
link.h Merged LinkAction class into its base class. 2012-03-24 11:57:21 +01:00
linkapp.cpp Made GMenu2X::menu private 2012-12-20 22:01:30 +01:00
linkapp.h Enable support for multiple .desktop for one platform inside OPKs 2012-11-29 23:44:58 -03:00
Makefile.am Merged LinkAction class into its base class. 2012-03-24 11:57:21 +01:00
menu.cpp Ignore OPK files of which the name starts with a dot 2013-01-24 23:26:30 +01:00
menu.h During init, load all packages in CARD_ROOT/*/apps 2012-10-07 21:51:25 +02:00
menusetting.cpp Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
menusetting.h Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
menusettingbool.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingbool.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingdir.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingdir.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingfile.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingfile.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingimage.cpp Use function getSkinPath() instead of reading the dir of the binary 2012-06-24 23:18:02 +02:00
menusettingimage.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingint.cpp Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
menusettingint.h Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
menusettingmultistring.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingmultistring.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingrgba.cpp Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
menusettingrgba.h Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
menusettingstring.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingstring.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
menusettingstringbase.cpp SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingstringbase.h SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
messagebox.cpp Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
messagebox.h MessageBox: header cleanups. 2011-10-23 11:32:16 +02:00
powersaver.cpp Reinitialize the powersaver timer when a suspend has been detected. 2012-02-02 23:36:26 +01:00
powersaver.h Reinitialize the powersaver timer when a suspend has been detected. 2012-02-02 23:36:26 +01:00
selector.cpp Minimized gmenu2x.h. 2011-10-23 17:27:29 +02:00
selector.h Minimized gmenu2x.h. 2011-10-23 17:27:29 +02:00
settingsdialog.cpp Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
settingsdialog.h Massive header cleanup. 2011-10-23 16:13:02 +02:00
surface.cpp Explicitly convert 32-bit integers to 16-bit. 2012-04-10 23:01:16 +02:00
surface.h Surface cleanup. 2012-04-10 22:33:43 +02:00
surfacecollection.cpp If a filename contains '#' don't check if the file exists. 2012-10-07 20:08:25 +02:00
surfacecollection.h The SurfaceCollection won't load the files selection.png, bottombar.png or topbar.png from the Default skin if they are missing in the current skin. 2011-07-11 18:16:38 +02:00
textdialog.cpp Minimized gmenu2x.h. 2011-10-23 17:27:29 +02:00
textdialog.h Massive header cleanup. 2011-10-23 16:13:02 +02:00
textmanualdialog.cpp Minimized gmenu2x.h. 2011-10-23 17:27:29 +02:00
textmanualdialog.h Massive header cleanup. 2011-10-23 16:13:02 +02:00
touchscreen.cpp Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
touchscreen.h Drop GP2X platform support. 2012-06-14 23:45:57 +02:00
translator.cpp Minimized gmenu2x.h. 2011-10-23 17:27:29 +02:00
translator.h More header cleanups. 2011-10-23 16:43:56 +02:00
utilities.cpp Added missing #includes. 2012-03-24 12:00:25 +01:00
utilities.h utilities: Replace min/max functions by the versions from STL. 2011-10-23 17:00:23 +02:00
wallpaperdialog.cpp Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00
wallpaperdialog.h Made GMenu2X::ts private. 2011-12-23 14:03:05 +01:00