2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
All: Update debian package scripts. More... about 11 years ago
VHBA: Update debian package scripts and bump version. More... about 11 years ago
Daemon: when loading a blank disc, reset write mode to TAO. Also, if user requests invalid write mode, reset it to TAO. When setting write mode, update the entry in Mode Page 0x05 - so if change attempt is unsuccessful, it will be set to TAO. This fixes a problem with Brasero, which did not seem to try to change the write mode (because mode page already reported one), which resulted in error due to attempt to use recording functions without recording struct pointer set. More... about 11 years ago
Daemon: commands: implemented dummy close functions 5 and 6 for CLOSE TRACK/SESSION command. These are specified in mmc-5 and seem to be specific to DVD+R (finalize disc with minimal radius, finalize disc). At the moment, they have no extra functionality over regular close session, and are there just to keep Brasero happy :) More... about 11 years ago
Daemon: recording: in TAO mode, we should add pregap to track only if we are burning a CD (since TAO is also used for DVD+R) More... about 11 years ago
Daemon: implemented dummy GET PERFORMANCE data type 0 (performance descriptors) to keep Brasero happy More... about 11 years ago
Daemon: fixed medium capacity for 99-minute CD-R More... about 11 years ago
Daemon: updated README a bit. After some thought, I left in the sections on session vs system bus and why session bus is preferred, in order to give potential reader the full picture (although it is quite clear that most people don't bother to read READMEs, especially long-winded ones :)) More... about 11 years ago
libMirage: README update More... about 11 years ago
gCDEmu: README: removed information that is largely irrelevant these days: - the warning about encrypted images and password being sent in plain is more or less irrelevant due to use of session bus - the notes about GNOME shell and Unity are more or less outdated, and should be irrelevant now that both environments have been around for a while - rewrote the section on GtkApplication/AppIndicator mode to reflect the actual situation More... about 11 years ago
Client: README: removed information that is largely irrelevant these days: - system vs. session bus information is removed as session bus should be used exclusively - warning about encrypted images and password being sent in plain text over D-bus becomes largely irrelevant when session bus is used More... about 11 years ago
Updated INSTALL to provide generic instructions using plain 'cmake' command instead of using a frontend. More... about 11 years ago
debian: remove last traces of ubuntu-centric apport. More... about 11 years ago
debian: remove last traces of ubuntu-centric apport. More... about 11 years ago
gCDEmu: version bump More... about 11 years ago
Updated debian packaging More... about 11 years ago
Version bump; next release will be 3.0.0 More... about 11 years ago
Image analyzer: desktop file: removed "Mirage" from name, updated description More... about 11 years ago
Image analyzer: main; keep g_type_init() around for those with GLib older than 2.36 (e.g., Ubuntu 12.04) More... about 11 years ago
Image analyzer: relax Gtk3 requirement from 3.6 to 3.2, which makes Ubuntiu 12.04 supported (it has 3.4). Consequently, we need to implement instance counting ourselves, instead of using gtk_application_window_get_id(); but doing so simplifies the code a bit, because if we keep the count ourselves, we know the IaApplicationWindow's ID even before it is added to the IaApplication More... about 11 years ago
Image analyzer: IaApplicationWindow: properly format the messages in error dialogs instead of just passing error string More... about 11 years ago
libMirage: SNDFILE filter: tone down the verbosity a bit; print audio file information only if we are opening stream for reading, because if we do it for writing, we provide the audio file format ourselves More... about 11 years ago
libMirage: TOC writer: .toc files typically list only data files' basenames, not their full paths More... about 11 years ago
libMirage: name the gobject-introspection typelib Mirage instead of libMirage More... over 11 years ago
libMirage: contextual: fixed a warning from clang More... over 11 years ago
libMirage: replaced #include "..." with #include <mirage/...> in header files More... over 11 years ago
Image analyzer & Daemon: #include <mirage.h> -> #include <mirage/mirage.h> More... over 11 years ago
libMirage: code restructuring, step IV: moved src/libmirage->mirage, src/filter->filters and src/images->images. Also, headers are now installed under $PREFIX/include/libmirage-$MAJOR.$MINOR/mirage, so that mirage/mirage.h needs to be included (a bit like gtk/gtk.h works) More... over 11 years ago
libMirage: code restructuring, step III: removed prefices from image and filter sources More... over 11 years ago
libMirage: code restructuring, step II: removed 'mirage-' prefix from libmirage's sources More... over 11 years ago