Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2005-02-19 | jornada 720 device pic for opie systeminfo | chicken | 1 | -0/+0 |
2005-02-19 | jornada device fixes | chicken | 1 | -2/+2 |
2005-02-19 | jornada 720 device updates | chicken | 1 | -6/+16 |
2005-02-19 | simplify some things | llornkcor | 4 | -288/+125 |
2005-02-18 | - add some fixes from closing issues | ar | 1 | -0/+2 |
2005-02-18 | use timer to display initial fileview | llornkcor | 2 | -63/+40 |
2005-02-18 | - #1570 - Confirmation needed before restore backup and overwrite local data | ar | 2 | -0/+6 |
2005-02-18 | Larger versions of inline pics for hi-res devices. Pic-hires directory ↵ | drw | 119 | -0/+0 |
structure should mirror pics directory | ||||
2005-02-18 | first bits of jornada 720 device code | chicken | 2 | -7/+22 |
2005-02-18 | change to dialog so user can cancel | llornkcor | 4 | -39/+55 |
2005-02-18 | fix icon showing. add filename to visual. | llornkcor | 1 | -163/+154 |
2005-02-18 | Added Skyhusker to developer list | drw | 1 | -1/+2 |
2005-02-18 | -Check if the string is safe (omitted Global::shellQuote as we construct | zecke | 1 | -5/+6 |
the string) -Use QFile::encodeName and avoid ascii constructors | ||||
2005-02-17 | Add OAbstractMobileDevice with implementations for suspend and setDisplayStatus | zecke | 14 | -84/+204 |
Switch our implementations over to this partial implementation of ODevice | ||||
2005-02-17 | recommend qte 2.3.10 | mickeyl | 1 | -3/+3 |
2005-02-17 | The response to the static background pixmap was overwhelmingly positive, hence: | mickeyl | 6 | -13/+43 |
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default | ||||
2005-02-16 | Applied Skyhusker's patch for bug #1538 | drw | 1 | -2/+2 |
2005-02-16 | Added bugfix for #1542 | drw | 1 | -0/+1 |
2005-02-16 | Fix for bug #1542 - todo crashes when priority < 1 or > 5 | drw | 1 | -0/+12 |
2005-02-16 | this patch adds the possibility to have a static (as in non-scrolling) ↵ | mickeyl | 2 | -10/+26 |
background in the launcher. major drawback: most of our machines (at least the SA1100 based ones) are too slow to make it flicker free w/ tracking (repainting while dragging the scrollbar). so i needed to disable tracking for the static background. it's a hidden setting and disabled per default. please play around with it and give me your comments. How to enable: Launcher.conf: [GUI] StaticBackground = 1 | ||||
2005-02-16 | Added Package Manager bug fix | drw | 1 | -0/+1 |
2005-02-16 | Fixed stupid bug where last package in status file was not shown as ↵ | drw | 3 | -10/+16 |
installed when it should be, and removed some printfs | ||||
2005-02-16 | include crypt.h | llornkcor | 1 | -0/+1 |
2005-02-15 | perform SECTION changes as discussed on the mailing list | mickeyl | 5 | -0/+0 |
2005-02-14 | Use tr for translatable strings | zecke | 1 | -8/+8 |
2005-02-14 | Remove the special Ok/Cancel handling and go with what QDialog provides | zecke | 2 | -22/+5 |
This also fixes crashes when the user clicked ok in the Dialog | ||||
2005-02-14 | Set a Caption | zecke | 1 | -0/+2 |
File a Bug and propose a better name | ||||
2005-02-14 | Remove stupid #ifdef | zecke | 1 | -16/+0 |
2005-02-13 | updated various CZ translations | pavouk | 14 | -165/+167 |
2005-02-12 | New Latvian phrase translations for 1.1.9 | gints | 10 | -198/+217 |