summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-24Link fixes:zecke3-3/+3
OApplicationFactory uses odebug since some time (dunno if I introduced it) link to opiecore to fix building
2005-04-24Relaxed fix for errors in ntpdate command, avoiding false error messages. ↵skyhusker1-1/+1
Fixes bug #1357.
2005-04-24updateskyhusker1-0/+1
2005-04-24Sort applications alphabetically. Fixes bug #1476.skyhusker1-4/+15
2005-04-24fix crash on kernels without swap support. patch courtesy Seneca Cunninghammickeyl2-2/+9
2005-04-23Hinted and proposed by Jose Bernadao Silva:zecke1-0/+1
Fix compiling by including QObject
2005-04-22add sandman for all the things he did back those daysmickeyl1-1/+2
2005-04-22add sandman for all the things he did back those daysmickeyl2-2/+4
add skyhusker
2005-04-22- use OTaskbarAppletmickeyl6-159/+48
- scale icons
2005-04-21disable "Rescan Neighbourhood" while scanningmickeyl2-3/+5
2005-04-20Add missing filezecke1-0/+181
2005-04-20updateskyhusker1-0/+6
2005-04-20Added OpieStumblerskyhusker1-0/+1
2005-04-20First commit of OpieStumbler, an application which performs wireless ↵skyhusker15-0/+843
networks scanning using Wireless Extensions
2005-04-20Added function to set the associated AP address. Some improvements to ↵skyhusker3-5/+38
scanNetwork(): read the signal quality, AP rates and fix channel reading when driver reports values < 1000.
2005-04-19fix windowing on c7x0 - patch from OEmickeyl1-1/+1
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-18updatemickeyl1-3/+6
2005-04-18relax WE matching testmickeyl3-4/+6
set VERSION in .pro define WELLENREITER_VERSION through .pro
2005-04-18- improve scan function using the wireless extensions.mickeyl5-31/+212
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks!
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-16Opie/X11:zecke1-0/+1
-include <qdialog.h> to allow building
2005-04-16Opie X11:zecke2-2/+2
Do not take the local qpeapplication.h but the Opie/X11 version
2005-04-16Opie X11:zecke1-7/+37
-Make x11 header stamping aware of opie2
2005-04-16Opie/X11:zecke3-11/+26
Minor updates to build a recent Opie version for usage with the X Window System
2005-04-15Resource -> OResourcedrw1-26/+23
2005-04-15Resource -> OResourcedrw2-21/+39
2005-04-15Resource -> OResourcedrw2-20/+26
2005-04-15Resource -> OResourcedrw9-53/+49
2005-04-14small fixalwin1-1/+5
2005-04-14More icon sizing updatesdrw12-187/+338
2005-04-14Fix icon sizing for light and qpe stylesdrw2-15/+23
2005-04-14New patch for Qt to allow Opie to control the size of icons on tabbars and ↵drw2-87/+299
popupmenus
2005-04-14Change default mail application to Opie-Mail.skyhusker2-8/+8
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 opieplayer3alwin12-0/+1159
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-10using big icons on small screens makes no sense. Half of screen willalwin1-6/+7
just used by unsharp icons - not a good idea. Now it depends on desktopsize
2005-04-10Added configuration option for max characters displayed in notes. Fixes bug 1635skyhusker5-11/+54
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