summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2004-12-20Restore Changes:zecke2-5/+42
Call ifup/ifdown INTERFACE instead of ifconfig as requested by Chris Larson
2004-12-20Restore changezecke1-1/+1
-QPEApplication::qpeDir() is guranteed to be '/' terminated
2004-12-20Create the 'Config' instance on the Stack to avoidzecke5-23/+17
that we revert changes done in between of our creation and deletion
2004-12-20-Fix for 1483zecke5-46/+47
"ZKB should keep user settings in $HOME/Settings instead of $OPIEDIR/share/zkb" Now by default it loads and saves to $HOME/Applications/zkb but falls back to $OPIEDIR/share/zkb to find the included files
2004-12-20Reapply fix for bug #1017 - Tetrix on high resolution screensdrw3-12/+58
2004-12-20remove main (once again)mickeyl1-29/+0
2004-12-20add syslog and bump versionmickeyl4-7/+168
2004-11-20set version to 1.0.3 and move v1_1_7 tag for this directorymickeyl1-1/+1
2004-11-181. Implemented linking of apps to root (thanks to zecke for getting this ↵drw7-63/+105
started for me) 2. Bumped version to 0.5.0 (all v1.0 functionality is there...I think) 3. Added package dependency on ipkg-link 4. Updated Opie-PM ChangeLog, TODO
2004-11-18UI tweaks for Installation dialog - 1. Show destination selection only when ↵drw3-14/+63
installing apps, 2. Update available disk space after each package is processed, 3. Disable destination selection once start button has been clicked
2004-11-17Some code clean-up items (thanks to zecke)drw12-266/+265
2004-11-16Implemented setDocument to allow installs by clicking on ipk filedrw2-12/+31
2004-11-16libopie1 goes into unsupportedmickeyl124-0/+29474
2004-11-16Add ability to install local ipkg filesdrw2-21/+52
2004-11-16Remove commented out codedrw1-1/+0
2004-11-16Minor UI tweak - fix double entry in source feed configuration when adding a ↵drw1-1/+1
new feed
2004-11-16Minor UI tweak - in filter dialog, when option is enabled, set focus to ↵drw1-21/+26
widget that corresponds to that option (less tapping)
2004-11-16Fix bug #1464 - correctly reapply filtersdrw1-21/+31
2004-11-15-Opie ZSafe is now quicklaunchablezecke2-97/+3
-And it uses OConfig the right was now (in ~/Settings)
2004-11-15Remove many many many #ifdefszecke2-629/+72
"I always knew it would come like this" -Make it a QWidget instead of a QDialog -Introduce appName
2004-11-15Make Tonleiter QuickLaunchAblezecke4-13/+6
2004-11-15Make tabmanager quick launchablezecke3-13/+6
2004-11-15Move the method outzecke1-4/+11
2004-11-15-Remove char cast for homedir but use QFile::encodeNamezecke5-31/+20
-Make it quicklaunchable
2004-11-15-Make HELP_TEXT translatablezecke3-46/+42
-Make HelpWindow a QWidget
2004-11-15-Safe the replay via Global::applicationFileNamezecke1-8/+7
-do not use char casts to go from string to char* but use QFile::encodeName so it works for non latin1 people as well
2004-11-15Make SFCave quick launchablezecke4-42/+21
2004-11-15Make it Quick Launchable againzecke1-2/+1
2004-11-14Make Powerchord quicklaunchablezecke4-14/+6
2004-11-14Make OYatzee quick launchablezecke4-14/+5
2004-11-14Make QuickLaunchable and see how good it frees resourceszecke5-32/+9
2004-11-14No reason to disable quicklaunching of Opie FTPzecke1-2/+1
2004-11-14Make Bartender Quick Launchablezecke4-14/+6
2004-11-14disabled code which makes problems on Zalwin1-0/+7
2004-11-14+descriptionmickeyl1-1/+1
2004-11-12Remove the pun "Aye Caramba" from Bart Simpson inzecke1-1/+1
"Opie Eye Caramba" found as the Caption of the Mainwindow
2004-11-12Give credit to Rajko Albrecht for making Opie Eye rockzecke1-8/+10
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin8-102/+178
name. So mapping filenames to docname isn't usefull. - when opie-eye is started from doctab closing the imagewindow closes the application - when a doc-link is changed while opie-eye is running it get the changes, too.
2004-11-11removed some useless codealwin1-3/+0
2004-11-11- correctionar1-0/+1
2004-11-11- add commentar1-0/+1
2004-11-11speed up cat selectionalwin2-4/+11
2004-11-10lister modules can insert special widgets.alwin12-8/+91
doc_dirlister will insert a category select widget
2004-11-10removed a lot of debug messagesalwin3-13/+4
2004-11-10BUGFIX: write to the proper config file *cough*mickeyl2-3/+3
2004-11-10start working on clone functionalitymickeyl1-1/+86
2004-11-08move ubroser to unsupportedmickeyl12-0/+0
2004-11-07try to improve the icon scalingalwin1-7/+10
2004-11-07fixed up the icon display, imagecache size depends on size of iconsalwin1-11/+27
2004-11-07when last view state was fullscreen and user tabbed on an image thealwin2-2/+17
imagedisplay was behind the application gui 'cause gui was painted after the imagewindow. So now opie-eye starts a short timer in setDocument when first start checking the visibility of imagewindow.