]> git.sur5r.net Git - bacula/bacula/history - bacula/src/qt-console
kes Reapply my bat.conf install script in qt-console. I think I
[bacula/bacula] / bacula / src / qt-console /
2007-04-29 Kern Sibbaldkes Reapply my bat.conf install script in qt-console...
2007-04-29 Dirk H BartleyAdded delete and purge options in medialist. Shorten...
2007-04-28 Dirk H BartleyAdd slot to display in medialist. Turn media edit...
2007-04-28 Dirk H BartleyIterate throught m_console->pool_list in medialist...
2007-04-28 Dirk H BartleyAdd context sensitive options in storage for label...
2007-04-26 Kern SibbaldMake restore job yes/mod/no print in one command so...
2007-04-26 Dirk H BartleyThis is a first commit at attempting to prevent connect...
2007-04-25 Kern SibbaldInsure that bat.conf is not overwritten during installa...
2007-04-24 Dirk H BartleyUse consoleCommand function which will automatically...
2007-04-24 Dirk H BartleyA nicer way to resize the columns and rows in joblist...
2007-04-23 Kern Sibbaldkes Implement posix_fadvise in FD, and for reading...
2007-04-23 Kern SibbaldFix bnet_connect calling sequence in bat
2007-04-23 Dirk H BartleyAdd six context sensitive menu options to the joblist...
2007-04-22 Dirk H BartleyAfter tables or trees are created, size the columns.
2007-04-22 Dirk H BartleyAuto select console tree widget of current console...
2007-04-22 Kern SibbaldImplement socket level heartbeat (tcp_keepidle)
2007-04-22 Dirk H BartleyHave the title of undocked window describe the type...
2007-04-22 Kern Sibbaldkes Make bat have 'make install' target.
2007-04-22 Dirk H BartleyLittle big change. This fixes the undocked windows...
2007-04-22 Dirk H BartleyAdd a consoleCommand to Pages class
2007-04-21 Dirk H BartleyThis implements dynamic pages created on the fly being...
2007-04-21 Dirk H BartleyFix incorrectly setting first item to console of top...
2007-04-21 Dirk H BartleyRemoved pages virtual doubleclick from existence and...
2007-04-21 Dirk H BartleyMultiple directors are working. Still more todo. ...
2007-04-18 Kern SibbaldUpdate
2007-04-18 Kern SibbaldFirst cut multiple consoles
2007-04-17 Dirk H Bartleydhb Add a storage page to the stack and page selector.
2007-04-17 Dirk H BartleyAdd a feature to be able to get a list of jobs of a...
2007-04-16 Dirk H Bartleydhb Added a clients page to the stack. Do some name...
2007-04-15 Dirk H Bartleydhb Show job bytes in joblist.
2007-04-15 Dirk H BartleyAdd refresh medialist in context sensitive of medialist...
2007-04-15 Dirk H Bartleydhb Added joblist to the stack and the page selector...
2007-04-14 Kern SibbaldFix label dialog
2007-04-14 Kern SibbaldCorrect typo
2007-04-14 Kern SibbaldSelect between two options
2007-04-14 Dirk H Bartleydhb Possible fix of segfault when cancel is pressed...
2007-04-12 Kern Sibbaldkes Locking debug level tweaks in SD.
2007-04-12 Dirk H Bartleydhb Succeeded at fixing the FIXME that gave me heartac...
2007-04-11 Dirk H Bartleydhb Removal of PageHash class as requested.
2007-04-10 Kern SibbaldFix incorrect syntax in header file
2007-04-09 Dirk H Bartleydhb Create a class to be a two way hash. This way...
2007-04-09 Dirk H BartleyUse a hash QHash<QTreeWidgetItem*,Pages*> instead of...
2007-04-09 Dirk H Bartleydhb move functions that were not slots from the slots...
2007-04-08 Dirk H Bartleydhb On close, check all pages to see if it is currentl...
2007-04-08 Dirk H Bartleydhb use the stack widget signal currentChanged to...
2007-04-08 Dirk H Bartleydhb The changes in this commit are to make the right...
2007-04-05 Dirk H Bartleydhb Medialist : created context menu function and...
2007-04-03 Dirk H Bartleydhb Fix of a segfault. The clear() function would...
2007-03-31 Dirk H Bartleydhb turn joblist from a dummy class to a working class...
2007-03-31 Dirk H Bartleydhb removed regex which is no longer needed.
2007-03-31 Dirk H Bartleydhb Added comments for each function. There are quest...
2007-03-30 Kern SibbaldAdd context menu to media tree item
2007-03-30 Kern SibbaldMore tweaks to names
2007-03-30 Kern SibbaldMore tweaks for medialist
2007-03-30 Kern Sibbaldkes Implement dir_sql() which issues an SQL query.
2007-03-30 Dirk H Bartleydhb Simplify MainWin::undockWindowButton. Make the...
2007-03-29 Kern SibbaldImplement dir_cmd with QString argument
2007-03-29 Dirk H Bartleydhb Use of QHash instead of QList, solves all the...
2007-03-29 Dirk H Bartleydhb left console.cpp uncompileable. Modified a commen...
2007-03-29 Dirk H Bartleydhb Implement dir_cmd in medialist remove dosql from...
2007-03-28 Kern SibbaldRename bstack class and functions
2007-03-28 Dirk H Bartleydhb Added lots of comments to batstack.cpp and .h
2007-03-27 Kern Sibbaldkes Add context menu for floating a window.
2007-03-27 Kern SibbaldEliminate unused variable
2007-03-27 Kern SibbaldTweak names
2007-03-27 Kern SibbaldAdd context menu to page selection
2007-03-27 Kern SibbaldSmall cleanup in qt-console
2007-03-27 Dirk H Bartleydhb Having a frustrating time. This compliles and...
2007-03-26 Kern SibbaldImplement new dir_cmd()
2007-03-26 Dirk H Bartleydhb Add button on toolbar to pull window out.
2007-03-26 Dirk H Bartleydhb Cleaned up populatetree in medialist with foreaches.
2007-03-25 Dirk H Bartleydhb Don't modify the incoming string. This can cause...
2007-03-25 Dirk H Bartleydhb Fix of a logic error. Tree shows up correctly...
2007-03-25 Dirk H Bartleydhb this is a rewrite of the populate tree function...
2007-03-25 Dirk H Bartleydhb forgot to remove a couple of debugging printf's
2007-03-25 Dirk H Bartleydhb I have the issue of m_medialist and m_brestore...
2007-03-25 Scott BarningerMinor spelling correction.
2007-03-25 Dirk H Bartleydhb I've got most of the user interface issues working...
2007-03-24 Dirk H Bartleydhb This solves the really not elegant at all way...
2007-03-24 Dirk H Bartleydhb This may be a way to fix the issues of windows...
2007-03-23 Dirk H BartleyMove putz test program to a test program directory...
2007-03-23 Dirk H Bartleydhb add a test program directory and an example from...
2007-03-23 Dirk H Bartleydhb A modified main.ui for review of look and feel
2007-03-21 Kern SibbaldImplement SD code to check length of disk volume before...
2007-03-20 Kern SibbaldMerge Dirk's additions
2007-03-17 Kern SibbaldApply Antibes updates
2007-03-11 Kern SibbaldAdd BNET_RUN_CMD to bat
2007-03-10 Kern Sibbaldkes Extend new GUI API.
2007-03-09 Kern SibbaldGet bat select dialog working
2007-03-08 Kern Sibbaldkes Apply fix from for building wx-console on the...
2007-03-07 Kern SibbaldAdd updated nagios plugin supplied by Christian Masopust.
2007-03-06 Kern Sibbaldbat updates
2007-03-06 Kern SibbaldMore bat implementation
2007-03-05 Kern Sibbaldkes More bat implementation.
2007-03-05 Kern SibbaldGet new api working + mark/unmark restore files
2007-03-04 Kern SibbaldAdd smartctl call to bacula-sd.conf as an example of...
2007-03-03 Kern SibbaldFirst cut fileWidget tree
2007-02-27 Kern SibbaldFix restore crash
2007-02-27 Kern SibbaldUpdate README
2007-02-22 Kern Sibbaldsetprop keywords and eol-style on new files
next