Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-02 | Close the Filedescriptor for the QCopBridge and Transferserver on exit | zecke | 2 | -2/+7 |
2005-03-02 | Scale icons approprtely | drw | 1 | -7/+7 |
2005-03-02 | Merge HEAD with QTOPIA_2_1_1 vendor branch | zecke | 4 | -90/+18 |
The new qcop tool can change the user and wait for repsonses on the channel it sent data | ||||
2005-03-02 | Initial revision | zecke | 2 | -0/+328 |
2005-03-02 | Adjust volume icon so there's room for the volume bar below it | drw | 1 | -0/+0 |
2005-03-02 | Scale icons approprtely | drw | 1 | -3/+8 |
2005-03-02 | fixed some problems in bigscreen mode and when rotating | alwin | 3 | -11/+55 |
2005-03-01 | mmc/sd cards may mounted via /dev/mmcblk* within linux 2.6 | alwin | 1 | -1/+2 |
2005-03-01 | Allow to wait 6 seconds (instead of three) when initialising the modem | zecke | 1 | -1/+1 |
2005-03-01 | Fix SIGSEV I created with last update | drw | 1 | -13/+16 |
2005-03-01 | update to new gutenberg directory structures | llornkcor | 4 | -988/+978 |
2005-03-01 | *** empty log message *** | alwin | 2 | -1/+3 |
2005-03-01 | Provide initial values for tab bar style & position | drw | 1 | -0/+2 |
2005-02-28 | Scale weather icons based on AppLnk::smallIconSize | drw | 1 | -38/+37 |
2005-02-28 | Added QT patch for QTabBar which fixes problems with the scroll buttons in ↵ | drw | 2 | -14/+88 |
OTabWidget | ||||
2005-02-28 | other keymapping tool - not working this moment, I have to check it out | alwin | 84 | -0/+8165 |
- the reason is that the config file is somewhat easier to understand than from zkbapplet and has a nice config tool. Please don't put it into any repositories this moment. | ||||
2005-02-28 | fix index dl from main view, user 8 bit files by default, do not show audio ↵ | llornkcor | 2 | -781/+799 |
files | ||||
2005-02-28 | start of config files for c8x0 series (not usable yet) | alwin | 2 | -0/+2189 |
2005-02-27 | all xml-files starting with "common" in name will not be listed | alwin | 1 | -98/+101 |
2005-02-26 | Do build with inline images by default because we don't want | zecke | 1 | -1/+1 |
force people to cp pics/inline/*.png pics on their x86 builds | ||||
2005-02-26 | uninitialized value of local variable fixed | alwin | 1 | -1/+1 |
2005-02-25 | Reworked OTabWidget - optimized (now uses less runtime resources), fix ↵ | drw | 3 | -258/+301 |
display issue where tabbar appears to float a few pixels above where it should | ||||
2005-02-24 | .png will be appened and this way we force Resource to parse all | zecke | 1 | -2/+2 |
AppLnks Stop that and improve speed and memory consumption | ||||
2005-02-24 | Due popular request here is a 'all' patch with patches useful for | zecke | 1 | -0/+292 |
x86 builds | ||||
2005-02-24 | Speed up application start by more than 30% | zecke | 1 | -1/+1 |
2005-02-23 | Fix crappy indenting on the methods I'm about to touch. Even TT fixed it... | zecke | 1 | -41/+43 |
2005-02-23 | Disable full backup option for Opie 1.2, since it might not work correctly ↵ | drw | 2 | -78/+26 |
due to memory constraints | ||||
2005-02-23 | Under Locations tab, change file dialog button to use folder icon for better ↵ | drw | 1 | -2/+12 |
Opie consistency | ||||
2005-02-23 | Comment out filer/filter settings menu options as they will not be ↵ | drw | 2 | -19/+12 |
implemented for Opie 1.2 | ||||
2005-02-23 | Added SystemTime fix | drw | 1 | -0/+1 |
2005-02-23 | Fix UI to prevent error dialog from displaying when it shouldn't | drw | 5 | -120/+152 |
2005-02-22 | Instead of having the same method four time with different name and image to ↵ | zecke | 1 | -40/+15 |
load we now have a define. This makes it more easy to change the handling of builtin decoration image | ||||
2005-02-22 | -Request Image Type extensions (e.g jpg, png, JPEG, PNG, tiff) from | zecke | 1 | -10/+39 |
MimeType only once (we need to see when and where to invalidate it) -Create a method for it to parse it once and clean up at the end | ||||
2005-02-22 | Do not scale the buttons in the decoration over and over again. | zecke | 1 | -4/+4 |
The logic was if the requested size is not the size of the pixmap load and scale it to the right size. The problem was the scaleButton method was changed to not scale the pixmap (to avoid bluring al will kill me for that) if the delta of the sizes was <= 4. We now do not try to scale if the delta is <= 4 | ||||
2005-02-22 | No special (2nd) lookup for the inline pictures. This saves additional seeks. | zecke | 1 | -7/+0 |
people not having defined LIBQPE_... will not notice a different as we still default to inline pictures | ||||
2005-02-22 | Added PackageManager feature note | drw | 1 | -0/+1 |
2005-02-22 | Add support for lists_dir ipkg configuration option, optimize ipkg ↵ | drw | 8 | -108/+177 |
configuration file read routine, update version to 0.6.2 | ||||
2005-02-22 | Remove overriding of inline pictures. We now can easily disable compilation | zecke | 1 | -27/+12 |
of compiled in icons | ||||
2005-02-20 | .cvsignore updates | drw | 11 | -5/+27 |
2005-02-20 | Update needed/required version of libipkg, bug was fixed in libipkg causing ↵ | drw | 1 | -1/+1 |
packagemanager problems | ||||
2005-02-20 | -Use own main method | zecke | 4 | -80/+20 |
-Remove default c'tor and use the remaining one as default -QString() -> QString::null (for Qt4 we will do the opposite) -use qApp->quit() and exit to be sure to really exit Still open: do not use the depcreated latin1 c'tor of QString, it is safe to use it here though (we only get IN/OUT and a mac address) | ||||
2005-02-20 | Do not use QuickLaunch to avoid printing of message to stdout, | zecke | 1 | -11/+12 |
fix end of files to UNIX This should make it work with bluez again | ||||
2005-02-19 | Correct the placement of the exportation | zecke | 1 | -1/+1 |
2005-02-19 | fix logo name | mickeyl | 5 | -5/+5 |
2005-02-19 | back out an unintentionally commited change | mickeyl | 1 | -11/+0 |
2005-02-19 | Make use of the platform | zecke | 1 | -1/+4 |
2005-02-19 | -QFileDialog is not used in opentext.cpp so remove it from its header file | zecke | 2 | -3/+4 |
-Help Window eventually uses QFileDialog, better include it then as well... | ||||
2005-02-19 | make inline image support optional | mickeyl | 4 | -6/+38 |
2005-02-19 | hello qte2.3.10 patches | mickeyl | 34 | -7320/+835 |
bye bye old patches | ||||
2005-02-19 | opie sysinfo updates | chicken | 1 | -0/+2 |