Commit Graph

121 Commits

Author SHA1 Message Date
Jaime Thomas
5ee6ba6380 Add combo_item widget, custom layout for the combo is working again. 2008-12-24 18:59:22 +00:00
Jaime Thomas
ae938125cf Remove debugging printf. 2008-12-24 06:00:51 +00:00
Jaime Thomas
540b6bd188 Custom filelist focus improvements, now can delete files. 2008-12-24 00:44:54 +00:00
Jaime Thomas
79c1b8e4d8 Data burn actually burns the cd now. Woot! Now just for gui cleanups, etc. 2008-12-23 22:42:15 +00:00
Jaime Thomas
ba80149a2e Grr, revert the sorting. 2008-12-23 02:37:34 +00:00
Jaime Thomas
8f7bd3e2d9 Show the X writing speed, and sort the speeds returned. 2008-12-23 02:26:24 +00:00
Jaime Thomas
dcedfa0025 Stop the filelist from segfaulting. 2008-12-22 02:30:17 +00:00
Jaime Thomas
919407aa74 Completely forgot to ever build these. Burn data page is underway, dnd doesn't seem to work. 2008-12-22 01:12:16 +00:00
Jaime Thomas
20db4031f1 Mark theme files as EXTRA_DIST so the theme is recompiled when changed. 2008-12-21 23:49:57 +00:00
Jaime Thomas
04ffc816ab Improve popup theme a bit, add ecdb_combo_clear function. 2008-12-21 19:42:30 +00:00
Jaime Thomas
e9391305d7 Oops. I think its important to have these. 2008-12-21 04:41:31 +00:00
Jaime Thomas
031fe03541 Use the speed and drive chosen when burning, and add a speed convert function. 2008-12-21 04:37:50 +00:00
Jaime Thomas
4119206824 Combos work now, fix popup placement, move burn image gui stuff into its own file. 2008-12-21 03:52:57 +00:00
Jaime Thomas
9c0d05f789 Start splitting up ecdb_gui into more logic files 2008-12-21 01:48:31 +00:00
Jaime Thomas
a749296f93 Avoid infinite recalculation loop. 2008-12-21 00:09:07 +00:00
Jaime Thomas
b5c3e4e74d Combo works now, added a label widget, and use stringshare for the constant drive info stuff. 2008-12-20 21:08:50 +00:00
Jaime Thomas
01c750c028 Oops, we need to actually send the signal 2008-12-20 17:45:18 +00:00
Jaime Thomas
65545b4762 Update todo 2008-12-20 06:07:14 +00:00
Jaime Thomas
1926e7382e Combo work... selecting doesn't seem to work at the moment, and there are valgrind errors. Getting there though. 2008-12-20 06:06:31 +00:00
Jaime Thomas
c8b89769dd Bit more work on combo 2008-12-19 21:38:57 +00:00
Jaime Thomas
c0bba3cb11 Work on a combo 2008-12-19 05:48:23 +00:00
Jaime Thomas
8f7fe94f52 Clean ups, abstract the widgets a bit, and don't segfault when not finding an unsuitable write mode. 2008-12-18 22:16:55 +00:00
Jaime Thomas
2d514dcf28 Ecore_List -> Eina_List 2008-12-18 18:54:50 +00:00
Jaime Thomas
7ef32690c2 Up the required libisofs 2008-12-15 20:41:27 +00:00
Jaime Thomas
4da39cb42e Small theme improvements 2008-12-14 17:21:19 +00:00
Jaime Thomas
a4d1853f90 Update info 2008-12-14 00:55:47 +00:00
Jaime Thomas
005e600566 Small superficial fixes 2008-12-09 23:58:51 +00:00
Jaime Thomas
8701dba4d2 Better focus behaviour for the filelist... like sloppy focus. 2008-12-09 23:17:57 +00:00
Jaime Thomas
d464ad8aaf Fix the entry 2008-12-09 21:44:52 +00:00
Jaime Thomas
1e89162f2b And finish off the formatting stuff 2008-12-09 20:18:11 +00:00
Jaime Thomas
0df8afd566 Vim styleguides, small theme fix, be a bit more robust when handling random strings as image burning input. 2008-12-09 19:46:00 +00:00
Jaime Thomas
b967b60a3a Ooops 2008-12-09 05:48:27 +00:00
Jaime Thomas
7966a4d950 Formatting changes. 2008-12-09 05:47:59 +00:00
Jaime Thomas
4a4fb0a694 Fix memory leaks 2008-12-09 02:38:04 +00:00
Jaime Thomas
99f68b251e Lots of work... Add an entry widget (semi-broken), image burning now works, xdnd stuff. 2008-12-09 01:12:16 +00:00
Jaime Thomas
531c69a9d3 Fix some stuff 2008-11-17 22:17:24 +00:00
Jaime Thomas
49b82794ff Make the erase have a percentage complete. 2008-11-17 21:31:23 +00:00
Jaime Thomas
9571e941a6 Winner!11!11!1!! Erase progress works now!!!!!11!!!?<>_~!~! 2008-11-17 20:19:35 +00:00
Jaime Thomas
b268ba1c40 Don't segfault... not an actual fix though. 2008-11-16 06:48:08 +00:00
Jaime Thomas
74357a291b Compiler warning and maybe a bug. 2008-11-14 22:32:55 +00:00
Jaime Thomas
1bc97e48f0 Some small fixes, and a little polishing of erase function. 2008-11-12 16:06:29 +00:00
Jaime Thomas
68e7815eb3 Release the drive if we can't erase. 2008-11-08 02:43:13 +00:00
Jaime Thomas
7aa56383a4 Button and check can now be disabled. 2008-11-06 19:04:00 +00:00
Jaime Thomas
e863acb6b5 Fix a couple bugs, and now errors are displayed to progress text. 2008-11-05 17:02:35 +00:00
Jaime Thomas
b8402b716e Add text part for erase progress. 2008-11-05 15:48:37 +00:00
Jaime Thomas
3262d4941f A bad way of disabling buttons. 2008-11-05 15:20:00 +00:00
Jaime Thomas
20c6c541a2 Add a check button 2008-11-05 14:54:58 +00:00
Jaime Thomas
3069596f20 Use ecore_pipe to communicate with the burn progress thread instead of the bad way before. 2008-11-03 15:56:34 +00:00
Jaime Thomas
bf0361c8c9 A bit of reorganization. 2008-11-03 14:56:30 +00:00
Jaime Thomas
9bbd9377e6 Small theme fix. 2008-11-01 17:54:25 +00:00