Mailing Lists
 
Designed with Quanta

Valid XHTML 1.0 Transitional

The last commits to Kommander

This is a list of some 50 latest commits from SVN. It is updated daily.

Click on the revision number to see the details of a commit.

RevisionDateAuthorMessage
5327842006-04-22amantiaThe last round of "suspicious code" fixes.
5326202006-04-22amantiaUse delete[] where needed.
5148202006-03-01amantiaAccept DCOP methods without parantheses, so
@dcop(@dcopid, MainApplication-Interface, quit)
works now. Before you had to use
@dcop(@dcopid, MainApplication-Interface, "quit()")
5043412006-01-31rdieterdrop hard-coded .la reference (related to bug #119629)
5043402006-01-31rdieterfix bug #119629
* adds -no-undefined
* adds additional libraries to resolve missing symbols.
5043022006-01-31thiagoName your parameters correctly.
BUG:120901
5042972006-01-31thiagoChanging the linking order.
BUG:120899
5026192006-01-26amantiaSometimes it is enough to check if a file exists and it is readable, there is no need to see if it is writable as well. Alloww opening of read-only remote files, like from http:// .
BUG: 120632
4590912005-09-09amantiaMake sure that the kommander_plugin symbol is exported. This allows Kommander to work if compiled with gcc 4.x or 3.x with backported visibility feature.
Carlos, please test it.
BUG: 107037
4563762005-09-02amantiai18n fix and use the (existing) icon for the spacer.
4563702005-09-02amantiaUse the icon in the application as well.
4563642005-09-02amantiaAdd icon.
4513402005-08-20mrudolfSupport for functions that work only for macro or internal parser. Mark some macro-parser only functions. Hide functions that are not supported for current parser in Function Browser.
Sort functions in Function Browser.
4389822005-07-26coolobranching of 3.5 and arts 1.5
4381102005-07-24binnerYes/No dialog buttons are bad for usability
4380872005-07-24mlaurentTRUE->true
FALSE->false
4377752005-07-23muellerupdate FSF address
4114952005-05-09mlaurentAdd support for -fvisibility
4092032005-05-04moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdesdk kdetoys kdeutils kdevelop kdewebdev kdepim kdebase kdelibs kde-i18n arts into /trunk/KDE/
4091652005-05-02muellerfix check
4087722005-04-30mrudolfFix tab order.
4083842005-04-28mrudolfHandle functions with up to 6 parameters in Function Browser.
4077662005-04-25mrudolfAdd a way to insert text inside text widgets.
4076332005-04-25mrudolfAdd command-line options for managing plugins (f. e. from install scripts). Remove obsolete headers.
4076252005-04-24mrudolfAdd a menu item to configure plugins via kmdr-plugins.
4075912005-04-24mrudolfSeparate plugin handling from GUI so that command line plugin management is possible - add missing files.
4075852005-04-24mrudolfAdd an option to verify installed plugins.
4075752005-04-24mrudolfSeparate plugin handling from GUI so that command line plugin management is possible.
4075732005-04-24mrudolfUpdate copyright.
4066642005-04-20muellercompile
4055992005-04-14mrudolfAdd two new functions: input_password and input_double (for displaying dialogs to get password/float value).
4047802005-04-11mrudolfDon't append @ to widget name in new parser mode.
4047262005-04-11mrudolfFix a typo in widget parameters check.
4045842005-04-10mrudolfReport errors in DCOP calls.