Thomas Frauendorfer
43516c9431
OTHER: add system skin path to manpage
2009-09-11 20:06:46 +02:00
Thomas Frauendorfer
f7d2848f18
OTHER: move installation code for data into wscript file in subdir
2009-09-11 19:51:41 +02:00
Thomas Frauendorfer
22e536e84d
OTHER: initialize variables reported by valgrind
2009-09-11 03:38:36 +02:00
Thomas Frauendorfer
2a75a139b3
OTHER: Change Skin initialisation workaround
...
Now the Skin is only loaded once on startup, not twice.
Instead of loading the Skin a second time, and let Skin emit the skinChanged
signal now emitting the signal is initiated from the startup code
2009-09-11 03:38:29 +02:00
Thomas Frauendorfer
1854945831
OTHER: Handle resources from data subdir in a cleaner way
2009-09-06 18:51:07 +02:00
Thomas Frauendorfer
0ba2803f26
OTHER: revert change to build resources as static library
...
If resources are build as static libraries they have to be initializes manually
I have to add some code do that automatically
2009-09-01 00:11:34 +02:00
Thomas Frauendorfer
7501a912c9
OTHER: Remove some cruft and clean up build system
2009-08-31 23:22:35 +02:00
Thomas Frauendorfer
3eb11f6933
OTHER: remove qmake buildinformation and update README
2009-08-31 21:13:15 +02:00
Thomas Frauendorfer
b66ab0e6ea
OTHER: add waf buildscripts
2009-08-31 20:52:17 +02:00
Thomas Frauendorfer
d9cedc7c5d
OTHER: add .moc inlcludes to .cpp files
2009-08-30 23:18:22 +02:00
Thomas Frauendorfer
e791949f01
OTHER: Added icon svg files from AJ Ashton's originals
2009-08-30 23:02:51 +02:00
Thomas Frauendorfer
87c595909d
OTHER: added Copyright information to AJ Ashton's logo files
2009-08-30 23:02:51 +02:00
Thomas Frauendorfer
8213fc06e8
OTHER: added logo sources, Thanks to AJ Ashton
...
The logos can be distributed under the terms of the GPL version 2 or later
and the CC BY-SA v3.0 license.
2009-08-30 01:14:48 +02:00
Thomas Frauendorfer
a95dc40ff3
OTHER: guard headerfiles against multiple inclusion
2009-08-29 02:15:17 +02:00
Thomas Frauendorfer
ff3423c85e
OTHER: changed copyright from Thomas Frauendorfer to XMMS2 Team
2009-08-27 01:42:34 +02:00
Thomas Frauendorfer
c458d2727f
OTHER: Fix endles loop in server side browsing
2009-08-26 22:24:09 +02:00
Thomas Frauendorfer
c6e5965e53
OTHER: really fix lintian warning.
...
I accidtently dropped half of the previous patch
2009-08-26 08:18:51 +02:00
Thomas Frauendorfer
9a94286d70
OTHER: Fix segfault in Server-side browser.
2009-08-25 21:55:00 +02:00
Benjamin Drung
3bcdfad1d3
OTHER: Fix lintian warning for .desktop file
2009-08-25 19:29:19 +02:00
Thomas Frauendorfer
853dea644e
OTHER: post DrM API update
2009-08-25 01:46:31 +02:00
Thomas Frauendorfer
cf0ab87dd6
RELEASE 0.1.0
2009-08-25 00:43:09 +02:00
Thomas Frauendorfer
8e56a75261
OTHER: add desktop file and disable current icon in promoe
...
I have no idea who created icon.png and tru can't remember.
So the desktop file uses the xmms2 icon if it's available
2009-08-25 00:22:58 +02:00
Thomas Frauendorfer
89d10255de
OTHER: remove execution right from graphic file
2009-08-18 01:57:31 +02:00
Thomas Frauendorfer
8b61084d1c
OTHER: remove useless Thumbs.db file from CleanAMP dir
2009-08-18 01:53:34 +02:00
Thomas Frauendorfer
17606a3b0a
OTHER: hardcode $PREFIX/share/promoe/skins as searchpath
2009-08-18 01:17:48 +02:00
Thomas Frauendorfer
f02b066112
OTHER: Fix some pathes for build configuration on MacOS
...
Thanks to tru for pointing out those problems
2009-07-20 12:44:09 +02:00
Thomas Frauendorfer
4a8b16de13
OTHER: Release candidate 0.1-rc2
2009-07-20 11:19:11 +02:00
Thomas Frauendorfer
3eb9d24817
OTHER: Correctly update a playlist when entries are added
2009-07-18 22:00:02 +02:00
Thomas Frauendorfer
8267d2e93c
OTHER: small fix for time formating in playlist
2009-07-17 11:35:23 +02:00
Thomas Frauendorfer
f3b503efe7
OTHER: added Henrik Grindal Bakken to AUTHORS file
...
see commit 9e1b318854
2009-07-15 19:54:00 +02:00
Thomas Frauendorfer
37abb0d4ee
OTHER: Fix infinite loop when adding equalizer to effect order
2009-07-14 23:29:41 +02:00
Thomas Frauendorfer
6dbc87ac7e
OTHER: Changed default skin to Almond-blue
...
I don't know under which license CleanAMP is provided, and I don't want to take
any risks, so I had to replace it. As the default skin is included in the
binary, it might be even necessary for it to be GPL, so I choose the debranded
Almond-blue skin for the time beeing.
Added creator of Almond-blue to AUTHORS file
Also added some magic to make it easier to add new skins through the resource
system
2009-07-14 22:22:31 +02:00
Thomas Frauendorfer
7b5c9d2a82
OTHER: Fix glitch with to short volume sliders
...
Some XMMS skins have too short Volume slider backgrounds
(66 pixel instead of 68)
2009-07-13 21:25:38 +02:00
Thomas Frauendorfer
8aca0ba576
OTHER: Add a manpage and a changelog, tag as 0.1-rc1
2009-07-10 21:26:29 +02:00
Henrik Grindal Bakken
9e1b318854
BUG(2229): Fix compiling with g++ 4.4
...
The correct header would be cstdint, but it isn't in the c++ standard yet
2009-07-06 23:25:02 +02:00
Thomas Frauendorfer
34ec901a1d
OTHER: be less annoying about equalizer plugin
2009-03-24 20:32:40 +01:00
Thomas Frauendorfer
6d7cf47b8f
OTHER: use ++iter instead of iter++
2009-03-01 15:41:55 +01:00
Thomas Frauendorfer
6d271f221c
OTHER: Update to c++ iterators and uint remove
2009-03-01 15:22:11 +01:00
Thomas Frauendorfer
58693f9421
OTHER: update to xmms2-devel commit a10f945b
...
update to the xmmsc_value.h -> xmmsv.h rename
2009-01-20 18:51:41 +01:00
Thomas Frauendorfer
9e1aa92d20
OTHER: show playlist and selection playtimes in playlistwindow
2009-01-07 02:53:59 +01:00
Thomas Frauendorfer
7a0ea5a053
OTHER: rename textbar to textscroller
2009-01-06 22:45:53 +01:00
Thomas Frauendorfer
c682233749
OTHER: scroll playlist to current entry
2008-12-14 23:55:56 +01:00
Thomas Frauendorfer
633de5b5ee
OTHER: Changed two lists in Skin class to maps
...
With the list approach it would have been too easy to accidently mess up
skinning completely.
2008-12-05 01:35:56 +01:00
Thomas Frauendorfer
73167848df
OTHER: added/updated gpg-fingerprints
2008-12-03 23:36:37 +01:00
Thomas Frauendorfer
8b1a61082c
OTHER: Let promoe enable xmms2d's equalizer plugin
2008-12-03 21:32:58 +01:00
Thomas Frauendorfer
c6b75de31d
OTHER: Get values for keys matching RegExp
2008-12-03 12:47:46 +01:00
Lucas Adam M Paul
92c7c30c49
OTHER: TODO Enable reconnect to xmms2d Done
...
If Promoe loses its connection with xmms2d, it will
now ask if you want to try reconnecting.
2008-11-30 22:04:22 +01:00
Thomas Frauendorfer
c7e1a7fa6b
OTHER: Fix memleak and fixed small bug in hideEvent handlers
...
When promoe was minimized or on a different virtual desktop when it was quit,
the visible setting of playlist and equalizer was set to false.
So even when those two were visible before switching to a different desktop
they where set to closed when promoe was started the next time
2008-11-29 16:20:03 +01:00
Thomas Frauendorfer
4df3266088
OTHER: make promoe compile against rv-split
2008-11-25 22:12:12 +01:00
Thomas Frauendorfer
982660510a
OTHER: get rid of XMMSHandler and update classes using it
2008-11-04 19:50:28 +01:00