Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | using big icons on small screens makes no sense. Half of screen will | alwin | 1 | -6/+7 |
just used by unsharp icons - not a good idea. Now it depends on desktopsize | ||||
2005-04-10 | Added configuration option for max characters displayed in notes. Fixes bug 1635 | skyhusker | 5 | -11/+54 |
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-09 | Added Spanish comment and description | skyhusker | 1 | -4/+6 |
2005-04-06 | Use OResource for loading images | drw | 4 | -33/+37 |
2005-04-06 | Use OResource for loading images and fix headers | drw | 7 | -112/+209 |
2005-04-06 | Use OResource for loading images, correct display of alarm and reoccurance ↵ | drw | 27 | -371/+795 |
icons for event and fix headers | ||||
2005-04-06 | Use OResource for loading images and fix headers | drw | 39 | -441/+1092 |
2005-04-05 | Use OResource for loading images | drw | 9 | -225/+240 |
2005-04-05 | Use OResource for loading images | drw | 1 | -9/+15 |
2005-04-05 | Use OResource for loading images | drw | 6 | -179/+163 |
2005-04-05 | Eliminate compiler warnings and doc updates | drw | 2 | -6/+7 |
2005-04-05 | Don't append file extension for images | drw | 1 | -2/+2 |
2005-04-05 | OResource has moved to Opie::Core | drw | 2 | -108/+0 |
2005-04-05 | Initial version of OResource | drw | 3 | -6/+185 |
2005-04-05 | crash-fix in odevice.cpp while scanning the distribution table (#1565) | deller | 2 | -1/+2 |
2005-04-05 | Fixed two typos | skyhusker | 1 | -10/+10 |
2005-04-04 | Speed up start times of applications: | zecke | 2 | -13/+33 |
-Do not load MimeType when using Resource::loadIconSet we introduce a global boolean (like TT) What is bad: The boolean is visible outside of libqpe and we've that extern in the header... On the former we can use visibility attributes soon | ||||
2005-04-03 | Fix buttons so images scale correctly | drw | 1 | -0/+6 |
2005-04-03 | - fix bug #1535 (Missing line break and unnecessary location shown with ↵ | deller | 2 | -3/+7 |
Today-Calendar plugin) - document bugs 1535 and my last commits in the Changelog | ||||
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-02 | Set pixmaps for correct buttons - thanks Mickey for finding | drw | 1 | -2/+2 |
2005-04-01 | scale O-Menu-Applet pixmaps according to AppLnk::smallIconSize | mickeyl | 11 | -27/+30 |
2005-04-01 | show the popups inside the visible screen | deller | 2 | -2/+2 |
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 | check for '2.4' kernel rather than for an Embedix version, since we will | mickeyl | 2 | -20/+8 |
most likely neither see a unified 2.4 OZ kernel, nor a Embedix 2.6. | ||||
2005-03-31 | add basic support for the Sharp SL-C1000 (Akita) PDA | mickeyl | 3 | -44/+52 |
2005-03-31 | this is 1.2.0-snapshot now | mickeyl | 2 | -3/+8 |
2005-03-31 | fix for the segfaults when displaying videos (it just had sometimes | alwin | 1 | -0/+2 |
invalid inputimages when repainting) | ||||
2005-03-29 | Beaming Fix: | zecke | 1 | -1/+3 |
Recievers couldn't handle paths inside the obex push. As a workaround we will change the working directory of the process and use the filename inside that directory. | ||||
2005-03-26 | - cleanup qmake in mrproper target | ar | 1 | -0/+2 |
2005-03-25 | - make opie-lupdate -noobsolete | ar | 795 | -52103/+3271 |
2005-03-25 | Some german translations | coredump | 11 | -314/+321 |
2005-03-25 | - german translations [89% done] | ar | 7 | -145/+148 |
2005-03-25 | Remove some things which makes it hard to understand this paper by a beginner.. | eilers | 1 | -89/+163 |
2005-03-25 | - german translations [88% done] | ar | 8 | -184/+194 |
2005-03-25 | - german translations [86% done] | ar | 14 | -397/+407 |
2005-03-25 | ChangeLog update: | zecke | 1 | -0/+3 |
Mention the latest FileSystem Toolbutton changes at two places. We really need to put opie-eyes filesystem button to OpieUi | ||||
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-25 | approaching 1.2.0 ... | mickeyl | 1 | -1/+1 |
2005-03-25 | Trivial fix: | zecke | 1 | -0/+2 |
OS_UNIX et al is defined in qglobal.h so when including qpeglobal.h before most Qt headers the defines in qpeglobal are not valid. For example the QCOM instantiate method could not be exported properly due this. At least opie-eye when built with OpenEmbedded suffered this problem. | ||||
2005-03-25 | - more german translations | ar | 6 | -133/+133 |
2005-03-25 | - some german translations | ar | 6 | -138/+145 |
2005-03-25 | Fix for bug #1613 - scale file dialog icons appropriately | drw | 1 | -6/+13 |
2005-03-24 | Some updates on opie-eye | skyhusker | 2 | -95/+119 |
2005-03-24 | last bugfixes on opie-eye an imagescrollview. Seems that now all is working | alwin | 3 | -8/+15 |
as it should. |