Jaime Thomas
|
676d7ee77e
|
The config dialog is now accessable. A bit more work done on the slide_in tab, but it still a bit glitchy.
|
2009-02-21 01:23:34 +00:00 |
|
Jaime Thomas
|
f7a5dfa6cd
|
Work on a config dialog.
|
2009-02-20 04:23:07 +00:00 |
|
Jaime Thomas
|
4486630d8e
|
And allow the about page to be shown.
|
2009-02-19 04:40:53 +00:00 |
|
Jaime Thomas
|
fdabb16ad4
|
Get burn data options working again, stop crashing when deleting the config_inwin object before showing it. Also get rid of the sloppy focus to the filelist, as it doesn't work correctly in certain cases.
|
2009-02-09 02:51:35 +00:00 |
|
Jaime Thomas
|
9ebf4666e3
|
Fix some crashes and a bunch of memory leaks/errors. There are still a few memory leaks originating deep within ewl somewhere. Also, if you don't open the config_inwin before closing the program, there are some errors.
|
2009-02-06 04:03:13 +00:00 |
|
Jaime Thomas
|
22a49f6d1b
|
Compiles now, but still crashy.
|
2009-02-05 04:11:22 +00:00 |
|
Jaime Thomas
|
d5a4dd567d
|
Get rid of the theming work I did before... This is better but still needs work on allowing the theme to define custom widgets.
|
2009-01-27 03:43:17 +00:00 |
|
Jaime Thomas
|
1b1abb1fff
|
And more moving the buttons into the theme.
|
2009-01-25 06:11:02 +00:00 |
|
Jaime Thomas
|
65736372aa
|
Make the engine use an environment variable.
|
2009-01-17 01:36:09 +00:00 |
|
Jaime Thomas
|
465756bb63
|
Make scale work a little better...
|
2009-01-16 04:07:47 +00:00 |
|
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
|
ae96ca5e10
|
Fix some errors thanks to llvm clang static analyzer, also begin config inwin.
|
2009-01-08 02:33:00 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
ae9c73f2b4
|
Make the erase have a percentage complete.
|
2008-11-17 21:31:23 +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
|
7b07c374a1
|
A bit of reorganization.
|
2008-11-03 14:56:30 +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
|
fd60c7700e
|
Erase Page kindof does stuff now.
|
2008-09-25 17:39:40 +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
|
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 |
|