summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2005-04-20First commit of OpieStumbler, an application which performs wireless ↵skyhusker15-0/+843
networks scanning using Wireless Extensions
2005-04-19This patch courtesy Gints Polis:mickeyl3-105/+505
* gives possibility to enter numerical PIN with dialog buttons for keybordless PDA. * dialog run in full screen mode.
2005-04-19make UI resizable, patch courtesy Hrwmickeyl1-352/+353
2005-04-18relax WE matching testmickeyl3-4/+6
set VERSION in .pro define WELLENREITER_VERSION through .pro
2005-04-17Opie Player2 XINE update:zecke8-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-16Opie/X11:zecke1-1/+1
-Do not add -lqte this is qmake's job
2005-04-14small fixalwin1-1/+5
2005-04-14More icon sizing updatesdrw7-108/+252
2005-04-14gui polishalwin4-3/+14
2005-04-13sometimes the display must painted black - we'll just use memsetalwin2-2/+25
'cause working on fb itself so we'll not interfer with qpaint from main thread
2005-04-12buildfixalwin1-0/+1
2005-04-12some gui stuffalwin8-195/+152
may switch if videos will scaled up even if display size is larger than video size
2005-04-12some usefull xine-helpersalwin2-6/+32
2005-04-12- loading/playing playlistsalwin9-66/+353
- appending directories to playlist - gui stuff
2005-04-11next stage of bug huntingalwin2-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-10added opieplayer3alwin10-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 headeralwin1-29/+23
-removed obsolete stuff
2005-04-10Move to home directory on startup. Fixes bug #1614.skyhusker1-0/+5
2005-04-10- replaced the origin videopaint with a more simple one (this ↵alwin4-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-09Cosmetic OpiePlayer2 changes:zecke6-127/+4
-Remove class Frame and zeckeplayer.pro -Update to compile without frame.h
2005-04-09cleanup audio/videooutput the right wayalwin1-0/+2
2005-04-02my last try to get mediaplayer2 more stable.alwin2-184/+229
-> protected the videobuffer with mutex, make a deep copy of it so xine may destruct its internal buffers as wanted
2005-04-01show the popups inside the visible screendeller1-1/+1
2005-04-01Fix linking issue with libipkg >= 0.99.146, at least until I can come up ↵drw2-6/+6
with a better way to do it...
2005-03-31fix for the segfaults when displaying videos (it just had sometimesalwin1-0/+2
invalid inputimages when repainting)
2005-03-25Fix for #1473:zecke2-1/+7
Like the OFileSelector patch show the popup on QToolButton press and do not use setPopup()
2005-03-24last bugfixes on opie-eye an imagescrollview. Seems that now all is workingalwin2-7/+11
as it should.
2005-03-24cd to sd or mmcllornkcor1-2/+7
2005-03-24Keep paused when sliding the progress bar in paused state. Block de audio ↵skyhusker1-2/+21
device only while playing.
2005-03-24- increased max-thumbnail-sizealwin7-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-23showimg -> unsupportedalwin15-1/+3
2005-03-23dirty hack let opie-eye crashalwin2-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-23link against libopiecore2alwin3-3/+3
2005-03-22Disconnect signals after command executes to prevent bug where messages show ↵drw1-0/+7
up multiple times in install dialog
2005-03-22-fixed some strange display bugs depending of switch to qte 2.3.10alwin4-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-22these files must not be in cvsalwin2-218/+0
2005-03-21variable declared as slot - fixed.alwin1-2/+2
visibility changed from private to protected
2005-03-21Fix for bug #1613 - scale toolbar iconsdrw1-6/+14
2005-03-21fixllornkcor1-16/+11
2005-03-20sysinfo: reduce margin on syslogtabmickeyl1-2/+2
2005-03-20#1560 fix opie-console picking up the wrong shell. patch courtesy Paul ↵mickeyl1-3/+3
Eggleton (bluelightning)
2005-03-20clean upllornkcor1-13/+6
2005-03-20add rainbow ledsllornkcor2-215/+171
2005-03-20add vumeter filesllornkcor2-0/+346
2005-03-20user may switch open folders/mails on single-clickalwin9-7/+69
2005-03-16linking against libetpan should be enoughalwin1-1/+1
2005-03-12Sort packagaes and channels (numbers) according their size insteadzecke2-0/+23
of alphabeticaly. 9873 received packages are more than 10 but less than 10.000. The same is applied to the channel number [0..15]
2005-03-12some reworksalwin2-50/+45
2005-03-12rework of the structure of the main menues, them depends now on state of ↵alwin8-162/+249
current selected folder/server on small screens some "Folder" and "Server" menu will get submenus of the menu-item "Mail" cause lack of space on screen - have no other idea.
2005-03-12check range for aplett timeoutalwin2-2/+8