Commit graph

58 commits

Author SHA1 Message Date
fgerlits
19dd690732 added event handlers to SimplePlaylistManagementWindow:
* when the title is edited (also to create a new playlist if necessary)
* when the playlist is changed from GLiveSupport::addToPlaylist(); a new
signal is created for this purpose in GLiveSupport
2005-07-20 21:43:02 +00:00
fgerlits
6efcdee4ca added fade in/out editing to SimplePlaylistManagementWindow 2005-07-14 15:56:59 +00:00
fgerlits
ba8ed9f566 changed buttons in AdvancedSearchItem
note bug #1223, though: current "minus" image is in fact an X
2005-07-01 10:20:02 +00:00
fgerlits
5ec6a76d74 minor adjustments to WhiteWindow, DialogWindow and TestWindow 2005-06-29 20:11:18 +00:00
fgerlits
feed3d69e9 added new property flags to WhiteWindow constructor (isModal = modal, and no close button, isBornHidden = do not call show_all()) 2005-06-29 15:53:08 +00:00
fgerlits
25637f9cef added DialogWindow class 2005-06-29 14:53:54 +00:00
fgerlits
2aed43ffe0 added audio clip and playlist icons in place of the "audioclip" and
"playlist" texts
(see bug #1154)
2005-06-17 16:05:20 +00:00
fgerlits
69d6f756dd fixed bug #966 2005-06-08 18:01:56 +00:00
fgerlits
7147940370 re-added window titles for windows with image titles (this title is displayed on the taskbar) 2005-06-02 18:47:22 +00:00
fgerlits
7885cd91da added minimize and maximize buttons to WhiteWindow class 2005-06-02 18:22:16 +00:00
fgerlits
0cd795889a refactored: moved Up, Down and Remove functions from LiveModeWindow class to ZebraTreeView class 2005-05-28 13:32:27 +00:00
fgerlits
70c3d52357 added metadata types to Advanced Search 2005-05-25 23:02:36 +00:00
fgerlits
12657e5aa7 moved AdvancedSearchItem and AdvancedSearchEntry classes from Widgets to GLiveSupport 2005-05-24 18:36:35 +00:00
fgerlits
783e0092b5 made Scheduler window into a WhiteWindow 2005-05-24 15:54:23 +00:00
fgerlits
6601609ed4 gave a facelift to SimplePlaylistManagementWindow 2005-05-21 19:05:25 +00:00
fgerlits
6af5fe6bd5 added functionality to output play button in the Live Mode window;
added new appendLineNumberColumn() function in ZebraTreeView;
fixed bug #972
2005-05-18 16:28:54 +00:00
fgerlits
17e320da97 refactored cue buttons into separate CuePlayer class 2005-05-13 17:50:17 +00:00
fgerlits
a40d2e523c added first version of Master Panel buttons 2005-05-10 18:47:01 +00:00
fgerlits
d56c8131fd reformatted the Live Mode table 2005-05-06 16:23:27 +00:00
fgerlits
76939ade97 added first version of huge play button in Live Mode (does not do anything yet) 2005-05-05 16:25:57 +00:00
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
782617cd74 added (so far, empty) Search window 2005-04-19 08:28:38 +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
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
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
81662c2b41 redrew the Scratchpad window and added/changed its buttons 2005-03-17 19:43:41 +00:00
maroy
77d3d8a451 added set_default_size function 2005-03-01 13:30:12 +00:00
maroy
00d2670b10 added Notebook 2005-02-25 16:32:32 +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