Commit Graph

190 Commits

Author SHA1 Message Date
Jaime Thomas a4ef973a31 ECDB can scale now... Too bad it looks like crap with the current theme. 2009-01-16 03:30:54 +00:00
Jaime Thomas 02d0a9834a Get rid of a huge memory leak caused by improper init/shutdown of eina and ewl. 2009-01-12 02:51:49 +00:00
Jaime Thomas ec9cc45f88 Get rid of Burn_Data_Data. 2009-01-11 22:13:44 +00:00
Jaime Thomas 16313d6e51 Remove debug printf. 2009-01-11 20:37:58 +00:00
Jaime Thomas 4c92d6d41b Some saner defaults. 2009-01-11 04:21:16 +00:00
Jaime Thomas 6be9f724da Fix minor fixes/tweaks. 2009-01-11 02:43:33 +00:00
Jaime Thomas e9e63ee6c7 Ok, config_inwin is working, and is updated/can set the project details. 2009-01-11 02:14:02 +00:00
Jaime Thomas db8818b303 Todo stuff 2009-01-10 03:33:37 +00:00
Jaime Thomas 1f2af2bdd5 More work on config_inwin 2009-01-10 03:16:38 +00:00
Jaime Thomas 58eb0bc7f9 Add in some safety checks. 2009-01-09 01:25:52 +00:00
Jaime Thomas ae96ca5e10 Fix some errors thanks to llvm clang static analyzer, also begin config inwin. 2009-01-08 02:33:00 +00:00
Jaime Thomas 43b2721f68 Small theme fixes, and now use the available space as reported by burn_disc_available_space (either the write_opts need to be passed, or libburn is really innacurate) 2008-12-27 17:54:40 +00:00
Jaime Thomas e5b8de8229 More work on burn data. 2008-12-26 19:03:11 +00:00
Jaime Thomas f90d42137c Make the pipe closing work all of the time (so far), memory leak fixes. 2008-12-26 16:41:27 +00:00
Jaime Thomas aa16a66e33 Now the theme controls what data is set for progress updates. 2008-12-26 05:52:47 +00:00
Jaime Thomas e97848de8d Propogate the size changes on delete back up the heirarchy. 2008-12-25 07:22:59 +00:00
Jaime Thomas d6e5852814 And update the display with the values. 2008-12-25 06:23:20 +00:00
Jaime Thomas 45ad964b15 Add in a capacity widget and set up the callbacks to update it. 2008-12-24 22:59:59 +00:00
Jaime Thomas 883498c9b1 Clear the filelist when done, fix a memory leak when deleting objects from the custom filelist. 2008-12-24 19:45:56 +00:00
Jaime Thomas 17a787c6a6 Get rid of that annoying bug where all of the combo entries would be selected. 2008-12-24 19:16:20 +00:00
Jaime Thomas e3d28d7029 Add combo_item widget, custom layout for the combo is working again. 2008-12-24 18:59:22 +00:00
Jaime Thomas 786939dabd Remove debugging printf. 2008-12-24 06:00:51 +00:00
Jaime Thomas c6af742d7d Custom filelist focus improvements, now can delete files. 2008-12-24 00:44:54 +00:00
Jaime Thomas fd9c83c719 Data burn actually burns the cd now. Woot! Now just for gui cleanups, etc. 2008-12-23 22:42:15 +00:00
Jaime Thomas f3ce25c6ca Grr, revert the sorting. 2008-12-23 02:37:34 +00:00
Jaime Thomas b919f4c125 Show the X writing speed, and sort the speeds returned. 2008-12-23 02:26:24 +00:00
Jaime Thomas c279280b2d Stop the filelist from segfaulting. 2008-12-22 02:30:17 +00:00
Jaime Thomas 0ba5ca343f 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 e1c915f177 Mark theme files as EXTRA_DIST so the theme is recompiled when changed. 2008-12-21 23:49:57 +00:00
Jaime Thomas 18dffd7af5 Improve popup theme a bit, add ecdb_combo_clear function. 2008-12-21 19:42:30 +00:00
Jaime Thomas 1403637a9c Oops. I think its important to have these. 2008-12-21 04:41:31 +00:00
Jaime Thomas 2e2d86a406 Use the speed and drive chosen when burning, and add a speed convert function. 2008-12-21 04:37:50 +00:00
Jaime Thomas 6101e38169 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 9db32952a6 Start splitting up ecdb_gui into more logic files 2008-12-21 01:48:31 +00:00
Jaime Thomas 7f0f6159a8 Avoid infinite recalculation loop. 2008-12-21 00:09:07 +00:00
Jaime Thomas acce34c9dc 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 7a6f108ed6 Oops, we need to actually send the signal 2008-12-20 17:45:18 +00:00
Jaime Thomas 15319ca56c Update todo 2008-12-20 06:07:14 +00:00
Jaime Thomas 0ac3dc2f40 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 43dcb1820f Bit more work on combo 2008-12-19 21:38:57 +00:00
Jaime Thomas ead2822bfe Work on a combo 2008-12-19 05:48:23 +00:00
Jaime Thomas 8815f3c6f6 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 6a512c1163 Ecore_List -> Eina_List 2008-12-18 18:54:50 +00:00
Jaime Thomas b0f6179233 Up the required libisofs 2008-12-15 20:41:27 +00:00
Jaime Thomas 82e5f9179f Small theme improvements 2008-12-14 17:21:19 +00:00
Jaime Thomas 1ab53e33ef Update info 2008-12-14 00:55:47 +00:00
Jaime Thomas 3a43969382 Small superficial fixes 2008-12-09 23:58:51 +00:00
Jaime Thomas 43ebca0835 Better focus behaviour for the filelist... like sloppy focus. 2008-12-09 23:17:57 +00:00
Jaime Thomas 41da9a900e Fix the entry 2008-12-09 21:44:52 +00:00
Jaime Thomas 739510fe1f And finish off the formatting stuff 2008-12-09 20:18:11 +00:00
Jaime Thomas 8cbc349d13 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 fc966dfbd7 Ooops 2008-12-09 05:48:27 +00:00
Jaime Thomas 7207b1b406 Formatting changes. 2008-12-09 05:47:59 +00:00
Jaime Thomas 48f67e3844 Fix memory leaks 2008-12-09 02:38:04 +00:00
Jaime Thomas 32640312d9 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 b391334bc0 Fix some stuff 2008-11-17 22:17:24 +00:00
Jaime Thomas ae9c73f2b4 Make the erase have a percentage complete. 2008-11-17 21:31:23 +00:00
Jaime Thomas 7b12247d36 Winner!11!11!1!! Erase progress works now!!!!!11!!!?<>_~!~! 2008-11-17 20:19:35 +00:00
Jaime Thomas 5dbb07c5a2 Don't segfault... not an actual fix though. 2008-11-16 06:48:08 +00:00
Jaime Thomas 776edf0f14 Compiler warning and maybe a bug. 2008-11-14 22:32:55 +00:00
Jaime Thomas dd629ff111 Some small fixes, and a little polishing of erase function. 2008-11-12 16:06:29 +00:00
Jaime Thomas e22c675c39 Release the drive if we can't erase. 2008-11-08 02:43:13 +00:00
Jaime Thomas 5e1e073521 Button and check can now be disabled. 2008-11-06 19:04:00 +00:00
Jaime Thomas bcea7bba32 Fix a couple bugs, and now errors are displayed to progress text. 2008-11-05 17:02:35 +00:00
Jaime Thomas c39fda7b86 Add text part for erase progress. 2008-11-05 15:48:37 +00:00
Jaime Thomas 2ce5116e67 A bad way of disabling buttons. 2008-11-05 15:20:00 +00:00
Jaime Thomas 308f7ae8ab Add a check button 2008-11-05 14:54:58 +00:00
Jaime Thomas 7b840adb90 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 7b07c374a1 A bit of reorganization. 2008-11-03 14:56:30 +00:00
Jaime Thomas 13f26d83d6 Small theme fix. 2008-11-01 17:54:25 +00:00
Jaime Thomas 5c3c2f192a Add a frame outline, and hide the filelist on erase action. 2008-10-31 18:06:56 +00:00
Jaime Thomas 9347a5db9e Get rid of ewl in the erase page... overcomplicating things with its usage. 2008-10-31 14:54:37 +00:00
Jaime Thomas 2958f3031d Move to eina stringshare 2008-10-31 13:23:31 +00:00
Jaime Thomas c9bbd5c6b0 Small fix from pfritz. 2008-10-05 20:41:42 +00:00
Jaime Thomas fd60c7700e Erase Page kindof does stuff now. 2008-09-25 17:39:40 +00:00
Jaime Thomas cf143e69a3 Forgot to add this. 2008-09-25 16:38:01 +00:00
Jaime Thomas b59ace9aa9 More work on the interface. 2008-09-24 18:52:11 +00:00
Jaime Thomas 6cffccc0ef General cleanups, able to enter multi-word directories, and start on the erase disc interface. 2008-09-24 15:50:18 +00:00
Jaime Thomas f8c2aa95fb Get rid of useless programs 2008-09-23 16:56:04 +00:00
Jaime Thomas a357795398 Make the identifiers something meaningful 2008-09-23 03:31:15 +00:00
Jaime Thomas edca970d8c Don't want these 2008-09-23 01:20:33 +00:00
Jaime Thomas 5a8f7993dc Button fixes, and quit when exit entered in typebuf 2008-09-22 17:48:41 +00:00
Jaime Thomas 6ce8e91cbf The filelist fades in and out now very nicely 2008-09-22 15:02:49 +00:00
Jaime Thomas a9e9965cdb Buttons are pretty decent looking now, with focus too. 2008-09-20 01:00:13 +00:00
Jaime Thomas 7bf6b5f7ae More work on the buttons 2008-09-19 16:24:47 +00:00
Jaime Thomas d8709c66eb Buttons work now, need to add signals and callbacks for them now 2008-09-19 15:13:34 +00:00
Jaime Thomas 82caf3442d Bit more work on welcome page 2008-09-17 13:56:08 +00:00
Jaime Thomas 7f898d8daf More work on the buttons 2008-09-15 13:31:30 +00:00
Jaime Thomas 999198edc7 Add some credit. 2008-09-15 04:01:39 +00:00
Jaime Thomas 4efe27fb51 Add some more theme work. 2008-09-15 04:00:02 +00:00
Jaime Thomas 86867280b0 Small theme fixes, and a way to change directories with typebuf 2008-09-12 20:13:57 +00:00
Jaime Thomas b95079134e Add a part for the bottom section 2008-09-12 15:20:05 +00:00
Jaime Thomas 599c48ed2b Add a pane between upper filelist and whatevers going on below, and make sure overlay transition actually occurs. 2008-09-11 21:13:51 +00:00
Jaime Thomas 8c2cfedd65 Fix the size, I'll change it back if/when I find that ewl bug 2008-08-08 21:18:07 +00:00
Jaime Thomas 897ad497dd Limit the size of the text 2008-08-07 22:24:53 +00:00
Jaime Thomas 93034c9d81 Always with the forgetting images 2008-08-07 04:10:15 +00:00
Jaime Thomas d334031953 Make the typebuf work nicely 2008-08-07 04:09:47 +00:00
Jaime Thomas 7c662dae4d Add a font 2008-08-06 23:09:30 +00:00
Jaime Thomas 1b88e0ae57 Add a mouseover effect for the filelist 2008-08-06 03:25:11 +00:00
Jaime Thomas 9833e39485 Nice little filelist 2008-08-06 02:21:20 +00:00