Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-04-24 | Resource -> OResource | drw | 3 | -19/+35 |
2005-04-24 | Relaxed fix for errors in ntpdate command, avoiding false error messages. ↵ | skyhusker | 1 | -1/+1 |
Fixes bug #1357. | ||||
2005-04-24 | fix crash on kernels without swap support. patch courtesy Seneca Cunningham | mickeyl | 1 | -1/+7 |
2005-04-22 | - use OTaskbarApplet | mickeyl | 5 | -158/+43 |
- scale icons | ||||
2005-04-21 | disable "Rescan Neighbourhood" while scanning | mickeyl | 2 | -3/+5 |
2005-04-20 | Add missing file | zecke | 1 | -0/+181 |
2005-04-20 | First commit of OpieStumbler, an application which performs wireless ↵ | skyhusker | 15 | -0/+843 |
networks scanning using Wireless Extensions | ||||
2005-04-19 | This patch courtesy Gints Polis: | mickeyl | 3 | -105/+505 |
* gives possibility to enter numerical PIN with dialog buttons for keybordless PDA. * dialog run in full screen mode. | ||||
2005-04-19 | make UI resizable, patch courtesy Hrw | mickeyl | 1 | -352/+353 |
2005-04-18 | relax WE matching test | mickeyl | 3 | -4/+6 |
set VERSION in .pro define WELLENREITER_VERSION through .pro | ||||
2005-04-17 | Opie Player2 XINE update: | zecke | 8 | -689/+1893 |
-update xine code alphablend, yuv2rgb to be up to date -XINELib: -use the XINE infrastructure to change the gui width/height -use the XINE infrastructure to change the brightness -Update the NULL Video Driver: -make use of frame_dest_cb and and dest_size_cb (callback) to update the size of the gui -use alphablend -merge the video_out_fb xine driver To Alwin: your testvideo now lockups op2. with valgrind I see it has to do with the yuv2rgb conversion methods | ||||
2005-04-16 | Opie/X11: | zecke | 1 | -1/+1 |
-Do not add -lqte this is qmake's job | ||||
2005-04-14 | small fix | alwin | 1 | -1/+5 |
2005-04-14 | More icon sizing updates | drw | 7 | -108/+252 |
2005-04-14 | gui polish | alwin | 4 | -3/+14 |
2005-04-13 | sometimes the display must painted black - we'll just use memset | alwin | 2 | -2/+25 |
'cause working on fb itself so we'll not interfer with qpaint from main thread | ||||
2005-04-12 | buildfix | alwin | 1 | -0/+1 |
2005-04-12 | some gui stuff | alwin | 8 | -195/+152 |
may switch if videos will scaled up even if display size is larger than video size | ||||
2005-04-12 | some usefull xine-helpers | alwin | 2 | -6/+32 |
2005-04-12 | - loading/playing playlists | alwin | 9 | -66/+353 |
- appending directories to playlist - gui stuff | ||||
2005-04-11 | next stage of bug hunting | alwin | 2 | -86/+57 |
seems that errors/problems in pure display are fixed. removed all qpaint stuff may invoked in xine-thread (evil,evil!) - I think it isn't needed there. so I deactivated the mutex this moment | ||||
2005-04-10 | added opieplayer3 | alwin | 10 | -0/+1128 |
this moment not just more than another container around xine like opieplayer2 (and uses a lot of code direct from there) difference: first it was a testcontainer to find the bugs in player2 now it is a player looks more like kino2 (eg, no stylesheets) so it has a real resizeable video-display. early stage (saving playlists and so on doesn't work) - but it can display videos on my C860 in bigger box than this small stamp like player2 ;) | ||||
2005-04-10 | -restored file header | alwin | 1 | -29/+23 |
-removed obsolete stuff | ||||
2005-04-10 | Move to home directory on startup. Fixes bug #1614. | skyhusker | 1 | -0/+5 |
2005-04-10 | - replaced the origin videopaint with a more simple one (this ↵ | alwin | 4 | -157/+163 |
high-sophisticated stuff isn't needed) in xinevideo - replaced an assert in lib.cpp with a "if" construct - may set a file without start playing it (for getting information and so on) | ||||
2005-04-09 | Cosmetic OpiePlayer2 changes: | zecke | 6 | -127/+4 |
-Remove class Frame and zeckeplayer.pro -Update to compile without frame.h | ||||
2005-04-09 | cleanup audio/videooutput the right way | alwin | 1 | -0/+2 |
2005-04-02 | my last try to get mediaplayer2 more stable. | alwin | 2 | -184/+229 |
-> protected the videobuffer with mutex, make a deep copy of it so xine may destruct its internal buffers as wanted | ||||
2005-04-01 | show the popups inside the visible screen | deller | 1 | -1/+1 |
2005-04-01 | Fix linking issue with libipkg >= 0.99.146, at least until I can come up ↵ | drw | 2 | -6/+6 |
with a better way to do it... | ||||
2005-03-31 | fix for the segfaults when displaying videos (it just had sometimes | alwin | 1 | -0/+2 |
invalid inputimages when repainting) | ||||
2005-03-25 | Fix for #1473: | zecke | 2 | -1/+7 |
Like the OFileSelector patch show the popup on QToolButton press and do not use setPopup() | ||||
2005-03-24 | last bugfixes on opie-eye an imagescrollview. Seems that now all is working | alwin | 2 | -7/+11 |
as it should. | ||||
2005-03-24 | cd to sd or mmc | llornkcor | 1 | -2/+7 |
2005-03-24 | Keep paused when sliding the progress bar in paused state. Block de audio ↵ | skyhusker | 1 | -2/+21 |
device only while playing. | ||||
2005-03-24 | - increased max-thumbnail-size | alwin | 7 | -21/+84 |
- shortcuts for inc/dec brightness - make max thumbnail size as a static so there is one point in code where it is stored and not 4 time over the whole code | ||||
2005-03-23 | showimg -> unsupported | alwin | 15 | -1/+3 |
2005-03-23 | dirty hack let opie-eye crash | alwin | 2 | -21/+8 |
fixed display problems the right way now I hope ToDo: fix flicker when switching images in fullscreen mode while window is visible | ||||
2005-03-23 | link against libopiecore2 | alwin | 3 | -3/+3 |
2005-03-22 | Disconnect signals after command executes to prevent bug where messages show ↵ | drw | 1 | -0/+7 |
up multiple times in install dialog | ||||
2005-03-22 | -fixed some strange display bugs depending of switch to qte 2.3.10 | alwin | 4 | -2/+95 |
-inserted the missed (and asked for) feature setting a display brightness on the fly. Known Bugs left: When starting with setting a document the image will not displayed if too large. It is since switch to qte 2.3.10 eg. seems to be a timing problem when loading cost too much time. I have no idea how to fix it this moment. | ||||
2005-03-22 | these files must not be in cvs | alwin | 2 | -218/+0 |
2005-03-21 | variable declared as slot - fixed. | alwin | 1 | -2/+2 |
visibility changed from private to protected | ||||
2005-03-21 | Fix for bug #1613 - scale toolbar icons | drw | 1 | -6/+14 |
2005-03-21 | fix | llornkcor | 1 | -16/+11 |
2005-03-20 | sysinfo: reduce margin on syslogtab | mickeyl | 1 | -2/+2 |
2005-03-20 | #1560 fix opie-console picking up the wrong shell. patch courtesy Paul ↵ | mickeyl | 1 | -3/+3 |
Eggleton (bluelightning) | ||||
2005-03-20 | clean up | llornkcor | 1 | -13/+6 |
2005-03-20 | add rainbow leds | llornkcor | 2 | -215/+171 |
2005-03-20 | add vumeter files | llornkcor | 2 | -0/+346 |