Commit Graph

52 Commits

Author SHA1 Message Date
fgerlits 1f0539a1d8 added first version of Live Mode window 2005-04-28 15:54:30 +00:00
fgerlits afb16ee5dd added browse tab to the Search window 2005-04-26 16:52:04 +00:00
fgerlits da57a326cd added BrowseItem class;
moved "zebra striping" from separate function to addColumn()
2005-04-26 09:19:26 +00:00
fgerlits 79caff8787 added multiple input lines in advanced search 2005-04-25 11:09:22 +00:00
fgerlits 9c80af5a1d added simple search;
added localization support for advanced search
2005-04-22 12:10:54 +00:00
fgerlits 4c19a1c60f added search functionality;
fixed bug in Playable::getMetadata;
added doxygen tag file generation in main doxygen.config file;
fixed silly bug in ZebraTreeView::cellDataFunction
2005-04-21 15:51:35 +00:00
fgerlits 0fc4dd64d6 moved SearchCriteria from Storage to Core;
added get_text() function to Widgets/EntryBin;
moved advanced search input box to Widgets;
added (first, testing) functionality to search button in advanced search
2005-04-20 14:36:54 +00:00
fgerlits 27b8a27807 added first version of advanced search window to the GUI 2005-04-19 14:41:16 +00:00
fgerlits 782617cd74 added (so far, empty) Search window 2005-04-19 08:28:38 +00:00
maroy 2719d93419 made message window not resizeable, fixing issue #820
see http://bugs.campware.org/view.php?id=820
2005-04-15 16:54:44 +00:00
fgerlits aaff869e77 fixed bug #825 2005-04-15 16:33:35 +00:00
maroy 47d6dc0ede a fix to issue #810
see http://bugs.campware.org/view.php?id=810
2005-04-15 12:54:32 +00:00
fgerlits 68221f1548 added test for buttons with an image which changes when clicked 2005-04-15 10:53:34 +00:00
maroy 241abf6ee6 fixed bug of wrongly displosing of the button label in set_label() 2005-04-15 07:51:37 +00:00
fgerlits 49db5f3c53 moved row color definitions from ScratchpadWindow to ZebraTreeView class;
added detailed TreeView usage documentation to ZebraTreeView
2005-04-14 11:49:37 +00:00
fgerlits c034ca25e2 added custom cell renderer (doesn't do anything yet) 2005-04-13 17:36:33 +00:00
maroy 7cbec7fbf2 made windows and the image buttons transparent, at last
fix for issue #793, see http://bugs.campware.org/view.php?id=793
2005-04-13 14:47:55 +00:00
fgerlits efdbb038f9 added missing #include WidgetFactory.h to WhiteWindow.h 2005-04-12 09:08:12 +00:00
fgerlits ae1989488c added WhiteWindow constructor for windows with image titles (instead of text);
changed Scratchpad window title to an image
2005-04-11 15:58:59 +00:00
fgerlits db177fdd40 added reference to design files 2005-04-11 11:51:38 +00:00
fgerlits 8b6f021b9a changed #include <iostream.h> to #include <iostream> 2005-04-11 08:53:14 +00:00
fgerlits 9494620554 added new file 2005-04-10 09:56:15 +00:00
fgerlits 581cfa4651 moved coloring callback to widgets module 2005-04-08 12:18:03 +00:00
fgerlits 7b09d7d251 added first zebra stripes to ZebraTreeView 2005-04-08 11:02:11 +00:00
fgerlits fb2261a0a9 added Widgets::Colors class and changed numerical color codes to color names 2005-04-07 16:08:16 +00:00
fgerlits 0cb4f64754 added ZebraTreeView to widgets, and to WidgetFactory;
modified DJBagWindow (Scratchpad) to use the widget factory for this widget
2005-03-29 16:08:39 +00:00
fgerlits 9206d822ed added some more image files 2005-03-29 15:33:05 +00:00
fgerlits a340148e0c made resizability (now there's a nice word) optional in WhiteWindow;
also checked in resize image png that was missing
2005-03-22 12:17:34 +00:00
fgerlits 905552c619 added resizing functionality to the WhiteWindow class 2005-03-22 11:14:30 +00:00
fgerlits 655dc8a9a0 changed render_to_drawable() [deprecated] to draw_pixbuf() 2005-03-22 09:48:34 +00:00
fgerlits 81662c2b41 redrew the Scratchpad window and added/changed its buttons 2005-03-17 19:43:41 +00:00
maroy 62ab3c8e24 changed sizing method to try to really show the appropriate size 2005-03-08 10:40:15 +00:00
maroy 77d3d8a451 added set_default_size function 2005-03-01 13:30:12 +00:00
maroy 4ec5610702 minor sanity fixes 2005-02-28 14:59:56 +00:00
maroy 00d2670b10 added Notebook 2005-02-25 16:32:32 +00:00
maroy be89d6d3e3 added check target 2005-02-23 10:32:13 +00:00
maroy 7f5b92722f updated corner image 2005-02-18 15:13:15 +00:00
maroy 59c4e916c0 updated code, so that all child widgets are Gtk::manage'd 2005-02-18 13:54:24 +00:00
maroy 5855bf7b17 added EntryBin 2005-02-15 12:05:08 +00:00
maroy 91ef563dd6 added combo box text 2005-02-14 19:52:14 +00:00
maroy 43fba36940 added Bitstream Vera font definition to widgets 2005-02-09 14:54:47 +00:00
maroy 45309db5ef added title specification for WhiteWindow 2005-02-09 14:46:31 +00:00
maroy a8981fb962 enabled window dragging for the white window 2005-02-09 12:43:38 +00:00
maroy fa9ee884db removed obsolete files 2005-02-09 12:13:38 +00:00
maroy de4216cafd first version of WhiteWindow 2005-02-07 16:12:55 +00:00
maroy c92e65a824 added darkBlueBin
added set_label and get_label for Button
2005-02-03 13:08:40 +00:00
maroy 02fc75da7d updated naming convetion for image files 2005-01-27 09:55:04 +00:00
maroy 21f437745c added WidgetFactory class 2005-01-27 09:14:35 +00:00
maroy d9f37bf0b5 added BlueBin 2005-01-26 16:41:52 +00:00
maroy 8147b76d13 resolved resizing issues 2005-01-25 21:55:16 +00:00