Commit Graph

230 Commits

Author SHA1 Message Date
e4ac86b870 Mark unimplemented device buttons as such
They are set as unsensitive if there is no command nor keypress
event associated with them.
2015-08-23 14:08:23 +02:00
98d4e473fb Set a keypress for the menu button 2015-08-23 14:04:18 +02:00
73b242e2d1 Prepend the vendor to the window title 2015-08-23 04:28:51 +02:00
99a2c0a9b8 Use the device model as the default title 2015-08-23 04:25:05 +02:00
c2c83cbf8a Fix choosing the custom profile entry by default 2015-08-23 04:23:38 +02:00
7090ebeb48 Add a generic Android WVGA model 2015-08-23 04:17:57 +02:00
6b009c9664 Correct the DPI settings for the Nokia N9
From Wikipedia.
2015-08-23 04:13:25 +02:00
dfd4bd93a4 Sort out the profile models per vendor 2015-08-23 03:52:32 +02:00
434b7a842e Complete the profile for the HTC TouchPro 2015-08-22 14:05:01 +02:00
ceec507cf3 Break down the device titles as vendor and model 2015-08-22 13:56:25 +02:00
52e34520e5 Avoid a few compilation warnings 2015-08-22 13:39:34 +02:00
19a10aa0e9 Improve the widget alignment in the profile chooser 2015-08-22 13:39:08 +02:00
d750c09985 Reset to default values when loading device profiles 2015-08-22 13:28:11 +02:00
9060cec32b Align the spin buttons in the profile chooser 2015-08-22 03:16:14 +02:00
da0e203c53 Add the Sharp Zaurus SL-C3200 2015-08-22 03:13:10 +02:00
c0292be4a6 Add buttons to most devices supported 2015-08-22 02:47:52 +02:00
42c82e17c5 Add support for emulating key presses
Unfortunately this feature does not seem to work yet.
2015-08-22 02:46:59 +02:00
0ac356ad93 Add a lock button to the Lenovo IdeaPad S10-3t 2015-08-22 02:30:54 +02:00
d8db3a3274 Add support for device buttons
The buttons are added to a toolbar. Commands can be executed when
pressed.
2015-08-22 02:28:19 +02:00
6594f678ba Add icons for the Lenovo IdeaPad S10-3t 2015-08-22 00:14:02 +02:00
2fe0d147e2 Add icons for the Openmoko GTA01 specifically 2015-08-21 23:40:06 +02:00
4e3c6f943b Implement a basic properties window 2015-08-21 02:57:14 +02:00
f32930d260 Register debugger(1)'s dependency on backend/asm.c 2015-08-21 02:56:07 +02:00
8f607c04d5 Really implement querying if a file is opened 2015-08-21 02:54:48 +02:00
a476167300 Obtain the architecture and format from the backend 2015-08-21 02:54:07 +02:00
31ff57e1cb Add a few comments 2015-08-21 02:15:41 +02:00
355a5be1e4 Sort the list of profiles 2015-08-21 02:15:21 +02:00
9d02116f09 Add a profile for the Lenovo IdeaPad S10-3t 2015-08-21 01:57:26 +02:00
5f0c579aa2 Add an icon for the Nokia N800 2015-08-21 01:54:17 +02:00
676e797661 Change the title of the profile window 2015-08-20 19:59:41 +02:00
234589df3e Build with -fstack-protector and executables as PIE 2015-07-12 22:07:22 +02:00
7102b00dfc Use a monospace font to display registers 2015-07-07 23:05:28 +02:00
8303d91b86 Skip register aliases 2015-07-07 23:05:04 +02:00
9277e7cb7a Code cleanup 2015-07-07 21:51:53 +02:00
df75938bd8 Implement the modular backend for handling files 2015-07-07 21:48:34 +02:00
cb4a273e5f Code cleanup 2015-07-07 21:37:56 +02:00
13d46ed341 Change the toolbar sensitivity depending on the context 2015-07-07 21:37:56 +02:00
20a12375cc Rename the debugging backend in the code as well 2015-07-07 21:32:16 +02:00
2ca2c148f6 Add missing #include
_exit(2) needs <unistd.h>.
2015-07-07 21:05:53 +02:00
b17e33cdf4 The debugging backend does not need Gtk+ 2015-07-07 21:05:27 +02:00
73cb954dde Update the dependencies 2015-07-07 01:36:24 +02:00
198ddfdfce Provide a helper mechanism to the debugging plug-ins 2015-07-07 01:36:24 +02:00
f0d80a73b3 Correct the menu entry for debugging mode 2015-07-06 00:11:28 +02:00
b8e326c422 Update the copyright notice 2015-07-03 00:39:35 +02:00
1d5048a445 Code cleanup 2015-07-03 00:39:35 +02:00
82e1d321bf Update the copyright notice 2015-07-03 00:39:35 +02:00
7ca686bd04 Rename the directory for debugging backends 2015-07-03 00:39:30 +02:00
965d56cc96 Should load the debugging backend at run-time 2015-07-03 00:34:27 +02:00
be33f0dc23 Add a menu bar to debugger(1) 2015-07-03 00:34:27 +02:00
3ab96faff3 Use the complete description for the "arch" and "format" plug-ins 2015-07-03 00:21:26 +02:00