- .dotest/
- HACKING/
- HACKING.dir/
-
amarok/
- amarokarts/
- amarokcore/
- analyzers/
- data/
- engine/
- fht/
- images/
- loader/
- plugin/
- sqlite/
- titleproxy/
- ui/
- vis/
- Makefile.am
- Options1.ui
- Options2.ui
- Options3.ui
- Options4.ui
- Options5.ui
- Options5.ui.h
- amarok.desktop
- amarok.kcfg
- amarok_plugin.desktop
- amarokbutton.cpp
- amarokbutton.h
- amarokconfig.h
- amarokconfig.kcfgc
- amarokconfigdialog.cpp
- amarokconfigdialog.h
- amarokdcophandler.cpp
- amarokdcophandler.h
- amarokdcopiface.h
- amarokfilelist.cpp
- amarokfilelist.h
- amarokmenu.cpp
- amarokmenu.h
- amaroknavbutton.cpp
- amaroknavbutton.h
- amarokrc
- amarokslider.cpp
- amarokslider.h
- amaroksystray.cpp
- amaroksystray.h
- amarokui.rc
- bcpp.cfg
- browserbar.cpp
- browserbar.h
- browserwidget.cpp
- browserwidget.h
- browserwin.cpp
- browserwin.h
- collectionbrowser.cpp
- collectionbrowser.h
- cr16-app-amarok.png
- cr22-app-amarok.png
- cr32-app-amarok.png
- cr48-app-amarok.png
- cr64-app-amarok.png
- debugareas.h
- directorylist.cpp
- directorylist.h
- directorylistbase.ui
- effectwidget.cpp
- effectwidget.h
- enginecontroller.cpp
- enginecontroller.h
- engineobserver.cpp
- engineobserver.h
- expandbutton.cpp
- expandbutton.h
- fht.cpp
- fht.h
- filebrowser.cpp
- filebrowser.h
- kactionselector.cpp
- kactionselector.h
- kbookmarkhandler.cpp
- kbookmarkhandler.h
- main.cpp
- metabundle.cpp
- metabundle.h
- osd.cpp
- osd.h
- playerapp.cpp
- playerapp.h
- playerwidget.cpp
- playerwidget.h
- playlistbrowser.cpp
- playlistbrowser.h
- playlistitem.cpp
- playlistitem.h
- playlistloader.cpp
- playlistloader.h
- playlistsidebar.cpp
- playlistsidebar.h
- playlisttooltip.cpp
- playlisttooltip.h
- playlistwidget.cpp
- playlistwidget.h
- plugin.h
- pluginmanager.cpp
- pluginmanager.h
- searchbrowser.cpp
- searchbrowser.h
- socketserver.cpp
- socketserver.h
- statusbar.cpp
- statusbar.h
- streambrowser.cpp
- streambrowser.h
- threadweaver.cpp
- threadweaver.h
- autopackage/
- bamboo/
- bksys/
- cmake/
- debian/
- docs/
- handbook/
- playground/
- release_scripts/
- shared/
- src/
- supplementary_scripts/
- tests/
- utilities/
- .gitignore
- .krazy
- AUTHORS
- Amarok.kdev4
- CMakeLists.txt
- COPYING
- COPYING-DOCS
- COPYING.DOC
- COPYING.LGPL
- COPYING.LIB
- CTestConfig.cmake
- ChangeLog
- ConfigureChecks.cmake
- FILES
- HACKING
- INSTALL
- Makefile.am
- Messages.sh
- OXYGEN
- README
- RELEASE_HOWTO
- SConstruct
- TODO
- UIREFACTOR_TODO
- VIS_PLAN
- VIS_PLAN.test
- Version.h
- amarok.kdev4
- amarok.kdevelop
- amarok.lsm
- amarok_1.1_announcement.txt
- bump_plugin_version.rb
- config-amarok.h.cmake
- config.h.cmake
- configure.in.bot
- configure.in.in
- first
- generate_changelog.rb
- get-amarok-cvssnapshot.sh
- packers_amarok.vcf
- release_amarok
- release_amarok.rb
- release_amarok.sh
- release_amarok_cvs.rb
- release_amarok_svn.rb
- release_tarball.sh
- slogan_ideas.txt
- tag_amarok.rb
Stats
Commits this week: 0
| Total Committers: | 0 |
|---|---|
| Last Commit: | 26 Apr 04 |
| Commits this week: | 0 |
| Total Lines of Code (LoC): | 0 |
| Net change in LoC this week: | 0 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
amarokslider.h
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
svn path=/trunk/kdeextragear-1/amarok/; revision=306460
changed 239 files
- … 238 more files in changeset.
Max Howell
* Use the amaroK namespace, not amK, I also updated the amarok* classes to use the namespace * Helpful tooltip for analyzer widget
svn path=/trunk/kdeextragear-1/amarok/; revision=298209
svn path=/trunk/kdeextragear-1/amarok/; revision=298209
changed 19 files
- … 18 more files in changeset.
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
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
- … 22 more files in changeset.
Stanislav Karchebny
* Fixed volume slider behaviour
svn path=/trunk/kdeextragear-1/amarok/; revision=287899
svn path=/trunk/kdeextragear-1/amarok/; revision=287899
changed 4 files
- … 3 more files in changeset.
Mark Kretschmann
Replaced standard QSliders with a custom slider class, modelled after muesli's design proposal. The new ones should fit better in our design, and have the advantage of looking always the same, regardless of the current widget style.
svn path=/trunk/kdeextragear-1/amarok/; revision=273590
svn path=/trunk/kdeextragear-1/amarok/; revision=273590
added 2 files and changed 8 files
- … 9 more files in changeset.
