Maarten ter Huurne
1d6ad03bff
Removed ListView and ListViewItem class, since they were not used anywhere.
2010-06-19 03:21:25 +02:00
Maarten ter Huurne
9f05aaf6b9
Fixed most warnings.
2010-06-19 03:15:20 +02:00
Maarten ter Huurne
d8dd0904b8
Remove manually created Makefile, since the autotools build is now usable.
2010-06-19 02:39:38 +02:00
Maarten ter Huurne
29b827735b
Enabled code specific for embedded devices and enable more warnings.
...
It's confusing that the macro for enabling the embedded features is named TARGET_GP2X, but that's something to fix later.
2010-06-19 02:38:14 +02:00
Maarten ter Huurne
988439605d
Fixed display of card size and free space for numbers over 4 GB.
...
The result was stored in a 64-bit integer, but the computation was done in 32 bits...
2010-06-18 03:16:44 +02:00
Maarten ter Huurne
d3b094e1b5
Removed spaces at end of lines in source files.
...
No actual content was changed in this commit.
2010-06-18 03:12:58 +02:00
Maarten ter Huurne
39f01f763e
Convert source files to UNIX newlines.
...
Most of the files were already using LF (UNIX) newlines but some were using CRLF (Windows) newlines.
2010-06-18 03:09:00 +02:00
Maarten ter Huurne
40f795391d
Use the Google Sparsehash package that is included in our source tree.
...
Since Sparsehash consists of headers only, it is just a matter of using the right include path.
2010-06-18 02:13:05 +02:00
Maarten ter Huurne
9f21df7fed
Replaced "hash_map" by "unordered_map" to get rid of deprecation warnings.
2010-06-18 00:45:16 +02:00
Maarten ter Huurne
dae5627091
Removed PXML support.
...
PXML is the metadata format for Pandora packages. It is not used on the
NanoNote or under Dingux.
Ideally it would be a compilation option, but without an active upstream it
would not receive any testing and therefore likely be broken. So in my
opinion it is more time efficient to remove it now and re-add if it is ever
wanted again.
2010-06-17 19:37:21 +02:00
Maarten ter Huurne
1bead23082
Let git ignore files we expect to be generated during the build.
2010-06-17 18:45:52 +02:00
Maarten ter Huurne
8b0f382db0
Removed aclocal.m4, since it is a generated file.
2010-06-17 18:45:19 +02:00
Lars-Peter Clausen
6da573f303
Move methods only used by dialogs from the GMenu2x class to a common base class
...
for all dialog classes.
2010-05-05 14:35:52 +02:00
Lars-Peter Clausen
cb654dd520
Speed up isActive()
2010-05-05 14:35:18 +02:00
Lars-Peter Clausen
09999edc27
Initalize buffer.
2010-05-03 23:56:15 +02:00
Lars-Peter Clausen
c9c915c892
Fix out of bounds read
2010-05-03 23:53:06 +02:00
Lars-Peter Clausen
dc65381ea4
Initalise event
2010-05-03 23:44:44 +02:00
Lars-Peter Clausen
3b2538cfaf
Add ButtonBox widget to simplify managing buttons in the bottombar. Also fixes some memleaks where buttons were left unfreed.
2010-05-03 22:21:36 +02:00
Lars-Peter Clausen
2a6a1f0041
filelister.cpp: Small cleanup
2010-05-03 21:14:11 +02:00
Lars-Peter Clausen
a37ed02f8f
browserdialog: Better path handling.
2010-05-03 20:28:34 +02:00
Lars-Peter Clausen
7b66eb36d6
handle mouse events for browser dialog buttons
2010-05-03 20:25:08 +02:00
Lars-Peter Clausen
118bc03f38
Fix typo
2010-05-03 20:02:26 +02:00
Lars-Peter Clausen
8b862b8398
Unify filedialog and browsedialog code
2010-05-03 19:58:28 +02:00
Lars-Peter Clausen
6361dde213
Fix menusetting widgets.
2010-05-03 19:41:45 +02:00
Lars-Peter Clausen
c099e50714
Add qi wallpaper
2010-05-03 19:40:40 +02:00
Lars-Peter Clausen
fe0c2fef76
chmod -x on data files
2010-05-03 19:08:20 +02:00
Lars-Peter Clausen
431e88e021
Use "/card" instead of "/card/gmenu2x" for disk stats
2010-05-03 14:21:00 +02:00
Lars-Peter Clausen
dd0c4eb72a
Fix rootdir check.
2010-05-03 14:20:56 +02:00
Lars-Peter Clausen
8c31ceeb26
Fix going a dir up in the filebrowser
2010-05-03 13:45:15 +02:00
Lars-Peter Clausen
475fdb74b9
Fix topbar icon rects
2010-05-02 20:17:27 +02:00
Lars-Peter Clausen
d4490ba85c
remove redundant assignments
2010-05-02 20:02:21 +02:00
Lars-Peter Clausen
7fd1ab032a
Use a simple array instead of a hashmap for the colors.
2010-05-02 19:53:06 +02:00
Lars-Peter Clausen
28d3fc9ece
iconbutton: Cache icon surface instead of doing serveral hashtable lookups per
...
frame
2010-05-02 14:52:46 +02:00
Lars-Peter Clausen
40a26e1a9c
pass strings by reference where possible
2010-05-02 14:38:16 +02:00
Lars-Peter Clausen
a794a1c01a
Cache current icon surface. By doing so we safe a huge number of hash map
...
lookups.
2010-05-01 18:55:11 +02:00
Lars-Peter Clausen
667fb05a35
Kill float and double
2010-05-01 13:20:47 +02:00
Lars-Peter Clausen
8a87e8e1ab
Don't do this. It's pure evil.
2010-05-01 12:58:24 +02:00
Lars-Peter Clausen
a107dd8e46
Fix pxml.cpp compile
2010-05-01 12:48:03 +02:00
Mirko Lindner
745321edf9
remove debug output
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-22 10:22:36 +01:00
Mirko Lindner
db603afc4c
rematch files to orig source
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-22 10:16:09 +01:00
Mirko Lindner
e2f5df5a43
panic changes ;)
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-22 09:16:22 +01:00
Mirko Lindner
0deb1bb177
add zear's Makefile for comparison
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-17 21:44:41 +01:00
Mirko Lindner
630fdd5de9
move sdl surface unlock behing getpixel fct
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-15 21:55:20 +01:00
Mirko Lindner
d460849575
debug output for launch error
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-15 12:05:04 +01:00
Mirko Lindner
454e080477
add prefix case
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-15 00:16:39 +01:00
Mirko Lindner
a1eb23eec1
set correct directory for disk check
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-15 00:03:31 +01:00
Mirko Lindner
daac97496b
removing unused input.conf files, adding NN focused config
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-14 22:40:08 +01:00
Mirko Lindner
dbcc825e06
Merge branch 'master' of git@projects.qi-hardware.com:gmenu2x
2010-02-14 21:58:30 +01:00
Mirko Lindner
26df61ae43
add correct input conf
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-14 21:56:26 +01:00
Mirko Lindner
b0dc62701f
add shell script to launch gmenu2x on the device
...
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-14 21:55:59 +01:00