- .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)
amarokrc
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
Fix #34, playlist columns can be resized back into site. Qt doesn't disable resizing for columns that you "hide" (hiding for a QListView means setting the width = 0). Easy fix: override setColumnWidth (it's virtual) and use QHeader::enableResizeEnabled(). Hard part: first time amaroK is run setColumnWidth() is not called because QListView::addColumn( QString, int width ) doesn't call it! GRRR! So I set the default column widths in the default amarokrc file that is installed to CONFIGDIR. Seems to be all fixed. Nice.
svn path=/trunk/kdeextragear-1/amarok/; revision=292733
svn path=/trunk/kdeextragear-1/amarok/; revision=292733
Max Howell
* Much cleanup to the Playlist/BrowserWin classes. Fixed quite a few bugs in the process and implemented some minor features like "Play Next" in the context menu and check for double-click before auto-closing the sidebar. Mainly this patch just does a load of things better. * Most significant thing is PlaylistWidget now inherits KListView privately (again). This time I did it so we won't get issues with SIGNALS/SLOTS. I had to do this as PlaylistItems are too fragile to expose to the rest of the program. * Apologies for the 189 item diff for PlaylistWidget.cpp. AFAICT It's because `diff` seems to prefer "change" to "delete".
svn path=/trunk/kdeextragear-1/amarok/; revision=286001
svn path=/trunk/kdeextragear-1/amarok/; revision=286001
Max Howell
* Fix issue where m3us with blank lines gave wierd results * Upgrade some streambrowser code so it's inline with kderadiostation 0.5. We'd like to use the kderadiostation part, but I haven't tested it yet, mainly because it didn't seem like drag and drop was working, which is essential for our purposes.. I'll see if I can work on some patches at some point. * NOTE: you'll probably need to do make install, also some of the wierd titled streams are user-contributed and mostly don't seem to work..
svn path=/trunk/kdeextragear-1/amarok/; revision=281452
svn path=/trunk/kdeextragear-1/amarok/; revision=281452
Max Howell
* shoot me, I'm a fool. Add all dependencies when you introduce new features. If you don't, don't wonder why people can't compile. CVS_SILENT
svn path=/trunk/kdeextragear-1/amarok/; revision=269961
svn path=/trunk/kdeextragear-1/amarok/; revision=269961
added
amarokrc
