Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-10 | another stupid crasher fixed | alwin | 1 | -1/+0 |
2005-03-09 | small bugfix | alwin | 1 | -0/+2 |
2005-03-09 | cleanups/fixed potential crashers | alwin | 8 | -85/+217 |
context menus are displayed in mainmenu, too. | ||||
2005-03-08 | Better version of icon | drw | 1 | -53/+23 |
2005-03-07 | beauty | alwin | 10 | -159/+44 |
hopefull some speedups obsolete stuff removed fixed a crasher | ||||
2005-03-07 | hostname should be filtered. Check return value of setting the hostname | alwin | 1 | -8/+24 |
and write operations. | ||||
2005-03-07 | let users set hostname via dialog. the same name will set as | alwin | 3 | -2/+174 |
IRDA name so user can give their personal device a personal name. ;) ToDO: fixup init scripts in OE so hostname will set on startup into IRDA name | ||||
2005-03-07 | docLnk->isValid returns if the .doclnk file exists | alwin | 1 | -1/+2 |
so its sensless here - we want the check if the real file exists. | ||||
2005-03-07 | applied patch from Paul Eggleton | alwin | 1 | -1/+1 |
2005-03-06 | Fix bug 1600: Removing . from directory listing | skyhusker | 1 | -1/+4 |
2005-03-06 | -NoForce is the default mode of the OWidgetStack. There is no need | zecke | 1 | -2/+0 |
to set it here. | ||||
2005-03-06 | patches from Paul, human readable sizes and play button #1216 | llornkcor | 4 | -12/+59 |
2005-03-06 | attached images may views inside the mailview and not as extra dialog | alwin | 4 | -19/+64 |
2005-03-05 | change the layoutdirection of main window when display is rotating | alwin | 2 | -7/+29 |
(LeftToRight when 0 rotation, TopToButtom when 90) | ||||
2005-03-05 | prepare for toggle of display mode of the different views | alwin | 2 | -30/+61 |
2005-03-04 | Scale icons appropriately | drw | 1 | -1/+4 |
2005-03-03 | Scale icons appropriately | drw | 1 | -2/+4 |
2005-03-03 | Remove 'Experimental' from app caption | drw | 1 | -2/+2 |
2005-03-03 | Scale icons appropriately | drw | 2 | -19/+39 |
2005-03-02 | Scale icons approprtely | drw | 1 | -8/+9 |
2005-03-02 | Scale icons approprtely | drw | 1 | -7/+7 |
2005-03-02 | fixed some problems in bigscreen mode and when rotating | alwin | 3 | -11/+55 |
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-02-28 | Scale weather icons based on AppLnk::smallIconSize | drw | 1 | -38/+37 |
2005-02-28 | other keymapping tool - not working this moment, I have to check it out | alwin | 83 | -0/+8164 |
- 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-27 | all xml-files starting with "common" in name will not be listed | alwin | 1 | -98/+101 |
2005-02-26 | uninitialized value of local variable fixed | alwin | 1 | -1/+1 |
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 | Fix UI to prevent error dialog from displaying when it shouldn't | drw | 5 | -120/+152 |
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-20 | .cvsignore updates | drw | 10 | -5/+26 |
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 | 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 | opie sysinfo updates | chicken | 1 | -0/+2 |
2005-02-19 | simplify some things | llornkcor | 4 | -288/+125 |
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 | 1 | -0/+5 |
2005-02-18 | change to dialog so user can cancel | llornkcor | 4 | -39/+55 |
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-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 |