gmenu2x/src
Maarten ter Huurne 1b54483f21 Put code to construct unique path into new utlity function uniquePath()
Two almost identical versions existed of this code.

I generalized the code by taking out the knowledge of sections.
No other uses of this code are planned, but it is easier to review in
isolation now.
2015-04-26 21:13:03 +02:00
..
.gitignore Let git ignore files we expect to be generated during the build. 2010-06-17 18:45:52 +02:00
Makefile.am Removed "gp2x.h" header 2015-04-25 21:31:08 +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 Put code for moving links to a different section into Menu class 2015-04-26 21:00:59 +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 Changed LinkApp::renameFile() to setFile() 2015-04-26 16:07:04 +02:00
linkapp.h Changed LinkApp::renameFile() to setFile() 2015-04-26 16:07:04 +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 Put code to construct unique path into new utlity function uniquePath() 2015-04-26 21:13:03 +02:00
menu.h Put code for moving links to a different section into Menu class 2015-04-26 21:00:59 +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 Put code to construct unique path into new utlity function uniquePath() 2015-04-26 21:13:03 +02:00
utilities.h Put code to construct unique path into new utlity function uniquePath() 2015-04-26 21:13:03 +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