summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up profiles; it was breaking manifestHEADmasterDaniel Gryniewicz2009-04-143-16/+0
| | | | svn path=/maintainer/; revision=110
* Orange cursor for 2.26.0Daniel Gryniewicz2009-04-142-0/+51
| | | | svn path=/maintainer/; revision=109
* Orange cursor for stable gnome terminalDaniel Gryniewicz2009-03-164-2/+454
| | | | svn path=/maintainer/; revision=108
* Coherence needs twisted-webDaniel Gryniewicz2009-01-162-1/+2
| | | | svn path=/maintainer/; revision=106
* Aggregate updatesDaniel Gryniewicz2008-11-239-25/+91
| | | | svn path=/maintainer/; revision=104
* Liberation fonts got renamedDaniel Gryniewicz2008-10-023-4/+7
| | | | svn path=/maintainer/; revision=103
* Mark 2.22.3-r1 stable for my workstationDaniel Gryniewicz2008-09-123-3/+7
| | | | svn path=/maintainer/; revision=102
* Bump to gnome-terminal-2.23.91Daniel Gryniewicz2008-09-123-4/+13
| | | | svn path=/maintainer/; revision=101
* Elisa bumpDaniel Gryniewicz2008-08-2013-3/+266
| | | | svn path=/maintainer/; revision=100
* Bump to pigment-python-0.3.5Daniel Gryniewicz2008-08-204-1/+67
| | | | | | | | | | | | * Updated bindings to Pigment 0.3.7. * Fixed potential leak of controllers in the implicit timing system. * Highly reduced the number of calls to time.time() when a ticker is used. * Improved scene graph abstraction performance. * Added a ticker object in the timimg system to easily integrate animations with the new Pigment update-pass signal. * Added a benchmark testing drawable rendering performance. svn path=/maintainer/; revision=99
* Bump to pigment-0.3.7Daniel Gryniewicz2008-08-203-1/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support to get Windows messages from the main loop. * Fixed unit test failing on 64 bits systems. * #267 : Failure in make check's PgmImage suite * #270 : Documentation for "released" signal in Drawable posibly wrong * pgm_viewport_set_message_filter() function * pgm_viewport_get_message_filter() function * PgmViewport::win32-message-event signal * PgmEventType::PGM_WIN32_MESSAGE enum field * PgmEventWin32Message struct * Added an OpenGL ES-CM 1.1 plugin. * Added support for the GLX texture-from-pixmap extension. * Added support to rotate drawables. * Highly improved Windows support. * Added support to rotate and reflect a canvas. * Added support for pressure events coming from touchscreens. * Added motion, entered and left signals to drawables. * Added support for mouse navigation events in the GStreamer image sink to handle DVD menu elements for instance. * Added support to transform positions from/to viewport, canvas or image coordinate spaces. * #8 : Spline interpolation * #63 : Hardware video overlay * #144 : Segfault while trying to open video * #145 : we can't use in pipeline drawable not added to a canvas * #178 : Enter/leave drawable signals * #208 : implicit animation leaks * #210 : examples on gutsy: `PGM_IS_VIEWPORT (viewport)' failed * #223 : Drawables "released" signal prototype inconsistency * #224 : [repository] The common/ external should be dropped * #235 : pigment locks when windows is out of screen * #239 : Bad error handling: exit(1) in main loop due to glXChooseFBConf... * #244 : support for GLX_EXT_texture_from_pixmap in OpenGL on X11 * #245 : Rotation and reflection of the canvas * #248 : C++ reserved keywords used as structure fields * #251 : Rotation support * #253 : User defined hook in the render thread prior to each rendering * #254 : Process deadlocks at closing on Windows * #255 : Motion, entered and left signals for drawables * #256 : Rotation of drawables are not handled for picking * #257 : Conversion fuctions between canvas, drawable and image spaces * #258 : PgmImageSink should send GstEvents on the pipeline for mouse mo... * #260 : [win32] the window is shown at creation * #262 : Mouse related signals are emitted even if opacity is 0 * #263 : [win32] no possibility to get the win32 windows handle from a p... * #264 : [win32] Fullscreen crashes with Intel chipsets/drivers API added since 0.3.5: * PgmViewportCapacity::PGM_VIEWPORT_TOUCHPAD enum field * PgmEventType::PGM_BUTTON_PRESSURE enum field * PgmEventMotion::pressure struct field * PgmEventButton::pressure struct field * PgmViewport::button-pressure-event signal * PgmDrawable::pressured signal * pgm_image_set_from_system_buffer() function * pgm_image_system_buffer_lock() function * pgm_image_system_buffer_unlock() function * PgmImageSystemBuffer struct * PgmImageStorageType::PGM_IMAGE_SYSTEM_BUFFER struct field * PgmDrawableProperty::PGM_IMAGE_DATA_SYSTEM_BUFFER struct field * PgmDrawableProperty::PGM_IMAGE_SYSTEM_BUFFER_CONTENT struct field * PgmViewportCapacity::PGM_VIEWPORT_X11_SYSTEM_BUFFER struct field * PgmViewportReflection struct * PgmViewportRotation struct * pgm_viewport_set_canvas_rotation() function * pgm_viewport_get_canvas_rotation() function * pgm_viewport_set_canvas_reflection() function * pgm_viewport_get_canvas_reflection() function * pgm_drawable_set_rotation_x() function * pgm_drawable_get_rotation_x() function * pgm_drawable_set_rotation_y() function * pgm_drawable_get_rotation_y() function * pgm_drawable_set_rotation_z() function * pgm_drawable_get_rotation_z() function * pgm_viewport_emit_update_pass() function * PgmViewport::update-pass signal * pgm_drawable_from_canvas() function * pgm_drawable_to_canvas() function * pgm_image_from_drawable() function * pgm_image_to_drawable() function * PgmImageSinkEventMask struct * PgmImageSink::events property * pgm_image_sink_set_events() function * pgm_image_sink_get_events() function API changed since 0.3.5: * PgmDrawable::pressed signal prototype * PgmDrawable::clicked signal prototype * PgmDrawable::drag-begin signal prototype * PgmDrawable::drag-motion signal prototype * PgmDrawable::released signal prototype * PgmViewport::delete-event signal prototype * Removed PgmEventDelete struct svn path=/maintainer/; revision=98
* clean upDaniel Gryniewicz2008-08-1915-258/+0
| | | | svn path=/maintainer/; revision=97
* bumpDaniel Gryniewicz2008-08-143-10/+36
| | | | svn path=/maintainer/; revision=96
* Pull 2.22.3-r1 from portageDaniel Gryniewicz2008-08-043-0/+91
| | | | svn path=/maintainer/; revision=95
* Gnome-terminal with orange cursorDaniel Gryniewicz2008-07-095-0/+116
| | | | svn path=/maintainer/; revision=94
* Add gupnp-media-serverDaniel Gryniewicz2008-07-0912-0/+226
| | | | svn path=/maintainer/; revision=93
* bump to vala-0.3.4Daniel Gryniewicz2008-06-303-1/+43
| | | | svn path=/maintainer/; revision=92
* Add vala from sunriseDaniel Gryniewicz2008-06-304-0/+68
| | | | svn path=/maintainer/; revision=91
* add coherence, update elisaDaniel Gryniewicz2008-06-256-3/+61
| | | | svn path=/maintainer/; revision=90
* s/DEPEND/RDEPEND/Daniel Gryniewicz2008-06-243-4/+8
| | | | svn path=/maintainer/; revision=89
* Elisa 0.3.5Daniel Gryniewicz2008-06-1629-810/+66
| | | | svn path=/maintainer/; revision=88
* Fix plugins to not all install __init__.pyDaniel Gryniewicz2008-06-165-4/+18
| | | | svn path=/maintainer/; revision=87
* Remove categories; pquery barfsDaniel Gryniewicz2008-06-161-149/+0
| | | | svn path=/maintainer/; revision=86
* Kvm is in the kvm overlay nowDaniel Gryniewicz2008-05-079-185/+2
| | | | svn path=/maintainer/; revision=85
* Keyword ~x86Daniel Gryniewicz2008-04-113-4/+7
| | | | svn path=/maintainer/; revision=84
* Bump to 65Daniel Gryniewicz2008-04-084-17/+61
| | | | svn path=/maintainer/; revision=83
* Add my own ck-sourcesDaniel Gryniewicz2008-04-032-0/+37
| | | | svn path=/maintainer/; revision=82
* Warn about deleting configDaniel Gryniewicz2008-03-052-1/+3
| | | | svn path=/maintainer/; revision=81
* add elisa plugins, update elisa to depDaniel Gryniewicz2008-03-058-1/+89
| | | | svn path=/maintainer/; revision=80
* Update copyrightDaniel Gryniewicz2008-03-052-1/+2
| | | | svn path=/maintainer/; revision=79
* Bump to 0.3.4Daniel Gryniewicz2008-03-054-52/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is Elisa 0.3.4, fourth release of the 0.3 branch. Highlights of the features added since 0.3.3: - Pictures slideshow rewritten with appealing fade in/fade out effect - Drag&Drop support to easily add new media directories inside Elisa - Startup splashscreen together with a slick introduction effect dramatically improving the first time user experience - Elisa core and the various plugins bundles are now released separately which makes it easier to keep hot features up to date - Missing codec detection and installation support - Elisa detects poorly configured graphics driver and warns the user about it - Freedesktop's startup notification support - Simplified playlist management with automatic playback of albums - Player on screen display improved mouse support Bugs fixed since 0.3.3: - 552: Bus messages should be Components - 741: console based EPR client - 746: Add support for a startup notification (freedesktop's standard) - 747: Think and design a splash screen for Elisa - 861: Add moblin detection code in setup.py - 873: Untagged photos don't show up under F-spot - 874: F-spot shouldn't show empty entries - 895: Image thumbnailer locks the main thread - 900: Plugin dependencies need to be checked - 910: Remove poblenou plugin - 929: Elisa package (deb file) is too big - 938: add to core an utility to list installed plugin in Elisa - 939: add to core an utility to update the package version - 940: add to core an utility to upgrade the installed plugins - 941: add to core an utility to install or remove plugins - 942: add to core an utility to get information about plugins - 943: Plugins not included in the config are loaded by Elisa - 944: Elisa directory structure re-organiation - 946: media scanner should become plugin - 965: Plugins loaded by .conf get TitleCased (and then fail!) - 966: It is not possible to express dependencies between bindings - 972: Elisa needs a man page - 975: Support of the Apple remote control without inputlirc - 976: "python setup.py install" results in a unusable Elisa - 985: xmlmenu plays ping-pong with MediaLocation messages - 986: take care of version numbers in plugin dependencies - 987: User plugin directory not scanned for plugins - 990: ogg files not recognized/shown - 992: modify Elisa config when installing new plugins, in order to load them - 1006: Running Elisa from a fresh svn checkout looks like not having installed plugins. - 1015: Slideshow jumps 2 steps on play - 1018: added music doesn't show up under artists/albums - 1021: Empty or corrupted thumbnails when the thumbnailer times out - 1022: Uninstalled plugins get loaded instead of user wide plugins - 1025: Rethink i18n management since split between elisa-core and plugins - 1026: MediaLocationMessage doc sucks - 1027: URI support in EPM - 1033: Thumbnailer should avoid retrying to thumbnail when it fails - 1035: doesn't track choosen album changing view to coverflow - 1039: Do not drop silently metadata retrieval errors - 1043: Upgraded local wide plugins are not loaded correctly - 1045: slideshow from the main-menu does not work - 1051: Text doesn't fit into the popup area - 1055: shoutcast plugin tracebacks on get_real_uri for directories - 1058: crash on startup, ubuntu 7.10 - 1060: The present implementation of upgrade is not always working correctly - 1061: daap media timeout on initialize() - 1062: pkg_resources takes very long to import - 1063: elisa-get and empty PYTHONPATH - 1064: Audio: when selecting an album, elisa only plays back the first track - 1070: replace fake 100% cpu usage report in the UI - 1071: "core" is not listed among the plugins - 1072: Add install()/uninstall() methods to the Plugin class - 1075: Player OSD sucks CPU - 1076: player config upgrade - 1077: playing a new media type requires manual player stop - 1078: "stop" shortcut not working anymore - 1083: Memory leak - 1085: duration does not get updated proper - 1086: check that the update:updater_service is activated in the configuration - 1088: unpredictable behaviour - 1090: Popup has garbage text when it is displayed the first time. - 1093: ugly progressbar jump on going to the next track - 1096: theme icons in the theme configuration UI appear with inverted colors - 1098: hildon detection fails on hardy - 1099: --version fails - 1102: Elisa does not launch unless elisa-plugins-good is installed - 1105: backport changeset 5202 - 1107: DAAP media unit tests fail - 1109: show_mem & show_cpu options are broken - 1115: switching to player without model tracebacks (but does not block) - 1117: the splashscreen's contour looks sharp and ugly svn path=/maintainer/; revision=78
* Bump to 0.3.3Daniel Gryniewicz2008-03-054-9/+30
| | | | | | | | | | | | | | | | | | Changes since 0.3.2: * Updated bindings to Pigment 0.3.5. * Added a benchmark class testing underlying system graphics performance. * Added configure switch enabling experimental doc strings based on C doc. * Added new examples for drag and drop and viewport opacity. * Improved list widget performance. * Fixed building on OpenSolaris. Tickets fixed since 0.3.2: * #230 : Patch for README files updating dependencies * #231 : missing binding for embedding_id svn path=/maintainer/; revision=77
* Bump to 0.3.5Daniel Gryniewicz2008-03-054-46/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 0.3.4: * Highly improved rendering performance of the OpenGL plugin. * Added support for drag and drop on the viewport. * Added support for Freedesktop startup notification in the OpenGL plugin. * Added support for changing the viewport opacity. * Fixed the Xlib/XCB dead lock. * Fixed focus traversal with the GTK+ widget. * Made the text font height proportional to the height of the drawable. Tickets fixed since 0.3.4: * #111 : Fancy fonts rendering with Mesa * #194 : XEmbed focus traversal problems * #214 : Viewport drag and drop support * #170 : Implement the freedesktop's startup notification specification * #176 : Crash with ATI radeon with no direct rendering * #204 : text font height resize support in Group * #215 : Support viewport clear color through the ARGB visuals * #228 : Update idle source output clutters the console output API added since 0.3.4: * pgm_viewport_get_opacity() * pgm_viewport_set_opacity() * pgm_viewport_get_frame_rate() * pgm_viewport_get_alpha_blending() * pgm_viewport_set_alpha_blending() * PgmViewportCapacity::PGM_VIEWPORT_OPACITY * PgmViewport::drag-motion-event signal * PgmViewport::drag-drop-event signal * PgmViewport::drag-leave-event signal * PgmViewport::set_drag_status virtual function * PgmEventType::PGM_DRAG_MOTION field * PgmEventType::PGM_DRAG_DROP field * PgmEventType::PGM_DRAG_LEAVE field * PgmEventDnd structure API changed since 0.3.4: * Removed PGM_VIEWPORT_HAS_CAPS() macro svn path=/maintainer/; revision=76
* Bump to 0.3.3Daniel Gryniewicz2008-01-226-5/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights of the features added since 0.3.2: - completely new user interface named 'raval' making a better use of screen's real estate - new visualisation modes: grid of pictures, vertical list and cover flow like - stacks of picture replace dull directory icons - mouse support greatly improved - playback from DAAP shares has been reactivated - new YouTube plugin - audio visualisation using libvisual - faster startup - better detection of media types using GStreamer - basic playlist support Bugs fixed since 0.3.2: - 752: [win32] update media_uri with windows path - 885: Online services thumbnails do not appear - 195: Windows port - 385: elisa should not hardcode file extensions as a way to detect file type - 418: Font regeneration when viewport size changes - 427: DAAP playback support - 506: solve the sorting problem - 721: Elisa not starting when running on Python 2.4 - 748: Externalisation in separate files of model/controller/views associations - 758: [win32] units tests do not works on windows - 763: Component missing a Python dependency prevents Elisa from starting up - 781: thread issue with hal, dbus and the elisa bus - 446: Cleanup of attribute change notifications - 592: ticket explanation page - 618: Don't ship .mo files in the source distribution - 633: Sizes in player_view of poblenou_frontend should be relative to the canvas - 709: Use ReviewBoard for code reviews - 725: Unicode breaks media_uri (as usual) - 728: Typefinding potential improvements - 732: Windows/task system - 733: faster plugins loading - 738: HAL fails to initialize if dbus not running - 743: Cleanup and proper testing of lists in MVC - 745: Complete unit tests in core - 750: In Pigment based frontends, changing the size of the canvas does not work well - 762: use media_manager wherever os.open or open() is called - 774: Playing a video and then trying to play another one before its end does not work - 778: Hotplug is broken - 787: Remove the classic frontend plugin - 788: Split plugins.bad.media_bad in two plugins - 789: split plugins.good.input_good in two plugins - 790: split plugins.good.media_good - 791: move stage6 plugins in ugly - 792: split plugins.ugly.media_ugly in two plugins - 801: split plugins in plugins.base.media_provider - 839: update configuration updator - 846: Split plugins.bad.input_bad in two plugins - 847: Split plugins.good.services_good in three plugins - 850: Rename and move service plugin (elisa/plugins/service) into an about plugin - 865: Polish (pol) translation - 868: get_metadata should have a priority parameter - 722: PlayerRegistry should state a warning if there are no player engines in the configuration - 723: Play next song after current song is finished. - 724: Bind next track on streamzap remotes to next song by default - 760: make XDG user-dirs support optional - 761: gnomevfs plugin crashes if gnomevfs module is not installed - 765: Elisa starts when pysqlite2 is not installed, but segfaults when it is - 772: playbin engine/player engine will not open property_set('uri'.... - 773: EXIF Rotated pictures are rotated at low quality and not rotated in high - 852: move mouse in player frame dropping video - 854: Subtitles desynced when seeking in media - 861: Add moblin detection code in setup.py - 866: Untranslated strings - 894: GPL-Licence and copyright year update svn path=/maintainer/; revision=70
* Add pigment-pythonDaniel Gryniewicz2008-01-223-0/+54
| | | | svn path=/maintainer/; revision=69
* Bump to 0.3.3Daniel Gryniewicz2008-01-224-5/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improved OpenGL plugin rendering performance * Added a GTK+ widget embedding viewport * Added automatic viewport update support * Highly improved linear algebra support * Added image loading from filenames instead of file descriptors * Added image mapping (texturing) matrix support * Added image border support * Added MSVC6 project files * Added Win32/WGL support to the OpenGL plugin * Split the Python binding from the core library * Added manual and interactive tests to check rendering correctness * Increased unit tests code coverage * Improved plugin loading/unloading Tickets fixed since 0.3.2: * #106 : Warnings at gtk-doc build * #123 : PgmImageSink doc should display GObject properties * #124 : ViewportFactory should be a Singleton * #132 : GStreamer logging * #139 : Win32 support * #141 : Font height is not respected * #160 : Build failing on rawhide and gutsy * #162 : Crash when deleting a master too fast * #163 : pigment crashes when I use as master an Image not in the canvas * #168 : Plugins are never properly unloaded * #173 : Add visual (and manual) user test suite * #179 : GTK+ widget * #180 : Support for coverage report * #181 : Updated test framework * #182 : Load an image from a filename * #184 : Viewport from and to canvas functions are erroneous * #185 : New tests and a few bugfixes * #187 : test makefile reorganisation * #188 : tests makefile reorganisation * #189 : core/plugin tests spearation * #190 : Scroll events on drawables * #191 : "button-release-event" not fired when mouse moves outside the v... * #195 : libpigment-gtk not in the documentation * #197 : FDs not freed after async file image loading is finished * #198 : Automatic viewport update * #199 : pgm.Image.set_from_file does not accept files smaller than 1024... * #200 : Occasional segfault when disposing a gl viewport * #203 : Convert linear algebra functions to boxed types * #205 : Texturing matrix manipulation API * #207 : Build failed: "array subscript is not an integer" * #209 : Image borders support * #211 : Python binding split * #213 : Pigment's python binding tends to segfault on x86_64 API added since 0.3.2: * PgmLinearAlgebra objects * PgmViewportCapacity::PGM_VIEWPORT_APPLICATION_EMBEDDING * PgmViewport::pixels-read signal * pgm_viewport_get_embedding_id() * pgm_viewport_read_pixels() * pgm_viewport_push_pixels() * PgmGtk object * pgm_gtk_new() * pgm_gtk_set_viewport() * pgm_gtk_get_viewport() * PgmDrawableProperty::PGM_IMAGE_DATA_PIXBUF * PgmDrawable::scrolled signal * pgm_drawable_regenerate() * PgmImage::pixbuf-loaded signal * PgmImageStorageType::PGM_IMAGE_DATA_PIXBUF * pgm_image_new_from_file() * pgm_image_set_from_file() * pgm_image_set_mapping_matrix() * pgm_image_get_mapping_matrix() * pgm_image_set_border_width * pgm_image_get_border_width * pgm_image_set_border_set_inner_color * pgm_image_get_border_set_inner_color * pgm_image_set_border_set_outer_color * pgm_image_get_border_set_outer_color * pgm_image_sink_new() * pgm_image_sink_set_image() * pgm_image_sink_get_image() * PgmCanvas::near_layer field * PgmCanvas::middle_layer field * PgmCanvas::far_layer field API changed since 0.3.2: * pgm_viewport_update() * PgmLinearAlgebra functions * Removed PgmImageStorageType::PGM_IMAGE_DATA_FD * Removed PgmImage::fd-loaded signal * Removed pgm_image_new_from_fd() * Removed pgm_image_set_from_fd() * Removed pgm_image_alloc_gst_buffer() * Removed PgmDrawableProperty::PGM_IMAGE_DATA_FD * PgmCanvas::near field * PgmCanvas::middle field * PgmCanvas::far field svn path=/maintainer/; revision=68
* Bump to 0.3.2_p1Daniel Gryniewicz2007-12-114-4/+57
| | | | | | - Pull a cvs snapshot on 20071211 that hopefully actually works svn path=/maintainer/; revision=67
* Fix some depsDaniel Gryniewicz2007-11-013-9/+13
| | | | svn path=/maintainer/; revision=66
* Add remove-duplicates-plugin for evoDaniel Gryniewicz2007-10-154-0/+65
| | | | svn path=/maintainer/; revision=65
* bump; tests tail on amd64Daniel Gryniewicz2007-10-105-15/+19
| | | | svn path=/maintainer/; revision=64
* Bump; tests fail on amd64, testing on x86Daniel Gryniewicz2007-10-104-4/+56
| | | | svn path=/maintainer/; revision=63
* Bump to 0.3.1 This is the first release of the 0.3 Elisa branch, which is aDaniel Gryniewicz2007-09-024-4/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | major rewrite compared to the 0.1 branch. Features added since 0.1.7: - new multi-frontend system allowing Elisa to run on various graphical toolkits, eventually synchronized - new artwork, including a Tango-like theme - media metadata retrieval support using various sources - improved user interface, it's now much more reliable - added a service to customize the screen aspect ratio Bugs fixed since 0.1.7: - 361: Music only lists 250 of my 267 folders. - 516: Seeking videos => audio/video desync - 366: Failed to play video with external subtitles (.str) - 400: Media scanner monopolizing main thread - 412: Make poblenou frontend aspect-ratio dependent - 413: alphabetical order of songs / albums / artists - 414: Movie preview overlaps image preview - 424: Seeking quickly in the player is not possible (CPU dies) - 425: Previews clutter the main menu. - 435: Down arrow in the menu - 444: elisa hangs on new media in audio - 445: playing ipod and audiocd hangs off whole elisa - 461: Integrate grid widget - 485: staying icons because of list-renew - 528: remove problem in lists - 529: Removing parent leads to problems - 540: PlayAll does not work the second time - 61: Smart media tag browsing - 71: Non-english filename support - 75: Improve GUI fluidity on older GPUs - 97: Precise timeout handling for animations - 163: Wait animation when starting to play a file - 175: Watching big pictures causes a lot of CPU usage - 202: CPU usage on tiny computers - 264: Video thumbnailer adaptation to make use of DataAccess plugins - 291: Rotating an image only rotate the thumbnail and not the picture when displayed in the background - 307: Manage hotplug sources plugged when Elisa is not running - 308: Media manager scan interruption - 333: more remote actions, especially in combination with the Coherence MediaRenderer backend - 337: Start reading a videofile during thumbnail generation cause DeadLock - 339: off-center text - 347: Make use of freedesktop's xdg-user-dirs to locate media - 352: Extended automation Cover-selector (like in Pictures-Plugin) - 359: Selecting Play All in a music folder crashes elisa - 372: [debian/ubuntu] Depend on python-daap - 373: if config fails to parse, eception about Application not having close method is raised - 374: [PATCH] error in audio_activity.py - 375: [PATCH] media_uri doesn't url encode strings when creating the uri - 376: [PATCH] gtk ui treeview needs to be scrollable - 381: boost python traceback - 382: inotify problem when missing ctypes - 387: /usr write check fails under fakeroot - 390: Elisa does not start when a USB drive is plugged in during start - 392: the mediascanner have to start 10 s after the application launch - 394: application.stop() should return a Deferred - 395: Video display is overlayed by the video icon - 404: Review Player for blocking calls - 406: Failure in plugin loading gives wrong error message - 410: Navigation fix, hitting OK should go down in the menu - 415: Volume level not displayed when changed - 419: When the media playback is finished, the menu should reappear - 422: Uniformise repeat behaviour across the different input devices - 426: Preview focus not set when going in a section: switching to fullscreen makes the wrong preview grow - 428: Movie preview should pause when going into another section - 429: Player shows weird things on streams - 431: Support for non-seekable Videos in Thumbnailer (like Flash-Video) - 433: gtk frontend broken - 441: playing media files without required gstreamer plugins makes elisa sooo slooow - 442: Plugin registry changes behaviour if -t is specified - 448: Player options - 452: Investigation on poblenou:node_controller - 453: Media scanner traceback - 462: non local pictures display support - 464: cover support in UPnP MS - 468: Cover retrieval not yet fine on daap:// and ipod:// - 471: While playing a playlist, hit stop => player goes to next track - 484: no title and arrow for loading-image, please - 505: elisa breaks at start if ~/.elisa/plugins is missing - 508: DVD actions - 510: make label of a location configurable - 511: Video preview timeout - 512: Explicit folder actions - 514: Preview cleanups - 515: Playing elisa:// URIs with empty media_db - 517: Adding files on a directory browsed by elisa - 518: Remove duplicated API docs - 524: theme switcher: error in observer - 525: theme switcher icon in tango theme is wrong - 527: HAL makes problems on plugging in seconds stick - 532: no volume in pause - 533: volume stays longer than progress bar on menu appearing - 536: USB key hotplugged results in seeing /media in Elisa - 537: replugging stick while elisa runs raises exception - 539: Menu items thumbnails interverted - 360: Scrolling is to slow. - 383: Macedonian translation - 384: Macedonian translation - 386: exceptions should be caught in ListObservable if an Observable raises an exception - 393: media_scanner must parse sources one by one - 403: local media fails on wrong encoding in filename - 407: AudioCD without MusicBrainz2 - 408: gst-metadata breaks on special filenames sometimes - 409: media_db has problems, when there is no media provider - 416: Cover lookup doesn't work with daap:// and ipod:// - 423: Nice fade-in/fade-out at startup/shutdown - 437: Pressing enter on audiocd gives traceback - 438: lirc should use a temporary file - 450: start_fullscreen poblenou frontend option - 459: cache amazon covers in ~/.elisa - 495: my favorites of stage6 - 513: Drop 10 items limit in playlists - 493: support non-square pixel aspect ratio - 84: Asynchronous Flickr? - 306: Make the mouse pointer disappear after a few seconds - 355: livecd - 356: livecd - 357: livecd - 389: RTL Language support svn path=/maintainer/; revision=62
* Pigment bumpDaniel Gryniewicz2007-09-024-4/+56
| | | | svn path=/maintainer/; revision=61
* Add alsa-lib depDaniel Gryniewicz2007-08-153-8/+12
| | | | svn path=/maintainer/; revision=60
* Need a repo_name now...Daniel Gryniewicz2007-07-111-0/+1
| | | | svn path=/maintainer/; revision=57
* Add kvm-26; note: kvm-17 is for the built-in kvm module in 2.6.21; kvm-26 ↵Daniel Gryniewicz2007-05-315-29/+70
| | | | | | installs it's own kvm modules svn path=/maintainer/; revision=56
* Dates is in portageDaniel Gryniewicz2007-05-104-189/+0
| | | | svn path=/maintainer/; revision=55
* Bump to 17, needed for 2.6.21 kernelsDaniel Gryniewicz2007-05-015-26/+40
| | | | svn path=/maintainer/; revision=52
* Bump to 0.1.6Daniel Gryniewicz2007-04-284-4/+138
| | | | | | | | | | | | | | | | | The Elisa team is happy to announce the 0.1.6 release of the Elisa home multimedia system. We fixed 2 crasher bugs in this release: - Under Ubuntu Feisty any attempt to close the elisa's DBus session would lead to a segfault, preventing the configuration from being written back to disk. We don't close the dbus session anymore, it's not even recommended in the DBus developer documentation (and now we know why). - If you were missing multimedia codecs to play a file, in some cases GStreamer would fail to parse the resulting error message, leading to an assertion error and a segfault of the application svn path=/maintainer/; revision=49
* Remove deluge; it's in portageDaniel Gryniewicz2007-04-206-106/+0
| | | | svn path=/maintainer/; revision=48