Makefile.am

  • Filter
Mark Kretschmann
The amarok/ subdir has been renamed to src/. Removing all obsolete content in this directory.
svn path=/trunk/kdeextragear-1/amarok/; revision=306460
changed 239 files
Max Howell
build ./plugin/* before ./engine/*
svn path=/trunk/kdeextragear-1/amarok/; revision=305517
changed Makefile.am
Mark Kretschmann
CHG: SQLite library sourcecode now included with amaroK.
Needs some testing, for sure.

svn path=/trunk/kdeextragear-1/amarok/; revision=305341
changed 51 files
Stanislav Karchebny
* Use libtool libraries.
svn path=/trunk/kdeextragear-1/amarok/; revision=303286
changed Makefile.am
Mark Kretschmann
Add the stuff again, since it caused link trouble on some systems.
svn path=/trunk/kdeextragear-1/amarok/; revision=302574
changed Makefile.am
Mark Kretschmann
Revert wheels' makefile changes, as I suspect they lead to problems.
svn path=/trunk/kdeextragear-1/amarok/; revision=302566
changed Makefile.am
Mark Kretschmann
Fix SQLite configure check (hopefully).
svn path=/trunk/kdeextragear-1/amarok/; revision=302553
changed 3 files
Scott Wheeler
linking is nice
svn path=/trunk/kdeextragear-1/amarok/; revision=302358
changed Makefile.am
Mark Kretschmann
Many configure improvements: * Moved some remaining text messages to configure.in.bot * New SQLite check using pkg-config, now also checks for version >= 2.8 * Better warning messages
svn path=/trunk/kdeextragear-1/amarok/; revision=302076
changed 3 files
Mark Kretschmann
* Autotoolised amarok_xmmswrapper. * Moved all DO_NOT_COMPILE stuff from configure.in.bot to configure.in.in. This should prevent ppl from building amaroK without an engine.
TODO: Deactivate pedantic compiler warnings for xmmswrapper (and everything
else that uses g-* stuff), since it generates tons of bogus warnings.

svn path=/trunk/kdeextragear-1/amarok/; revision=301700
added Makefile.am and changed 4 files
Mark Kretschmann
* _Finally_ fixed the dreadful engine unloading bug! * Moved engineobserver.* to amarok/amarok. * don't link engine/plugin code to amarokapp, since that's nonsense.
svn path=/trunk/kdeextragear-1/amarok/; revision=300680
changed 22 files
Frederik Holljen
Independent BrowserWin step 1: Statusbar
- Random/repeat/repeat track are now KActions.
- Statusbar uses these actions and displays other useful stuff.
- Display the statusbar.

For those of you who hate it, I will make it optional :)

svn path=/trunk/kdeextragear-1/amarok/; revision=299929
changed 7 files
Mark Kretschmann
Add folder selection widget to CollectionBrowser - ripped from JuK :)
svn path=/trunk/kdeextragear-1/amarok/; revision=299439
added 3 files and changed 3 files
Christian Muehlhaeuser
Fixing minor compile problems (sqlite, enginebase.h)
svn path=/trunk/kdeextragear-1/amarok/; revision=298996
changed 3 files
Mark Kretschmann
I friggin' hate tabs :P
svn path=/trunk/kdeextragear-1/amarok/; revision=298957
changed Makefile.am
Mark Kretschmann
autoconf code extended: * Add check for SQLite database library, needed for CollectionBrowser. * Move most text messages to configure.in.bot, so they will be printed at the end of the configure process. This prevents the user from missing important messages (like our V1a.gra adverts).
svn path=/trunk/kdeextragear-1/amarok/; revision=298956
changed 10 files
Max Howell
* Fix non-latin1 locale problems with tags and directory loading. * Patch courtesy of leo zhu. None of us knew what exactly to do to fix this and so we were waiting for someone to step up and help, Leo was our man! Many thanks. * I made some ammendments to the playlistloader.cpp mods to try and reduce the amount of QCStrings being created. Leo, could you check it still will work? I would but I have no non-latin1 stuff (that I know of). * Split MetaBundle into a cpp file too as should have been done a long time ago. * Use some of Zack Rusin's tips as featured on the dot, notably the one where you cache the iterator from a QValueList::end() operation in a loop.
CCMAIL: 78200-done@bugs.kde.org

svn path=/trunk/kdeextragear-1/amarok/; revision=298820
added metabundle.cpp and changed 6 files
Mark Kretschmann
Fix act of sabotage by our crazy englishman. We need a new whipper *g*
svn path=/trunk/kdeextragear-1/amarok/; revision=298470
added 2 files, changed 2 files and deleted 2 files
Christian Muehlhaeuser
Added the basic SearchBrowser layout and classes. Quite some work left.
svn path=/trunk/kdeextragear-1/amarok/; revision=298164
added 2 files and changed 2 files
Max Howell
Not doing well today, I'm not, I'm not.
svn path=/trunk/kdeextragear-1/amarok/; revision=297836
changed Makefile.am
Max Howell
doh. I'm not good at this. CVS_SILENT
svn path=/trunk/kdeextragear-1/amarok/; revision=297830
changed Makefile.am
Max Howell
Oh and this too, for hotfix removal CVS_SILENT
svn path=/trunk/kdeextragear-1/amarok/; revision=297827
changed Makefile.am
Mark Kretschmann
Hotfix for broken compilation (due to missing vis/ folder).
svn path=/trunk/kdeextragear-1/amarok/; revision=297749
changed 2 files
Max Howell
I always forget one! CVS_SILENT
svn path=/trunk/kdeextragear-1/amarok/; revision=297739
changed Makefile.am
Frederik Holljen
Merge of the observer system into HEAD.
Redesigned engine <--> amarok GUI communication.
* All objects that want to monitor engine changes can so by implementing the EngineObserver interface.
* Changes to the engine are now done through the EngineController object, which is globally available through its static instance() method.

The new system removes the need for centralized GUI synchronization for engine changes in PlayerApp.

CCMAIL: amarok-devel@lists.sourceforge.net
CCMAIL: dkite@shaw.ca

svn path=/trunk/kdeextragear-1/amarok/; revision=297714
changed 23 files
Mark Kretschmann
Add beginnings of CollectionBrowser (doesn't do anything yet).
svn path=/trunk/kdeextragear-1/amarok/; revision=297285
added 2 files and changed 3 files
Max Howell
* Make the browsers behave more like Kate and KDevelop and float over the playlist when not in overlap-mode. Quite chuffed with this, do try it out. Code is nice and small. Will make more compact over the weekend. * Rename PlaylistSideBar, BrowserBar so we have less playlist* files in root srcdir
svn path=/trunk/kdeextragear-1/amarok/; revision=297250
added 2 files, changed 5 files and deleted 2 files
Mark Kretschmann
Some minor fixes.
svn path=/trunk/kdeextragear-1/amarok/; revision=297069
changed 4 files
Mark Kretschmann
Redesigned plugin framework to comply with KDE standards:
* .desktop files are used to describe amaroK-plugins as services.
* KTrader is used for searching plugins and querying properties. The advantage is that we can now use the powerful trader query language to search for a plugin that fits our needs. No need to reinvent the wheel.
* It's possible to query plugins from the shell by using the little tool ktradertest. Very handy for quickly getting an overview once you have a lot of plugins installed.

Thanks go to Nikolas Zimmermann (wildfox@kde.org) for coming up with the idea.

CCMAIL: amarok-devel@lists.sourceforge.net
CCMAIL: dkite@shaw.ca

svn path=/trunk/kdeextragear-1/amarok/; revision=296867
changed 31 files
Max Howell
* Added an mainMenu type toolbar button to playlistWindow. Currently there are two but that's because I couldn't decide where to put it. Discussion is requested. * Adding amarokMenu.* is unfortunate but necessary so both toplevel widgets can use the menu.
svn path=/trunk/kdeextragear-1/amarok/; revision=295943
added 2 files, changed 6 files and deleted amarokconfig.h