1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-22 07:29:44 +02:00
gmenu2x/src
Maarten ter Huurne f17fae79b6 Moved section directory delete code to Menu class
It is better to have all the file handling code for menu entry files
in the same place.
2015-04-25 23:57:17 +02:00
..
.gitignore Let git ignore files we expect to be generated during the build. 2010-06-17 18:45:52 +02:00
background.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
background.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
battery.cpp Don't crash if battery icon is not found 2015-04-21 19:29:26 +02:00
battery.h Don't crash if battery icon is not found 2015-04-21 19:29:26 +02:00
browsedialog.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
browsedialog.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
buttonbox.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
buttonbox.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
clock.cpp Code factorisation (Add function inject_user_event() to utilities) 2013-08-28 13:14:08 -04:00
clock.h Made Clock destruction safe 2013-08-09 03:13:02 +02:00
contextmenu.cpp Only allow empty sections to be deleted 2015-04-25 22:06:48 +02:00
contextmenu.h Remove all touch-screen-related code 2015-04-24 01:44:56 +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 Revert the log level to INFO 2013-07-29 13:02:06 -04:00
dialog.cpp Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
dialog.h Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
dirdialog.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
dirdialog.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
filedialog.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
filedialog.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
filelister.cpp Don't assume that all non-directories are regular files 2014-08-20 13:09:49 +02:00
filelister.h Deal gracefully with the selector being started on a non-existent dir 2014-08-17 10:05:21 +02:00
font.cpp If font fails to open, log path tried 2015-04-21 18:28:37 +02:00
font.h Have Font::write return the width of the drawn text 2014-08-15 03:32:32 +02:00
gmenu2x.cpp Moved section directory delete code to Menu class 2015-04-25 23:57:17 +02:00
gmenu2x.h Removed the "Rename section" option 2015-04-24 14:46:27 +02:00
helppopup.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
helppopup.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
iconbutton.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
iconbutton.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
imagedialog.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
imagedialog.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
imageio.cpp Fix issues with loading images with alpha disabled. 2014-07-17 01:25:41 +02:00
imageio.h Fix issues with loading images with alpha disabled. 2014-07-17 01:25:41 +02:00
inputdialog.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
inputdialog.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
inputmanager.cpp Quit GMenu2X when window is closed in main screen 2015-04-24 18:07:10 +02:00
inputmanager.h Quit GMenu2X when window is closed in main screen 2015-04-24 18:07:10 +02:00
launcher.cpp Moved console bind+activate code into Launcher 2014-08-08 02:04:05 +02:00
launcher.h Moved console bind+activate code into Launcher 2014-08-08 02:04:05 +02:00
layer.h Gave Layer class a protected constructor 2015-04-25 15:35:11 +02:00
link.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
link.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
linkapp.cpp Cleaned up code that loads a manual from an OPK file 2015-04-25 15:35:11 +02:00
linkapp.h Removed unused methods in LinkApp class 2015-04-25 14:09:43 +02:00
Makefile.am Removed "gp2x.h" header 2015-04-25 21:31:08 +02:00
mediamonitor.cpp Code factorisation (Add function inject_user_event() to utilities) 2013-08-28 13:14:08 -04:00
mediamonitor.h Add a MediaMonitor, which will watch CARD_ROOT for mountpoints 2013-07-19 12:37:56 -04:00
menu.cpp Moved section directory delete code to Menu class 2015-04-25 23:57:17 +02:00
menu.h Only allow empty sections to be deleted 2015-04-25 22:06:48 +02:00
menusetting.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusetting.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingbool.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingbool.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingdir.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingdir.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingfile.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingfile.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingimage.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingimage.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingint.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingint.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingmultistring.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingmultistring.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingrgba.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingrgba.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingstring.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingstring.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
menusettingstringbase.cpp Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
menusettingstringbase.h Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
messagebox.cpp Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
messagebox.h Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
monitor.cpp Fix build with musl libc 2014-09-11 06:51:58 +02:00
monitor.h Don't use (void) for empty argument list 2014-08-15 14:01:11 +02:00
powersaver.cpp Fixed blanking state set by PowerSaver 2014-10-15 02:19:32 +02:00
powersaver.h Dismantled Singleton pattern of PowerSaver 2014-08-14 09:47:05 +02:00
selector.cpp Suppress Clang analyzer warnings about dead assignments 2015-04-24 18:41:10 +02:00
selector.h Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
settingsdialog.cpp Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
settingsdialog.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00
surface.cpp Log surface load failures at DEBUG level instead of ERROR 2014-08-16 15:42:33 +02:00
surface.h Removed skin lookup feature from OffscreenSurface::loadImage 2014-08-15 01:34:35 +02:00
surfacecollection.cpp Store "bgmain" in the GMenu2X object instead of in SurfaceCollection 2014-08-15 04:03:00 +02:00
surfacecollection.h Simplify code to reload section icons when skin changes 2014-08-15 16:54:30 +02:00
textdialog.cpp Suppress Clang analyzer warnings about dead assignments 2015-04-24 18:41:10 +02:00
textdialog.h Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
textmanualdialog.cpp Suppress Clang analyzer warnings about dead assignments 2015-04-24 18:41:10 +02:00
textmanualdialog.h Pass GMenu2X instance by reference instead of pointer 2015-04-21 21:19:49 +02:00
translator.cpp Check for empty strings using empty() instead of comparing to "" 2013-08-16 09:16:04 +02:00
translator.h The "tr1" namespace is no longer needed now that we're on C++11 2013-08-01 14:37:56 +02:00
utilities.cpp Only allow empty sections to be deleted 2015-04-25 22:06:48 +02:00
utilities.h Only allow empty sections to be deleted 2015-04-25 22:06:48 +02:00
wallpaperdialog.cpp Fixed formatting string type mismatches 2015-04-25 15:33:05 +02:00
wallpaperdialog.h Remove all touch-screen-related code 2015-04-24 01:44:56 +02:00