Commit Graph

190 Commits

Author SHA1 Message Date
Aren Olson e11f1c3f5b make setup.py respect pkg-config if available 2009-06-10 14:11:28 +00:00
Aren Olson f3194a853f python-libburn now imports successfully 2009-06-09 22:46:02 +00:00
Aren Olson b8ec7cb960 fixing build errors in python-libburn. import still fails. 2009-06-09 15:34:41 +00:00
Aren Olson 63dc525ec7 adding a distutils setup file for python-libburn 2009-06-05 22:59:51 +00:00
Mario Danic fd0503f9a1 Moved java bindings to experimental 2009-06-04 23:22:29 +00:00
Mario Danic f7ed94cac9 Added initial version of python libburn bindings 2009-06-04 22:09:29 +00:00
Jaime Thomas d036801e85 Update unmount and TODO. 2009-04-30 00:04:43 +00:00
Jaime Thomas d54838db08 Ask to unmount the disc via dbus/hal, although it isn't as much of a silver bullet as I wish. It unmounts discs from EFM fine, but Thunar isn't so compliant. 2009-04-29 02:46:32 +00:00
Jaime Thomas 239ee6e91e Use known data for burning disc initialization, helps to not block the interface. 2009-04-19 23:24:53 +00:00
Jaime Thomas c741e1b580 Erasing now utilizes info already aquired from ecdb_hal. 2009-04-19 19:20:04 +00:00
Jaime Thomas 62607be1c9 Knock another item off the TODO. Theme now emits ecdb,clicked for taking action, and ecdb,activate for focusing. 2009-04-19 18:31:20 +00:00
Jaime Thomas 796fd97f90 Fix some bad memory stuff, add more logging. 2009-04-19 03:34:54 +00:00
Jaime Thomas 4bfe8b8d5c Update TODO to reflect dbus additions. 2009-04-19 01:57:03 +00:00
Jaime Thomas edc3306315 More work with dbus. 2009-04-19 01:54:14 +00:00
Jaime Thomas b7cf7fc4b9 DBus goodness! Drive detection is more reliable now, need to implement some detection of the volume characteristics now. 2009-04-18 23:18:17 +00:00
Jaime Thomas 89c6406b48 Small fixes here and there. 2009-04-14 02:49:43 +00:00
Jaime Thomas a3fba2995c Fix issue with the theme path after opening the config dialog. 2009-03-20 00:45:05 +00:00
Jaime Thomas c1b7f75774 Rid some useless eina_list_free calls, proper ecdb_source usage in filelist and burn data gui, and update to new EWL API. 2009-03-18 01:26:39 +00:00
Jaime Thomas 39ce45193b Data burning works somewhat nicely now... Also some misc memory leaks and small fixes. 2009-02-27 01:05:10 +00:00
Jaime Thomas 6367f59df8 Again, don't scale if it isn't enabled. 2009-02-26 22:40:21 +00:00
Jaime Thomas 4a389c96a0 A bit of theme work, some random widget fixes here and there, and fix a lot of memory problems with burn_data. 2009-02-26 03:30:21 +00:00
Jaime Thomas 73fe193351 Use eina error logging, instead of plain printfs. 2009-02-23 01:22:02 +00:00
Jaime Thomas ee5e3024c5 Use custom ewl callback instead of global ecore event. Use the correct fill policy in the config dialog. 2009-02-22 00:21:31 +00:00
Jaime Thomas 58fd9857a7 Memory leaks, better scaling. 2009-02-21 04:10:52 +00:00
Jaime Thomas 18e1316929 Not sure why this didn't get committed as well. 2009-02-21 03:19:29 +00:00
Jaime Thomas 84ec37218f Don't scale the window if we aren't using scaling. 2009-02-21 03:19:02 +00:00
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 43e68e0c3d Touch up the theme and text of the about page. 2009-02-19 23:36:06 +00:00
Jaime Thomas 9249a89e93 Some forgotten files. 2009-02-19 04:52:13 +00:00
Jaime Thomas 4486630d8e And allow the about page to be shown. 2009-02-19 04:40:53 +00:00
Jaime Thomas 5da712af65 Some theme work. Beginning to work to an about page. 2009-02-19 02:02:43 +00:00
Jaime Thomas 6f03e042e1 Follow the correct widget. 2009-02-18 04:53:15 +00:00
Jaime Thomas 6a4420575a Fix a bunch of mistakes I made before. 2009-02-17 22:48:11 +00:00
Jaime Thomas 2fb05a62d4 Oops, forgot to renable the erase page controls. 2009-02-17 19:20:14 +00:00
Jaime Thomas 937e001022 Some random fixes here and there. There is no more name_find or name_set use. 2009-02-17 19:16:38 +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 2df38d1710 And horribly break everything. Need to rewrite a bunch of stuff dealing with inheritance. 2009-01-30 03:59:48 +00:00
Jaime Thomas b09a2101cd Adjust the custom filelist accordingly to the API break. 2009-01-27 23:57:26 +00:00
Jaime Thomas ae09a24ac8 Ok, some stuff I missed when updating. 2009-01-27 04:00:34 +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 351d3126ff And burn_image too... 2009-01-25 01:17:06 +00:00
Jaime Thomas a16e03399f Also move burn_data over as well. 2009-01-24 22:47:17 +00:00
Jaime Thomas 87dc267155 Very small fixes for the check. 2009-01-24 21:19:10 +00:00
Jaime Thomas b12aae86bf More themeing work. 2009-01-24 21:00:34 +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