date | project | content | link |
|---|
| 19:03 on Dec 21, 2009 | KDE | Commit by jzamora :: r1064776 lintv/trunk/playground/multimedia/lintv/ (3 files in 3 dirs): Just a quick update to fix mp3 support and such...hope it works... | # |
| 22:27 on May 11, 2009 | KDE | Commit by jzamora :: r966819 plasma/trunk/KDE/kdelibs/plasma/delegate.cpp: - Just a small touch up for the plasma item delegate gradient (for kickoff).
| # |
| 16:15 on May 01, 2009 | KDE | Commit by jzamora :: r962168 lintv/trunk/playground/multimedia/lintv/ (11 files in 7 dirs): - LinTVProgram now uses cron to schedule programs instead of at for more reliability.
- A few GUI touchups.
| # |
| 20:10 on Apr 29, 2009 | KDE | Commit by jzamora :: r961270 lintv/trunk/playground/multimedia/lintv/lintv/src/ (lintv.cpp lintv.h): - More work on preventing LinTV from crashing with no devices in the system...
| # |
| 18:57 on Apr 29, 2009 | KDE | Commit by jzamora :: r961248 lintv/trunk/playground/multimedia/lintv/ (8 files in 4 dirs): - A few fixes for LinTV when no devices are present in the system...
| # |
| 19:16 on Apr 28, 2009 | KDE | Commit by jzamora :: r960640 lintv/trunk/playground/multimedia/lintv/lintv/src/main.cpp: - Since putenv sets the environment for just the process, LinTV now sets it whether or not DISPLAY is set just in case DISPLAY is set wrong or something...
| # |
| 16:36 on Apr 27, 2009 | KDE | Commit by jzamora :: r959960 lintv/trunk/playground/multimedia/lintv/ (5 files in 3 dirs): - A quick bugfix where LinTV changes the name of a recording program which causes some issues....
| # |
| 13:46 on Apr 27, 2009 | KDE | Commit by jzamora :: r959899 lintv/trunk/playground/multimedia/lintv/lintv/ (3 files in 2 dirs): In the last commit I forgot to remove lintvstatuswidget from the lintvview class.....I was working on it, but it's not ready quite yet.... | # |
| 13:27 on Apr 27, 2009 | KDE | Commit by jzamora :: r959893 lintv/trunk/playground/ (20 files in 8 dirs): lot of updates:
Many enhancements for recording programs:
- LinTV can now record without being logged in and without a GUI.
- Added a CanceledRecording notification
- LinTV tries to NEVER overwrite any files.....it's very annoying if
you're trying to record something and it overwrites a previous
recording with the same name! :-(
- When recording a schedule, LinTV doesn't load the GUI unless the user
clicks the "Show LinTV" in the context menu of the tray icon. That
seems to save some memory.
Other work:
- LinTV now has a status label which gives the current status of LinTV
as well as how long it's been playing or recording....
This code is pretty *buggy* at the moment, but it seems to work ok for
now..... | # |
| 21:39 on Apr 23, 2009 | KDE | Commit by jzamora :: r958368 lintv/trunk/playground/ (14 files in 7 dirs): - A few bugfixes for LinTV & LinTV Scheduler
| # |
| 16:30 on Apr 20, 2009 | KDE | Commit by jzamora :: r956797 lintv/trunk/playground/multimedia/lintv/ (9 files in 4 dirs): - Add new DBus interfaces for LinTV and LinTV Scheduler. Now when LinTV starts recording, LinTV Scheduler is told to refresh the program list. And, when a user removes a currently recording program in LinTV Scheduler, LinTV cancels the recording.
| # |
| 18:43 on Apr 18, 2009 | KDE | Commit by jzamora :: r955889 lintv/trunk/playground/multimedia/lintv/ (11 files in 7 dirs): - Add initial support for a system tray icon when recording....
- When recording, LinTV now shows the main window. The only issue is that playing back the video file which is currently recording doesn't work very well, since mplayer just shuts down after a certain amount of time....
- Use KUniqueApplication so no more than 1 instance of LinTV can be run
| # |
| 00:36 on Apr 15, 2009 | KDE | Commit by jzamora :: r954056 lintv/trunk/ (24 files in 10 dirs): - Enhancements to LinTV for when no devices are detected in the system
- A new Doxyfile for documentation
- Initial commenting in some classes for doxygen documentation
| # |
| 12:45 on Mar 30, 2009 | KDE | Commit by jzamora :: r946807 lintv/trunk/playground/multimedia/lintv/ (9 files in 4 dirs): - Fix the LinTVProgramEditor, when in edit mode, it wouldn't load the days to run & channel correctly.
- Now support standard mpeg1 & mpeg2 files that work in Windows as well.
- Some code commenting...not much for now...
| # |
| 22:49 on Mar 28, 2009 | KDE | Commit by jzamora :: r946244 lintv/trunk/playground/multimedia/ (17 files in 7 dirs): - Initial support for changing the audio input to use to capture audio.
- Add a audio settings page to change the audio input. I really need to figure out what else I can put on that page....
| # |
| 13:14 on Mar 27, 2009 | KDE | Commit by jzamora :: r945390 lintv/trunk/ (16 files in 8 dirs): - Add a new LinTVMixer class which instead of using mplayer to control audio, we use amixer.
- When at is not found, LinTV Scheduler will enter a read-only mode.
- Loading screenshots is now done in a separate thread so LinTV won't take too long to start, especially if there are more than 20 screenshots!
| # |
| 21:10 on Mar 25, 2009 | KDE | Commit by jzamora :: r944637 lintv/trunk/playground/multimedia/lintv/ (10 files in 5 dirs): - Add a notifyrc file for when I attempt to use notifications...
- Add a Next Run Date helper label to the LinTV Scheduler status bar.
| # |
| 14:00 on Mar 25, 2009 | KDE | Commit by jzamora :: r944356 lintv/trunk/playground/multimedia/lintv/lintvscheduler/src/lintvscheduler.cpp: - Fix another issue where the helpLabel was being shown upon restart of LinTV Scheduler (if there are any schedules!)
| # |
| 13:58 on Mar 25, 2009 | KDE | Commit by jzamora :: r944355 lintv/trunk/playground/multimedia/lintv/ (2 files in 2 dirs): - Fix build error where I included <applicationadaptor.h> and it doesn't exist.
- Fix a small discrepancy with adding schedules.
| # |
| 13:43 on Mar 25, 2009 | KDE | Commit by jzamora :: r944349 lintv/trunk/ (30 files in 13 dirs): Big commit here:
- Add the README's and INSTALL file that I forgot in the last commits.
- Add a new Device Info dialog
- When there are no schedules in LinTV Scheduler, the main window shows
a help label.
- Move the LinTV Scheduler stylesheet into a file rather than being
hardcoded.
- Fix a little issue where the mime type of a file (such as .avi) is
not added to the record filename. | # |