1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550
|
2004-09-29 Linus Walleij <triad@df.lth.se>
* But not until today will i *REALLY* release 2.5.0.
2004-09-24 Linus Walleij <triad@df.lth.se>
* This is a good opportunity to pack up and release
Gnomad 2.5.0.
2004-09-20 Linus Walleij <triad@df.lth.se>
* Gnomad now remembers the last recently used directory,
if desired.
* Fixed a bug in the WMA parser, making it compatible
with big-endian architectures.
* Added a function that exports playlists to text files.
(In playlist view, select and right-click a playlist
entry, select "Export playlist".)
2004-08-22 Linus Walleij <triad@df.lth.se>
* Finalized WMA/ASF file parser, while being infected
by a real nasty cold virus and listening to that
Total Epygt remix by DHS of TSW. Transferring WMA
files from *NIX to jukeboxes now works as expected
and supports WMA metadata with Gnomad.
* Pushed Gnomad version to 2.5.0. Lots of changes have
gone into Gnomad now...
2004-08-21 Linus Walleij <triad@df.lth.se>
* Finalized ID3 (+RIFF) detection, removal and
addition algorithms. id3tag is used only for
modifying existing tags.
* Begun work on a WMA/ASF file parser for atleast
reading in WMA metadata correctly.
2004-08-16 Linus Walleij <triad@df.lth.se>
* Imported MP3 songlength detection algorithms from
the gtkpod project. (They also have nice replaygain
retrieveal functions that we can use if we ever
understand how to use the "Smartvolume" thing.)
* Switched to using pkgconfig for detecting libnjb,
meaning we'll require a real recent version of it
(CVS!) for Gnomad to compile correctly.
* Switched back to the id3tag library again after
looking at the gtkpod code and finally understanding
how to use it.
2004-05-01 Linus Walleij <triad@df.lth.se>
* Upped to 2.4.4. and released in sync with the fresh
libnjb 1.1 release. Happy mayday!
2004-04-26 Linus Walleij <triad@df.lth.se>
* Added a preference option to disable automatic
scanning of contents on startup.
2004-04-22 Linus Walleij <triad@df.lth.se>
* Added the possibility to use the original filename
when saving files to the local harddrive. Preference
in the prefs tab added for this, and dependencies on
reading in extended metadata was added too.
2004-04-21 Linus Walleij <triad@df.lth.se>
* Fixed a filenaming bug when saving using the track
number: always prefix with "0", e.g. "01" instead of
"1" for the %n macro in filenames.
2004-04-19 Linus Walleij <triad@df.lth.se>
* Updated to reflect changes in the EAX structure of
libnjb. (Now it presents max and min volume values.)
2004-04-18 Linus Walleij <triad@df.lth.se>
* Updated the prefs to reflect that libnjb now can
do extended metadata scans selectively.
2004-04-10 Linus Walleij <triad@df.lth.se>
* Time to roll out a bugfix 2.4.3 release with the
latest fixes of Gnomad2 and libnjb.
2004-04-05 Linus Walleij <triad@df.lth.se>
* Removed deprecation from GTK functions -- we need
these for some time still. Things introduced in
GTK+ 2.3/2.4 like the GtkComboBox, cannot immediately
deprecate all old code using the GtkOptionMenu
right now. I have written new code for use with the
GtkComboBox that will be activated at some time in
the future.
2004-03-31 Linus Walleij <triad@df.lth.se>
* OK I know what the problem is now: several people
have old filesystems with filenames in ISO 8859-1
that they use together with a locale like e.g.
"de_DE.UTF-8" -- this means conversion functions
will fail as they rely on the characters used in
filenames to be the same as the ones specified by
the locale.
* Problems with NULL directories in UTF-8 flunkies
avoided. Directories with accented characters
caused crashes in filesystems which were treated
as UTF-8 while not being UTF-8. Still working on
the cause of this problem.
2004-03-09 Linus Walleij <triad@df.lth.se>
* A particularly nasty bug caused by the fact that the
code was not checking if a track that was part of a
playlist actually existed, was removed today.
2004-02-22 Linus Walleij <triad@df.lth.se>
* Minor bug fixes here and there, syncing up with the
much improved metadata handling in libnjb, I release
Gnomad 2.4.2.
2004-01-22 Linus Walleij <triad@df.lth.se>
* After some extra bug fixes in libnjb that screwed
up the NJB1 track upload, I release 2.4.1.
2004-01-21 Linus Walleij <triad@df.lth.se>
* The libraries libnjb and id3lib are to be linked
statically from now on. I have grown tired on
distributions where this has not worked as I
could expect, so only standard libs will be
linked dynamically from now on.
2004-01-20 Linus Walleij <triad@df.lth.se>
* Made the jukebox delete the tracks from playlists
before deleting the tracks themselves.
* Several new translations too, but that part has its
own changelog.
2004-01-12 Linus Walleij <triad@df.lth.se>
* Massive attempt att internationalization. Added a
translation file for Swedish as a starter.
* Fixed a preference option to turn off the "smart"
filename detection that use the filename to figure
out what the current artist and track title is.
* Oh! Gnomad was 2 years old yesterday!
2004-01-10 Linus Walleij <triad@df.lth.se>
* Bumped to version 2.4.0 and released with Dell Digital
Jukebox support and stuff. Not many changes in Gnomad
but libnjb is considerably improved!
When did I release Gnomad 2.3.0? I forgot to enter it into
the ChangeLog!
2004-01-02 Linus Walleij <triad@df.lth.se>
* Added support for Dell Digital Jukebox.
2003-12-06 Linus Walleij <triad@df.lth.se>
* Release to keep up with libnjb 1.0 and
the Zen Xtra support. Minor code cleanup.
2003-10-27 Linus Walleij <triad@df.lth.se>
* Full migration to GTK+-2.0 and some fixes. Rolling this
out as Gnomad 2.2.0.
2003-10-10 Linus Walleij <triad@df.lth.se>
* Added Zen NX support. From libnjb.
2003-09-27 Linus Walleij <triad@df.lth.se>
* Fixed the bug giving nonsense filename in the filename
field of transferred songs. Could be good later when we
want to do synchronization stuff... E.g: filename same
== same file, it's sync:ed. Else, update.
2003-09-07 Linus Walleij <triad@df.lth.se>
* Some GNOME 2 updates, and a fix so that "edit metadata"
does not work on directories (would cause problemz...)
2003-08-22 Linus Walleij <triad@df.lth.se>
* I released 2.1.0 a few days ago and forgot to update
the changelog...
2003-07-23 Linus Walleij <triad@df.lth.se>
* Fixed the error that made Gnomad write ID3 tags even if
both had been disabled.
2003-07-01 Linus Walleij <triad@df.lth.se>
* Fixed a very annoying bug that made track number display
the year instead for NJB3-series. Sorry for this one, I was
drunk.
2003-06-29 Linus Walleij <triad@df.lth.se>
* Added multiple playlist selection (cool!) and several
GNOME 2 fixes.
2003-06-27 Linus Walleij <triad@df.lth.se>
* Begun a new host of GNOME 2 fixes removing deprecated
widgets and function calls. This will take some time.
2003-06-25 Linus Walleij <triad@df.lth.se>
* Removed the clickable column headers in the playlist
view, they just crashed the program. Probably a
GTK bug but won't dive into it right now.
* Fixed the NULL bug in editing and info-from-path
detection (meta->genre was not set to "<Unknown>"
when not present.
2003-06-14 Linus Walleij <triad@df.lth.se>
* Resurrected the recursive directory transfer function.
* Some other debugging and healthy refactoring...
2003-06-07 Linus Walleij <triad@df.lth.se>
* Fixed the GtkListStore code to add rows first and then
sort them, to avoid the slow O(n^2) behaviour of the
list addition for the often huge jukebox list.
* Version is set at 2.0.3.
2003-05-22 Linus Walleij <triad@df.lth.se>
* Pushing out 2.0.2 just to get some of the fixes
from libnjb CVS in the RPM package.
2003-05-18 Linus Walleij <triad@df.lth.se>
* Some bugfixes relating to how GTK 2.0 deletes
a multiple selection (obviously you're not quite
supposed to do this at all!)
* Bumped to 2.0.2
2003-03-30 Linus Walleij <triad@df.lth.se>
* OK after more minor fixes this is the time to
release 2.0.1.
2003-03-18 Linus Walleij <triad@df.lth.se>
* Replaced the playlist CTree with the new MVC model
and view structure. Much better. Bumped to 2.0.1
many changes in libnjb too, perhaps time to roll
out a new version soon.
2003-01-17 Linus Walleij <triad@df.lth.se>
* Fixed both selection and sorting.
* Releasing this as Gnomad 2.0.0!
2003-01-16 Linus Walleij <triad@df.lth.se>
* Many bugs removed today. Things that need to be taken
care of before any release:
* Selection of rows. Callback happens after pressing down
the right button and thus cannot block the signal.
* Sorting of rows. This causes damn segfaults.
2003-01-16 Linus Walleij <triad@df.lth.se>
* This seem to take time. Removing the old CLists in the
paned views of the interface in favor of the new
Model-View-Controller trees from GTK+-2.0 proved very
annoyingly complicated. However it lead to several
refactorings of the code and was all for the better.
I expect I will release 2.0.0 quite soon.
2002-11-19 Linus Walleij <triad@df.lth.se>
* I have basically ported all of Gnomad to the new name gnomad2
which implies that it is time to move to Gnome 2.0
(the future). Gnomad2 compiles file under Gnome 2, and also
under GTK+-2.0 if you use it there. The sources have been
moved to Sourceforge.
2002-10-07 Linus Walleij <triad@df.lth.se>
* A lot of bugfixes that are related to the fact that I've been
digging in libnjb while implementing support for Nomad Jukebox
3. I will roll the RPM packages with the native NJB3 support...
* Rolling out as GNOMAD 1.1.6.
2002-08-07 Linus Walleij <triad@df.lth.se>
* Added fixes to make GNOMAD much more tolerant to older
versions of ID3lib. The code was proudly stolen from
EasyTag (thanks guys!)
* Rolling out recent changes as GNOMAD 1.1.5.
2002-07-26 Linus Walleij <triad@df.lth.se>
* Fixed some extra keybindings so you can atleast navigate the
file hierarchy using nothing but the keyboard. Now, how to
bring up the popup menu?
2002-07-22 Linus Walleij <triad@df.lth.se>
* Added some accelerator keys to try it out. Just the most basic
ones.
* Fixed a bug that would unselect ID3v2 tagging all the time, even
if you turned it on. (Error in prefs saving, damn.)
* Fixed a bug that caused Gnomad to crash if you selected device
info before reading in any track listing.
* Added the ability to use track number in the file naming when
transferring to harddisk.
2002-07-18 Linus Walleij <triad@df.lth.se>
* Found out how to hotplug properly. Documented this procedure
in the README file.
* Fixed a directory-recursion bug that some users found very
annoying (recursion would only descend one level).
* Fixed string comparison bug which stopped edited metadata from
being written back if the only difference was the CaSe of the
characters. Actuallt this was all because of my stupidity,
using g_strcasecmp() instead of just using strcmp() which was
actually what I wanted.
* Rolling out as GNOMAD 1.1.4
2002-06-18 Linus Walleij <triad@df.lth.se>
* Bugfix for a trouble with GNOMAD crashing when there is not
.gnomadrc file in the users home directory. I hope I have
fixed this now, please report back.
* Rolling out as GNOMAD 1.1.3
2002-05-31 Linus Walleij <triad@df.lth.se>
* Merged a patch from David Blackman <david@whizziwig.com> that
adds directory recursion and makes it possible to skip playlist
selection.
* Added preferences for ID3v1 / ID3v2 writing.
* Rolling out changes as GNOMAD 1.1.2
2002-04-08 Linus Walleij <triad@df.lth.se>
* Samuel Monsarrat found a bug in the track number scheme
which I instantly had to fix. Transfered files did not
get the desired track number.
* I was also requested to fix so that the editing of metadata
does not redraw the filelist windows. I fixed it, by not
redrawing the filelists at all, but instead I just edit the
CLIST row data.
* Rolled out this as GNOMAD 1.1.1, also I learned how to
make RPMs of GNOMAD now, funny thing.
2002-04-05 Linus Walleij <triad@df.lth.se>
* John released libnjb 0.8b so now it's the right time to
roll out GNOMAD 1.1.0!
2002-03-31 Linus Walleij <triad@df.lth.se>
* Removed a particulary nasty bug causing memory allocated
on the stack to be deallocated (reassigned an allocated
memory pointer to local variable, then freed the same
memory pointer -- not good).
* Various fixes in the GUI.
* File transfer functionality is now in both libnjb and
GNOMAD. Playing with thoughts about releasing RPMs of
GNOMAD linked to the CVS version of libnjb as its release
schedule (libnjb) isn't really to be trusted...
2002-03-28 Linus Walleij <triad@df.lth.se>
* Several patches finally included in the libnjb CVS
as John gave me write access (thanks!) proceeding to
extend libnjb with file transfer functionality.
* Pushed GNOMAD version to 1.1.0 as this will obviously
be the next version.
2002-03-21 Linus Walleij <triad@df.lth.se>
* Found that several packages of id3lib, including the
Mandrake packages, does not link to libstdc++, requiring
the using application to link to libstdc++ even if it
is not a C++ program! (id3lib has a non-C++ interface
which is used by Gnomad.) Tacked on some changes into
configure.in to compensate for this, and found that there
is some nasty bug somewhere that prevents
AC_SEARCH_LIBS from working on GCC3. Need to report this
to the Autoconf team, or am I misunderstanding something?
2002-03-11 Linus Walleij <triad@df.lth.se>
* Fixed an extremely annoying memory bug caused by
misspeling a variable. (D'oh!)
2002-03-10 Linus Walleij <triad@df.lth.se>
* More changes to the player (now the threading is a lot
better), new hacks to libnjb due to problems in the
protocol guide, added "play playlist" feature.
* Added support for track number and original filename
in the metadata listings and editor. Track number and
original filename are now stored on the jukebox when
transferring, and also stored inside the ID3V2 tag
when transfering in the other direction. And now my
teawater is boiling!!
2002-03-08 Linus Walleij <triad@df.lth.se>
* Made several changes to the player, including full EAX
and equalizer support. Submitted EAX struct code and
NJB_Adjust_Sound() patches to John for inclusion in
libnjb. The current codebase will probably require
an updated version of libnjb when released. However
limited functionality on old libraries is a small price
to pay for all the new functionality. So it looks like
this will one day become GNOMAD 1.1.0.
2002-03-05 Linus Walleij <triad@df.lth.se>
* Removed annoying playing bug - the player window only
appeared the first time you selected some tracks to
play. Several other tweaks to the player.
* GNOMAD will be able to change metadata on jukebox files
for folks using the CVS version of libnjb.
2002-01-24 Linus Walleij <triad@df.lth.se>
* Added a few extra GNOME specific dialogs in the ongoing
GNOME support.
* Lots of fun with the configure.in autoconf macros to make it
detect and use/not use libusb correctly. Things should now
compile on *BSD not using libusb without any problems.
* Bug fixes and beautifications here and there.
* Rolled out as GNOMAD 1.0.5
2002-01-16 Linus Walleij <triad@df.lth.se>
* Found out from Dan Gray that GNOMAD didn't compile correctly
in GCC 3. After installing GCC 3 I could repeat the problem
and solved it by rewriting the id3lib wrapper to use the
C-interface of id3lib rather than the C++ wrapper used before.
This way I also eliminated all C++ code from the program and
made it undependent of the C++ compiler and linker. The cause
of the problem was something in GCC 3 (not sure of what) that
stops you from linking C code and C++ code into the same
executable, possibly because the main() method was not inside
a C++ file (though testing that approach didn't help me).
The C interface of id3lib is just as useable anyway, though
perhaps not as elegant.
* By the way, if you have both GCC 2.x and GCC 3 on a RedHat
system you can compile with gcc3 by configuring using:
CC=gcc3 ./configure
* Added a few extra GNOME desktop features. (Still to be
completed for full GNOME compliance.)
* Rolling these changes out as GNOMAD 1.0.4.
2002-01-12 Linus Walleij <triad@df.lth.se>
* Finally found out that mingling jukebox calls with GTK calls
is a major source of unstability, especially so if you are
playing around with playlists. Letting jukebox calls create
memory structures (lists, hashes) and then building the
widgets from the structures added a LOT of stability. Now you
can even use the program a bit before it crashes :-)
* Also implemented a fast file copy method that improved the
speed of stripping ID3 tags by, say 800%.
* A lot of other stupid bugs got squashed. So rolling out GNOMAD
1.0.3 is a good thing to do before going to bed.
2002-01-12 Linus Walleij <triad@df.lth.se>
* Removed all use of stdbool.h, and the bool type in favor of
gboolean and the C++ builting bool type in id3.cpp. Released
this single bugfix as GNOMAD 1.0.1 :-)
* Later that night, I moved all opening and closing of the
jukebox into the opening and closing of the program, so that
NJB_Release() and NJB_Close() are not called all the time.
* In the night same day I had still not been able to locate the
problem which makes the application crash on clearing and
rebuilding the playlist tree. The only thing I know is that
the error only occurs when I build playlists which are
expandable and with songs in them. Also any destruction of
playlists using playlist_destroy() seems to be dangerous.
* However things are much more useable right now, so I will
roll these fixes as GNOMAD 1.0.2. Just so that folks trying
it out will actually be able to use it...
2002-01-11 Linus Walleij <triad@df.lth.se>
* Created the initial release of GNOMAD 1.0
|